//# 0 errors, 176 messages
//#
/*
    //#viewblogsecurityaction.java:1:1: class: net.sourceforge.pebble.web.action.ViewBlogSecurityAction
    //#viewblogsecurityaction.java:1:1: method: net.sourceforge.pebble.web.action.ViewBlogSecurityAction.net.sourceforge.pebble.web.action.ViewBlogSecurityAction__static_init
 * Copyright (c) 2003-2006, Simon Brown
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions are met:
 *
 *   - Redistributions of source code must retain the above copyright
 *     notice, this list of conditions and the following disclaimer.
 *
 *   - Redistributions in binary form must reproduce the above copyright
 *     notice, this list of conditions and the following disclaimer in
 *     the documentation and/or other materials provided with the
 *     distribution.
 *
 *   - Neither the name of Pebble nor the names of its contributors may
 *     be used to endorse or promote products derived from this software
 *     without specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 * POSSIBILITY OF SUCH DAMAGE.
 */
package net.sourceforge.pebble.web.action;

import net.sourceforge.pebble.Constants;
import net.sourceforge.pebble.PebbleContext;
import net.sourceforge.pebble.security.PebbleUserDetails;
import net.sourceforge.pebble.security.SecurityRealmException;
import net.sourceforge.pebble.web.view.View;
import net.sourceforge.pebble.web.view.impl.BlogSecurityView;

import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.util.Collection;
import java.util.LinkedList;
import java.util.List;

/**
 * Edits the security properties associated with the current Blog.
 *
 * @author    Simon Brown
 */
public class ViewBlogSecurityAction extends SecureAction {
    //#viewblogsecurityaction.java:53: method: void net.sourceforge.pebble.web.action.ViewBlogSecurityAction.net.sourceforge.pebble.web.action.ViewBlogSecurityAction()
    //#input(void net.sourceforge.pebble.web.action.ViewBlogSecurityAction()): this
    //#viewblogsecurityaction.java:53: end of method: void net.sourceforge.pebble.web.action.ViewBlogSecurityAction.net.sourceforge.pebble.web.action.ViewBlogSecurityAction()

  /**
   * Peforms the processing associated with this action.
   *
   * @param request  the HttpServletRequest instance
   * @param response the HttpServletResponse instance
   * @return the name of the next view
   */
  public View process(HttpServletRequest request, HttpServletResponse response) throws ServletException {
    try {
      getModel().put("blogOwnerUsers", filterUsersByRole(PebbleContext.getInstance().getConfiguration().getSecurityRealm().getUsers(), Constants.BLOG_OWNER_ROLE));
    //#viewblogsecurityaction.java:64: method: View net.sourceforge.pebble.web.action.ViewBlogSecurityAction.process(HttpServletRequest, HttpServletResponse)
    //#viewblogsecurityaction.java:64: Warning: method not available
    //#    -- call on SecurityRealm net.sourceforge.pebble.Configuration:getSecurityRealm()
    //#    severity: INFORMATIONAL
    //#    class: net.sourceforge.pebble.web.action.ViewBlogSecurityAction
    //#    method: View process(HttpServletRequest, HttpServletResponse)
    //#    unanalyzed callee: SecurityRealm net.sourceforge.pebble.Configuration:getSecurityRealm()
    //#viewblogsecurityaction.java:64: Warning: method not available
    //#    -- call on Collection getUsers()
    //#    severity: INFORMATIONAL
    //#    class: net.sourceforge.pebble.web.action.ViewBlogSecurityAction
    //#    method: View process(HttpServletRequest, HttpServletResponse)
    //#    unanalyzed callee: Collection getUsers()
    //#input(View process(HttpServletRequest, HttpServletResponse)): __Descendant_Table[net/sourceforge/pebble/web/action/ViewBlogSecurityAction]
    //#input(View process(HttpServletRequest, HttpServletResponse)): __Descendant_Table[others]
    //#input(View process(HttpServletRequest, HttpServletResponse)): __Dispatch_Table.getModel()Lnet/sourceforge/pebble/web/model/Model;
    //#input(View process(HttpServletRequest, HttpServletResponse)): net.sourceforge.pebble.Constants.BLOG_CONTRIBUTOR_ROLE
    //#input(View process(HttpServletRequest, HttpServletResponse)): net.sourceforge.pebble.Constants.BLOG_OWNER_ROLE
    //#input(View process(HttpServletRequest, HttpServletResponse)): net.sourceforge.pebble.Constants.BLOG_PUBLISHER_ROLE
    //#input(View process(HttpServletRequest, HttpServletResponse)): net.sourceforge.pebble.PebbleContext__static_init.new PebbleContext(PebbleContext__static_init#1).__Tag
    //#input(View process(HttpServletRequest, HttpServletResponse)): net.sourceforge.pebble.PebbleContext__static_init.new PebbleContext(PebbleContext__static_init#1).configuration
    //#input(View process(HttpServletRequest, HttpServletResponse)): net/sourceforge/pebble/PebbleContext.__Descendant_Table[net/sourceforge/pebble/PebbleContext]
    //#input(View process(HttpServletRequest, HttpServletResponse)): net/sourceforge/pebble/PebbleContext.__Dispatch_Table.getConfiguration()Lnet/sourceforge/pebble/Configuration;
    //#input(View process(HttpServletRequest, HttpServletResponse)): net/sourceforge/pebble/PebbleContext.instance
    //#input(View process(HttpServletRequest, HttpServletResponse)): net/sourceforge/pebble/security/DefaultSecurityRealm.__Descendant_Table[net/sourceforge/pebble/security/DefaultSecurityRealm]
    //#input(View process(HttpServletRequest, HttpServletResponse)): net/sourceforge/pebble/security/DefaultSecurityRealm.__Descendant_Table[others]
    //#input(View process(HttpServletRequest, HttpServletResponse)): net/sourceforge/pebble/security/DefaultSecurityRealm.__Dispatch_Table.getFileForRealm()Ljava/io/File;
    //#input(View process(HttpServletRequest, HttpServletResponse)): net/sourceforge/pebble/security/DefaultSecurityRealm.__Dispatch_Table.getFileForUser(Ljava/lang/String;)Ljava/io/File;
    //#input(View process(HttpServletRequest, HttpServletResponse)): net/sourceforge/pebble/security/DefaultSecurityRealm.__Dispatch_Table.getUser(Ljava/lang/String;)Lnet/sourceforge/pebble/security/PebbleUserDetails;
    //#input(View process(HttpServletRequest, HttpServletResponse)): net/sourceforge/pebble/security/DefaultSecurityRealm.__Dispatch_Table.getUsers()Ljava/util/Collection;
    //#input(View process(HttpServletRequest, HttpServletResponse)): net/sourceforge/pebble/security/PebbleUserDetails.__Descendant_Table[net/sourceforge/pebble/security/PebbleUserDetails]
    //#input(View process(HttpServletRequest, HttpServletResponse)): net/sourceforge/pebble/security/PebbleUserDetails.__Descendant_Table[others]
    //#input(View process(HttpServletRequest, HttpServletResponse)): net/sourceforge/pebble/security/PebbleUserDetails.__Dispatch_Table.getAuthorities()[Lorg/acegisecurity/GrantedAuthority;
    //#input(View process(HttpServletRequest, HttpServletResponse)): net/sourceforge/pebble/security/PebbleUserDetails.__Dispatch_Table.isUserInRole(Ljava/lang/String;)Z
    //#input(View process(HttpServletRequest, HttpServletResponse)): net/sourceforge/pebble/security/SecurityRealm.__Descendant_Table[net/sourceforge/pebble/security/DefaultSecurityRealm]
    //#input(View process(HttpServletRequest, HttpServletResponse)): net/sourceforge/pebble/security/SecurityRealm.__Descendant_Table[net/sourceforge/pebble/security/SecurityRealm]
    //#input(View process(HttpServletRequest, HttpServletResponse)): net/sourceforge/pebble/security/SecurityRealm.__Descendant_Table[others]
    //#input(View process(HttpServletRequest, HttpServletResponse)): net/sourceforge/pebble/security/SecurityRealm.__Dispatch_Table.getUsers()Ljava/util/Collection;
    //#input(View process(HttpServletRequest, HttpServletResponse)): net/sourceforge/pebble/web/model/Model.__Descendant_Table[net/sourceforge/pebble/web/model/Model]
    //#input(View process(HttpServletRequest, HttpServletResponse)): net/sourceforge/pebble/web/model/Model.__Descendant_Table[others]
    //#input(View process(HttpServletRequest, HttpServletResponse)): net/sourceforge/pebble/web/model/Model.__Dispatch_Table.put(Ljava/lang/String;Ljava/lang/Object;)V
    //#input(View process(HttpServletRequest, HttpServletResponse)): this
    //#input(View process(HttpServletRequest, HttpServletResponse)): this.__Tag
    //#input(View process(HttpServletRequest, HttpServletResponse)): this.model
    //#input(View process(HttpServletRequest, HttpServletResponse)): this.model.__Tag
    //#input(View process(HttpServletRequest, HttpServletResponse)): this.model.data
    //#output(View process(HttpServletRequest, HttpServletResponse)): new BlogSecurityView(process#2) num objects
    //#output(View process(HttpServletRequest, HttpServletResponse)): return_value
    //#new obj(View process(HttpServletRequest, HttpServletResponse)): new BlogSecurityView(process#2)
    //#pre[1] (View process(HttpServletRequest, HttpServletResponse)): net.sourceforge.pebble.PebbleContext__static_init.new PebbleContext(PebbleContext__static_init#1).configuration != null
    //#pre[3] (View process(HttpServletRequest, HttpServletResponse)): this.__Tag == net/sourceforge/pebble/web/action/ViewBlogSecurityAction
    //#pre[4] (View process(HttpServletRequest, HttpServletResponse)): this.model != null
    //#pre[5] (View process(HttpServletRequest, HttpServletResponse)): this.model.__Tag == net/sourceforge/pebble/web/model/Model
    //#pre[6] (View process(HttpServletRequest, HttpServletResponse)): this.model.data != null
    //#presumption(View process(HttpServletRequest, HttpServletResponse)): net.sourceforge.pebble.Configuration:getSecurityRealm(...).__Tag@64 == net/sourceforge/pebble/security/DefaultSecurityRealm
    //#presumption(View process(HttpServletRequest, HttpServletResponse)): net.sourceforge.pebble.Configuration:getSecurityRealm(...).__Tag@65 == net/sourceforge/pebble/security/DefaultSecurityRealm
    //#presumption(View process(HttpServletRequest, HttpServletResponse)): net.sourceforge.pebble.Configuration:getSecurityRealm(...).__Tag@66 == net/sourceforge/pebble/security/DefaultSecurityRealm
    //#presumption(View process(HttpServletRequest, HttpServletResponse)): net.sourceforge.pebble.Configuration:getSecurityRealm(...).__Tag@67 == net/sourceforge/pebble/security/DefaultSecurityRealm
    //#presumption(View process(HttpServletRequest, HttpServletResponse)): net.sourceforge.pebble.Configuration:getSecurityRealm(...).configuration@64 != null
    //#presumption(View process(HttpServletRequest, HttpServletResponse)): net.sourceforge.pebble.Configuration:getSecurityRealm(...).configuration@65 != null
    //#presumption(View process(HttpServletRequest, HttpServletResponse)): net.sourceforge.pebble.Configuration:getSecurityRealm(...).configuration@66 != null
    //#presumption(View process(HttpServletRequest, HttpServletResponse)): net.sourceforge.pebble.Configuration:getSecurityRealm(...).configuration@67 != null
    //#presumption(View process(HttpServletRequest, HttpServletResponse)): net.sourceforge.pebble.Configuration:getSecurityRealm(...)@64 != null
    //#presumption(View process(HttpServletRequest, HttpServletResponse)): net.sourceforge.pebble.Configuration:getSecurityRealm(...)@65 != null
    //#presumption(View process(HttpServletRequest, HttpServletResponse)): net.sourceforge.pebble.Configuration:getSecurityRealm(...)@66 != null
    //#presumption(View process(HttpServletRequest, HttpServletResponse)): net.sourceforge.pebble.Configuration:getSecurityRealm(...)@67 != null
    //#presumption(View process(HttpServletRequest, HttpServletResponse)): init'ed(net.sourceforge.pebble.Constants.BLOG_CONTRIBUTOR_ROLE)
    //#presumption(View process(HttpServletRequest, HttpServletResponse)): init'ed(net.sourceforge.pebble.Constants.BLOG_OWNER_ROLE)
    //#presumption(View process(HttpServletRequest, HttpServletResponse)): init'ed(net.sourceforge.pebble.Constants.BLOG_PUBLISHER_ROLE)
    //#post(View process(HttpServletRequest, HttpServletResponse)): return_value == &new BlogSecurityView(process#2)
    //#post(View process(HttpServletRequest, HttpServletResponse)): new BlogSecurityView(process#2) num objects == 1
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:java.util.LinkedList
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:java.util.Collection:iterator
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:java.util.Iterator:hasNext
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:java.util.Iterator:next
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:org.acegisecurity.GrantedAuthority:getAuthority
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:java.lang.String:equals
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:java.util.List:add
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:net.sourceforge.pebble.Configuration:getDataDirectory
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:java.io.File
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:java.lang.StringBuilder
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:java.lang.StringBuilder:append
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:java.lang.StringBuilder:toString
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:getFileForUser
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:java.io.File:exists
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:java.io.FileInputStream
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:java.util.Properties
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:java.util.Properties:load
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:java.io.FileInputStream:close
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:java.util.Properties:getProperty
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:java.lang.String:split
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:java.lang.String:equalsIgnoreCase
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:java.util.HashMap
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:java.util.Properties:keySet
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:java.util.Set:iterator
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:java.lang.String:startsWith
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:java.lang.String:length
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:java.lang.String:substring
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:java.util.Map:put
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:java.util.HashSet
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:java.lang.String:trim
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:org.acegisecurity.GrantedAuthorityImpl
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:java.util.Set:add
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:java.util.Set:toArray
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:net.sourceforge.pebble.PebbleException
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:java.lang.String:valueOf
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:java.io.File:listFiles
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:java.io.File:getName
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:java.lang.String:lastIndexOf
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:java.util.LinkedList:add
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:net.sourceforge.pebble.comparator.PebbleUserDetailsComparator
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:java.util.Collections:sort
    //#unanalyzed(View process(HttpServletRequest, HttpServletResponse)): Effects-of-calling:java.util.HashMap:put
      getModel().put("blogPublisherUsers", filterUsersByRole(PebbleContext.getInstance().getConfiguration().getSecurityRealm().getUsers(), Constants.BLOG_PUBLISHER_ROLE));
    //#viewblogsecurityaction.java:65: Warning: method not available
    //#    -- call on SecurityRealm net.sourceforge.pebble.Configuration:getSecurityRealm()
    //#    severity: INFORMATIONAL
    //#    class: net.sourceforge.pebble.web.action.ViewBlogSecurityAction
    //#    method: View process(HttpServletRequest, HttpServletResponse)
    //#    unanalyzed callee: SecurityRealm net.sourceforge.pebble.Configuration:getSecurityRealm()
    //#viewblogsecurityaction.java:65: Warning: method not available
    //#    -- call on Collection getUsers()
    //#    severity: INFORMATIONAL
    //#    class: net.sourceforge.pebble.web.action.ViewBlogSecurityAction
    //#    method: View process(HttpServletRequest, HttpServletResponse)
    //#    unanalyzed callee: Collection getUsers()
      getModel().put("blogContributorUsers", filterUsersByRole(PebbleContext.getInstance().getConfiguration().getSecurityRealm().getUsers(), Constants.BLOG_CONTRIBUTOR_ROLE));
    //#viewblogsecurityaction.java:66: Warning: method not available
    //#    -- call on SecurityRealm net.sourceforge.pebble.Configuration:getSecurityRealm()
    //#    severity: INFORMATIONAL
    //#    class: net.sourceforge.pebble.web.action.ViewBlogSecurityAction
    //#    method: View process(HttpServletRequest, HttpServletResponse)
    //#    unanalyzed callee: SecurityRealm net.sourceforge.pebble.Configuration:getSecurityRealm()
    //#viewblogsecurityaction.java:66: Warning: method not available
    //#    -- call on Collection getUsers()
    //#    severity: INFORMATIONAL
    //#    class: net.sourceforge.pebble.web.action.ViewBlogSecurityAction
    //#    method: View process(HttpServletRequest, HttpServletResponse)
    //#    unanalyzed callee: Collection getUsers()
      getModel().put("allUsers", PebbleContext.getInstance().getConfiguration().getSecurityRealm().getUsers());
    //#viewblogsecurityaction.java:67: Warning: method not available
    //#    -- call on SecurityRealm net.sourceforge.pebble.Configuration:getSecurityRealm()
    //#    severity: INFORMATIONAL
    //#    class: net.sourceforge.pebble.web.action.ViewBlogSecurityAction
    //#    method: View process(HttpServletRequest, HttpServletResponse)
    //#    unanalyzed callee: SecurityRealm net.sourceforge.pebble.Configuration:getSecurityRealm()
    //#viewblogsecurityaction.java:67: Warning: method not available
    //#    -- call on Collection getUsers()
    //#    severity: INFORMATIONAL
    //#    class: net.sourceforge.pebble.web.action.ViewBlogSecurityAction
    //#    method: View process(HttpServletRequest, HttpServletResponse)
    //#    unanalyzed callee: Collection getUsers()
    } catch (SecurityRealmException sre) {
      throw new ServletException("Could not get list of users", sre);
    }

    return new BlogSecurityView();
    //#viewblogsecurityaction.java:72: Warning: method not available
    //#    -- call on void net.sourceforge.pebble.web.view.impl.BlogSecurityView()
    //#    severity: INFORMATIONAL
    //#    class: net.sourceforge.pebble.web.action.ViewBlogSecurityAction
    //#    method: View process(HttpServletRequest, HttpServletResponse)
    //#    unanalyzed callee: void net.sourceforge.pebble.web.view.impl.BlogSecurityView()
    //#viewblogsecurityaction.java:72: end of method: View net.sourceforge.pebble.web.action.ViewBlogSecurityAction.process(HttpServletRequest, HttpServletResponse)
  }

  private List<PebbleUserDetails> filterUsersByRole(Collection<PebbleUserDetails> users, String role) {
    List<PebbleUserDetails> list = new LinkedList<PebbleUserDetails>();
    //#viewblogsecurityaction.java:76: method: List net.sourceforge.pebble.web.action.ViewBlogSecurityAction.filterUsersByRole(Collection, String)
    //#input(List filterUsersByRole(Collection, String)): net/sourceforge/pebble/security/PebbleUserDetails.__Descendant_Table[net/sourceforge/pebble/security/PebbleUserDetails]
    //#input(List filterUsersByRole(Collection, String)): net/sourceforge/pebble/security/PebbleUserDetails.__Descendant_Table[others]
    //#input(List filterUsersByRole(Collection, String)): net/sourceforge/pebble/security/PebbleUserDetails.__Dispatch_Table.getAuthorities()[Lorg/acegisecurity/GrantedAuthority;
    //#input(List filterUsersByRole(Collection, String)): net/sourceforge/pebble/security/PebbleUserDetails.__Dispatch_Table.isUserInRole(Ljava/lang/String;)Z
    //#input(List filterUsersByRole(Collection, String)): role
    //#input(List filterUsersByRole(Collection, String)): users
    //#output(List filterUsersByRole(Collection, String)): new LinkedList(filterUsersByRole#1) num objects
    //#output(List filterUsersByRole(Collection, String)): return_value
    //#new obj(List filterUsersByRole(Collection, String)): new LinkedList(filterUsersByRole#1)
    //#pre[2] (List filterUsersByRole(Collection, String)): users != null
    //#presumption(List filterUsersByRole(Collection, String)): java.util.Iterator:next(...).__Tag@77 == net/sourceforge/pebble/security/PebbleUserDetails
    //#presumption(List filterUsersByRole(Collection, String)): java.util.Iterator:next(...)@77 != null
    //#presumption(List filterUsersByRole(Collection, String)): user.grantedAuthories.length@77 <= 4_294_967_295
    //#presumption(List filterUsersByRole(Collection, String)): user.grantedAuthories[0..4_294_967_295]@77 != null
    //#post(List filterUsersByRole(Collection, String)): return_value == &new LinkedList(filterUsersByRole#1)
    //#post(List filterUsersByRole(Collection, String)): new LinkedList(filterUsersByRole#1) num objects == 1
    //#unanalyzed(List filterUsersByRole(Collection, String)): Effects-of-calling:org.acegisecurity.GrantedAuthority:getAuthority
    //#unanalyzed(List filterUsersByRole(Collection, String)): Effects-of-calling:java.lang.String:equals
    //#test_vector(List filterUsersByRole(Collection, String)): java.util.Iterator:hasNext(...)@77: {1}, {0}
    for (PebbleUserDetails user : users) {
      if (user.isUserInRole(role)) {
        list.add(user);
      }
    }

    return list;
    //#viewblogsecurityaction.java:83: end of method: List net.sourceforge.pebble.web.action.ViewBlogSecurityAction.filterUsersByRole(Collection, String)
  }

  /**
   * Gets a list of all roles that are allowed to access this action.
   *
   * @return  an array of Strings representing role names
   * @param request   the originating request
   */
  public String[] getRoles(HttpServletRequest request) {
    return new String[]{
    //#viewblogsecurityaction.java:93: method: String[] net.sourceforge.pebble.web.action.ViewBlogSecurityAction.getRoles(HttpServletRequest)
    //#input(String[] getRoles(HttpServletRequest)): net.sourceforge.pebble.Constants.BLOG_ADMIN_ROLE
    //#input(String[] getRoles(HttpServletRequest)): net.sourceforge.pebble.Constants.BLOG_OWNER_ROLE
    //#output(String[] getRoles(HttpServletRequest)): new String[](getRoles#1) num objects
    //#output(String[] getRoles(HttpServletRequest)): return_value.length
    //#output(String[] getRoles(HttpServletRequest)): return_value[0]
    //#output(String[] getRoles(HttpServletRequest)): return_value[1]
    //#output(String[] getRoles(HttpServletRequest)): return_value
    //#new obj(String[] getRoles(HttpServletRequest)): new String[](getRoles#1)
    //#presumption(String[] getRoles(HttpServletRequest)): init'ed(net.sourceforge.pebble.Constants.BLOG_ADMIN_ROLE)
    //#presumption(String[] getRoles(HttpServletRequest)): init'ed(net.sourceforge.pebble.Constants.BLOG_OWNER_ROLE)
    //#post(String[] getRoles(HttpServletRequest)): return_value == &new String[](getRoles#1)
    //#post(String[] getRoles(HttpServletRequest)): new String[](getRoles#1) num objects == 1
    //#post(String[] getRoles(HttpServletRequest)): return_value.length == 2
    //#post(String[] getRoles(HttpServletRequest)): return_value[0] == net.sourceforge.pebble.Constants.BLOG_ADMIN_ROLE
    //#post(String[] getRoles(HttpServletRequest)): (soft) init'ed(return_value[0])
    //#post(String[] getRoles(HttpServletRequest)): return_value[1] == net.sourceforge.pebble.Constants.BLOG_OWNER_ROLE
    //#post(String[] getRoles(HttpServletRequest)): (soft) init'ed(return_value[1])
        Constants.BLOG_ADMIN_ROLE,
        Constants.BLOG_OWNER_ROLE
    //#viewblogsecurityaction.java:95: end of method: String[] net.sourceforge.pebble.web.action.ViewBlogSecurityAction.getRoles(HttpServletRequest)
    };
  }

}    //#output(net.sourceforge.pebble.web.action.ViewBlogSecurityAction__static_init): __Descendant_Table[net/sourceforge/pebble/web/action/ViewBlogSecurityAction]
    //#output(net.sourceforge.pebble.web.action.ViewBlogSecurityAction__static_init): __Dispatch_Table.filterUsersByRole(Ljava/util/Collection;Ljava/lang/String;)Ljava/util/List;
    //#output(net.sourceforge.pebble.web.action.ViewBlogSecurityAction__static_init): __Dispatch_Table.getLocalizedString(Ljava/lang/String;)Ljava/lang/String;
    //#output(net.sourceforge.pebble.web.action.ViewBlogSecurityAction__static_init): __Dispatch_Table.getModel()Lnet/sourceforge/pebble/web/model/Model;
    //#output(net.sourceforge.pebble.web.action.ViewBlogSecurityAction__static_init): __Dispatch_Table.getRoles(Ljavax/servlet/http/HttpServletRequest;)[Ljava/lang/String;
    //#output(net.sourceforge.pebble.web.action.ViewBlogSecurityAction__static_init): __Dispatch_Table.process(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)Lnet/sourceforge/pebble/web/view/View;
    //#output(net.sourceforge.pebble.web.action.ViewBlogSecurityAction__static_init): __Dispatch_Table.setModel(Lnet/sourceforge/pebble/web/model/Model;)V
    //#output(net.sourceforge.pebble.web.action.ViewBlogSecurityAction__static_init): net/sourceforge/pebble/web/action/Action.__Descendant_Table[net/sourceforge/pebble/web/action/ViewBlogSecurityAction]
    //#output(net.sourceforge.pebble.web.action.ViewBlogSecurityAction__static_init): net/sourceforge/pebble/web/action/SecureAction.__Descendant_Table[net/sourceforge/pebble/web/action/ViewBlogSecurityAction]
    //#post(net.sourceforge.pebble.web.action.ViewBlogSecurityAction__static_init): __Descendant_Table[net/sourceforge/pebble/web/action/ViewBlogSecurityAction] == &__Dispatch_Table
    //#post(net.sourceforge.pebble.web.action.ViewBlogSecurityAction__static_init): net/sourceforge/pebble/web/action/Action.__Descendant_Table[net/sourceforge/pebble/web/action/ViewBlogSecurityAction] == &__Dispatch_Table
    //#post(net.sourceforge.pebble.web.action.ViewBlogSecurityAction__static_init): net/sourceforge/pebble/web/action/SecureAction.__Descendant_Table[net/sourceforge/pebble/web/action/ViewBlogSecurityAction] == &__Dispatch_Table
    //#post(net.sourceforge.pebble.web.action.ViewBlogSecurityAction__static_init): __Dispatch_Table.filterUsersByRole(Ljava/util/Collection;Ljava/lang/String;)Ljava/util/List; == &filterUsersByRole
    //#post(net.sourceforge.pebble.web.action.ViewBlogSecurityAction__static_init): __Dispatch_Table.getLocalizedString(Ljava/lang/String;)Ljava/lang/String; == &net/sourceforge/pebble/web/action/Action.getLocalizedString
    //#post(net.sourceforge.pebble.web.action.ViewBlogSecurityAction__static_init): __Dispatch_Table.getModel()Lnet/sourceforge/pebble/web/model/Model; == &net/sourceforge/pebble/web/action/Action.getModel
    //#post(net.sourceforge.pebble.web.action.ViewBlogSecurityAction__static_init): __Dispatch_Table.getRoles(Ljavax/servlet/http/HttpServletRequest;)[Ljava/lang/String; == &getRoles
    //#post(net.sourceforge.pebble.web.action.ViewBlogSecurityAction__static_init): __Dispatch_Table.process(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)Lnet/sourceforge/pebble/web/view/View; == &process
    //#post(net.sourceforge.pebble.web.action.ViewBlogSecurityAction__static_init): __Dispatch_Table.setModel(Lnet/sourceforge/pebble/web/model/Model;)V == &net/sourceforge/pebble/web/action/Action.setModel
    //#viewblogsecurityaction.java:: end of method: net.sourceforge.pebble.web.action.ViewBlogSecurityAction.net.sourceforge.pebble.web.action.ViewBlogSecurityAction__static_init
    //#viewblogsecurityaction.java:: end of class: net.sourceforge.pebble.web.action.ViewBlogSecurityAction
