Uses of Class
org.apache.wicket.authorization.strategies.role.Roles

Packages that use Roles
org.apache.wicket.authentication   
org.apache.wicket.authorization.strategies.role   
org.apache.wicket.authorization.strategies.role.metadata   
org.apache.wicket.examples.authentication   
org.apache.wicket.examples.authorization   
 

Uses of Roles in org.apache.wicket.authentication
 

Methods in org.apache.wicket.authentication that return Roles
abstract  Roles AuthenticatedWebSession.getRoles()
           
 

Methods in org.apache.wicket.authentication with parameters of type Roles
 boolean AuthenticatedWebApplication.hasAnyRole(Roles roles)
           
 

Uses of Roles in org.apache.wicket.authorization.strategies.role
 

Methods in org.apache.wicket.authorization.strategies.role with parameters of type Roles
 boolean Roles.hasAllRoles(Roles roles)
          Whether this roles object contains all the provided roles.
protected  boolean AbstractRoleAuthorizationStrategy.hasAny(Roles roles)
          Gets whether any of the given roles applies to the authorizer.
 boolean Roles.hasAnyRole(Roles roles)
          Whether this roles object contains any of the provided roles.
 boolean IRoleCheckingStrategy.hasAnyRole(Roles roles)
          Whether any of the given roles matches.
protected  boolean AbstractRoleAuthorizationStrategy.isEmpty(Roles roles)
          Conducts a check to see if the roles object is empty.
 

Uses of Roles in org.apache.wicket.authorization.strategies.role.metadata
 

Methods in org.apache.wicket.authorization.strategies.role.metadata that return Roles
<T extends Component>
Roles
InstantiationPermissions.authorizedRoles(Class<T> componentClass)
          Gets the roles that have a binding with the given component class.
 

Methods in org.apache.wicket.authorization.strategies.role.metadata that return types with arguments of type Roles
protected  Map<Class<? extends Component>,Roles> InstantiationPermissions.getRolesForComponentClass()
           
 

Methods in org.apache.wicket.authorization.strategies.role.metadata with parameters of type Roles
<T extends Component>
void
InstantiationPermissions.authorize(Class<T> componentClass, Roles rolesToAdd)
          Gives the given role permission to instantiate the given class.
<T extends Component>
void
InstantiationPermissions.unauthorize(Class<T> componentClass, Roles rolesToRemove)
          Removes permission for the given role to instantiate the given class.
 

Uses of Roles in org.apache.wicket.examples.authentication
 

Methods in org.apache.wicket.examples.authentication that return Roles
 Roles MyAuthenticatedWebSession.getRoles()
           
 

Uses of Roles in org.apache.wicket.examples.authorization
 

Methods in org.apache.wicket.examples.authorization with parameters of type Roles
 boolean User.hasAnyRole(Roles roles)
          Whether this user has any of the given roles.
 boolean UserRolesAuthorizer.hasAnyRole(Roles roles)
           
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.