- AbstractAuthenticatedWebSession - Class in org.apache.wicket.authroles.authentication
-
Authenticated web session.
- AbstractAuthenticatedWebSession(Request) - Constructor for class org.apache.wicket.authroles.authentication.AbstractAuthenticatedWebSession
-
Construct.
- AbstractRoleAuthorizationStrategy - Class in org.apache.wicket.authroles.authorization.strategies.role
-
- AbstractRoleAuthorizationStrategy(IRoleCheckingStrategy) - Constructor for class org.apache.wicket.authroles.authorization.strategies.role.AbstractRoleAuthorizationStrategy
-
Construct.
- ACTION_PERMISSIONS - Static variable in class org.apache.wicket.authroles.authorization.strategies.role.metadata.MetaDataRoleAuthorizationStrategy
-
Component meta data key for actions/roles information.
- ActionPermissions - Class in org.apache.wicket.authroles.authorization.strategies.role.metadata
-
For each Action, holds a set of roles that can perform that action.
- ActionPermissions() - Constructor for class org.apache.wicket.authroles.authorization.strategies.role.metadata.ActionPermissions
-
- ADMIN - Static variable in class org.apache.wicket.authroles.authorization.strategies.role.Roles
-
ADMIN role (for use in annotations)
- AnnotationsRoleAuthorizationStrategy - Class in org.apache.wicket.authroles.authorization.strategies.role.annotations
-
- AnnotationsRoleAuthorizationStrategy(IRoleCheckingStrategy) - Constructor for class org.apache.wicket.authroles.authorization.strategies.role.annotations.AnnotationsRoleAuthorizationStrategy
-
Construct.
- authenticate(String, String) - Method in class org.apache.wicket.authroles.authentication.AuthenticatedWebSession
-
Actual authentication check, has to be implemented by subclasses.
- AuthenticatedWebApplication - Class in org.apache.wicket.authroles.authentication
-
A web application subclass that does role-based authentication.
- AuthenticatedWebApplication() - Constructor for class org.apache.wicket.authroles.authentication.AuthenticatedWebApplication
-
Constructor
- AuthenticatedWebSession - Class in org.apache.wicket.authroles.authentication
-
Basic authenticated web session.
- AuthenticatedWebSession(Request) - Constructor for class org.apache.wicket.authroles.authentication.AuthenticatedWebSession
-
Construct.
- authorize(Action, Roles) - Method in class org.apache.wicket.authroles.authorization.strategies.role.metadata.ActionPermissions
-
Gives permission for the given roles to perform the given action
- authorize(Class<T>, Roles) - Method in class org.apache.wicket.authroles.authorization.strategies.role.metadata.InstantiationPermissions
-
Gives the given role permission to instantiate the given class.
- authorize(Class<T>, String) - Static method in class org.apache.wicket.authroles.authorization.strategies.role.metadata.MetaDataRoleAuthorizationStrategy
-
Authorizes the given role to create component instances of type componentClass.
- authorize(Component, Action, String) - Static method in class org.apache.wicket.authroles.authorization.strategies.role.metadata.MetaDataRoleAuthorizationStrategy
-
Authorizes the given role to perform the given action on the given component.
- AuthorizeAction - Annotation Type in org.apache.wicket.authroles.authorization.strategies.role.annotations
-
A mapping of 1..n roles to an action.
- AuthorizeActions - Annotation Type in org.apache.wicket.authroles.authorization.strategies.role.annotations
-
- authorizeAll(Action) - Method in class org.apache.wicket.authroles.authorization.strategies.role.metadata.ActionPermissions
-
Remove all authorization for the given action.
- authorizeAll(Class<T>) - Method in class org.apache.wicket.authroles.authorization.strategies.role.metadata.InstantiationPermissions
-
Gives all roles permission to instantiate the given class.
- authorizeAll(Class<T>) - Static method in class org.apache.wicket.authroles.authorization.strategies.role.metadata.MetaDataRoleAuthorizationStrategy
-
Grants permission to all roles to create instances of the given component class.
- authorizeAll(Component, Action) - Static method in class org.apache.wicket.authroles.authorization.strategies.role.metadata.MetaDataRoleAuthorizationStrategy
-
Grants permission to all roles to perform the given action on the given component.
- authorizedRoles(Class<T>) - Method in class org.apache.wicket.authroles.authorization.strategies.role.metadata.InstantiationPermissions
-
Gets the roles that have a binding with the given component class.
- AuthorizeInstantiation - Annotation Type in org.apache.wicket.authroles.authorization.strategies.role.annotations
-
Annotation for configuring what roles are allowed for instantiation the annotated component or
package.