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