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

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

Uses of IRoleCheckingStrategy in org.apache.wicket.authentication
 

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

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

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

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

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

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

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

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

Classes in org.apache.wicket.examples.authentication that implement IRoleCheckingStrategy
 class MyAuthenticatedWebApplication
          A role-authorized, authenticated web application in just a few lines of code.
 

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

Classes in org.apache.wicket.examples.authorization that implement IRoleCheckingStrategy
 class UserRolesAuthorizer
          The authorizer we need to provide to the authorization strategy implementation AnnotationsRoleAuthorizationStrategy.
 



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