Uses of Interface
com.ecyrd.jspwiki.auth.Authorizer

Packages that use Authorizer
com.ecyrd.jspwiki.auth Authentication, Authorization and the third A thing. 
com.ecyrd.jspwiki.auth.authorize Authorizer implementation. 
com.ecyrd.jspwiki.auth.login Provides the different login modules that JSPWiki uses. 
 

Uses of Authorizer in com.ecyrd.jspwiki.auth
 

Methods in com.ecyrd.jspwiki.auth that return Authorizer
 Authorizer AuthorizationManager.getAuthorizer()
          Returns the current external Authorizer in use.
 

Uses of Authorizer in com.ecyrd.jspwiki.auth.authorize
 

Subinterfaces of Authorizer in com.ecyrd.jspwiki.auth.authorize
 interface WebAuthorizer
          Extends the Authorizer interface by including a delgate method for HttpServletRequest.isUserInRole(String).
 

Classes in com.ecyrd.jspwiki.auth.authorize that implement Authorizer
 class GroupManager
           Facade class for storing, retrieving and managing wiki groups on behalf of AuthorizationManager, JSPs and other presentation-layer classes.
 class WebContainerAuthorizer
          Authorizes users by delegating role membership checks to the servlet container.
 

Uses of Authorizer in com.ecyrd.jspwiki.auth.login
 

Methods in com.ecyrd.jspwiki.auth.login that return Authorizer
 Authorizer AuthorizerCallback.getAuthorizer()
          Returns the authorizer.
 

Methods in com.ecyrd.jspwiki.auth.login with parameters of type Authorizer
 void AuthorizerCallback.setAuthorizer(Authorizer authorizer)
          Sets the authorizer object.