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   
 

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
 Roles InstantiationPermissions.authorizedRoles(java.lang.Class<? extends org.apache.wicket.Component> 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  java.util.Map<java.lang.Class<? extends org.apache.wicket.Component>,Roles> InstantiationPermissions.getRolesForComponentClass()
           
 

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



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