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

Packages that use org.apache.wiki.auth.authorize
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
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
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.
Role
          A lightweight, immutable Principal that represents a built-in wiki role such as Anonymous, Asserted and Authenticated.
WebAuthorizer
          Extends the Authorizer interface by including a delgate method for HttpServletRequest.isUserInRole(String).
 



Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved.