Exception that is thrown when rolesAllowed is set on the current action's annotation
(
org.apache.beehive.netui.pageflow.annotations.Jpf.Action @Jpf.Action or
org.apache.beehive.netui.pageflow.annotations.Jpf.SimpleAction @Jpf.SimpleAction ), and there is a logged-in
user who does not fulfil any of the given roles.
causeMayBeSessionExpiration() Tell whether the root cause may be session expiration in cases where the requested session ID is different than
the actual session ID.
Construct on the list of roles that were allowed access to the action.
Parameters: roleNames - an array of String role names.
Method Detail
causeMayBeSessionExpiration
public boolean causeMayBeSessionExpiration()(Code)
Tell whether the root cause may be session expiration in cases where the requested session ID is different than
the actual session ID. In this case, the answer is true.