All Classes and Interfaces
Class
Description
Authenticated web session.
Base strategy that uses an instance of
IRoleCheckingStrategy.For each Action, holds a set of roles that can perform that action.
Strategy that checks the
AuthorizeInstantiation annotation.A web application subclass that does role-based authentication.
Basic authenticated web session.
A mapping of 1..n roles to an action.
Groups a set (technically an array) of
AuthorizeActions for authorization.Annotation for configuring what roles are allowed for instantiation the annotated component or
package.
Groups a set (technically an array) of
AuthorizeInstantiations for page authorization.Annotation for configuring what roles are allowed for requesting the annotated resource.
An internal data structure that maps a given component class to a set of role strings.
Strategy for doing role checking.
Strategy that uses the Wicket metadata facility to check authorization.
Compound strategy that works with roles.
Utility class for working with roles.
A base class which provide standard functionality for sign in.
Reusable user sign in panel with username and password as well as support for persistence of the
both.
Simple sign out page.