Uses of Package
com.ecyrd.jspwiki.auth.authorize

Packages that use com.ecyrd.jspwiki.auth.authorize
com.ecyrd.jspwiki The chief package of JSPWiki. 
com.ecyrd.jspwiki.auth.authorize Authorizer implementation. 
 

Classes in com.ecyrd.jspwiki.auth.authorize used by com.ecyrd.jspwiki
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 com.ecyrd.jspwiki.auth.authorize used by com.ecyrd.jspwiki.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).