Uses of Package
org.apache.wiki.auth.authorize

Package
Description
The chief package of JSPWiki.
Authorizer implementation.
  • Class
    Description
    Groups 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.
  • Class
    Description
    Groups 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 for HttpServletRequest.isUserInRole(String).