Uses of Package
org.apache.wiki.auth.authorize
Packages that use org.apache.wiki.auth.authorize
Package
Description
The chief package of JSPWiki.
Authorizer implementation.
-
Classes in org.apache.wiki.auth.authorize used by org.apache.wikiClassDescriptionGroups are a specialized type of ad-hoc role used by the wiki system.Facade class for storing, retrieving and managing wiki groups on behalf of AuthorizationManager, JSPs and other presentation-layer classes.
-
Classes in org.apache.wiki.auth.authorize used by org.apache.wiki.auth.authorizeClassDescriptionGroups are a specialized type of ad-hoc role used by the wiki system.Defines an interface for loading, persisting and storing wiki groups.Facade class for storing, retrieving and managing wiki groups on behalf of AuthorizationManager, JSPs and other presentation-layer classes.A lightweight, immutable Principal that represents a built-in wiki role such as Anonymous, Asserted and Authenticated.Extends the
Authorizer
interface by including a delegate method forHttpServletRequest.isUserInRole(String)
.