Uses of Interface
org.apache.wicket.authroles.authorization.strategies.role.IRoleCheckingStrategy

Packages that use IRoleCheckingStrategy
org.apache.wicket.authroles.authentication   
org.apache.wicket.authroles.authorization.strategies.role   
org.apache.wicket.authroles.authorization.strategies.role.annotations   
org.apache.wicket.authroles.authorization.strategies.role.metadata   
 

Uses of IRoleCheckingStrategy in org.apache.wicket.authroles.authentication
 

Classes in org.apache.wicket.authroles.authentication that implement IRoleCheckingStrategy
 class AuthenticatedWebApplication
          A web application subclass that does role-based authentication.
 

Uses of IRoleCheckingStrategy in org.apache.wicket.authroles.authorization.strategies.role
 

Constructors in org.apache.wicket.authroles.authorization.strategies.role with parameters of type IRoleCheckingStrategy
AbstractRoleAuthorizationStrategy(IRoleCheckingStrategy roleCheckingStrategy)
          Construct.
RoleAuthorizationStrategy(IRoleCheckingStrategy roleCheckingStrategy)
          Construct.
 

Uses of IRoleCheckingStrategy in org.apache.wicket.authroles.authorization.strategies.role.annotations
 

Constructors in org.apache.wicket.authroles.authorization.strategies.role.annotations with parameters of type IRoleCheckingStrategy
AnnotationsRoleAuthorizationStrategy(IRoleCheckingStrategy roleCheckingStrategy)
          Construct.
 

Uses of IRoleCheckingStrategy in org.apache.wicket.authroles.authorization.strategies.role.metadata
 

Constructors in org.apache.wicket.authroles.authorization.strategies.role.metadata with parameters of type IRoleCheckingStrategy
MetaDataRoleAuthorizationStrategy(IRoleCheckingStrategy roleCheckingStrategy)
          Construct.
 



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