Uses of Interface
org.apache.wicket.authroles.authorization.strategies.role.IRoleCheckingStrategy
-
-
Uses of IRoleCheckingStrategy in org.apache.wicket.authroles.authentication
Classes in org.apache.wicket.authroles.authentication that implement IRoleCheckingStrategy Modifier and Type Class Description classAuthenticatedWebApplicationA 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 Constructor Description 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 Constructor Description 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 Constructor Description MetaDataRoleAuthorizationStrategy(IRoleCheckingStrategy roleCheckingStrategy)Construct.
-