|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Authorizer | |
---|---|
org.apache.wiki.auth | Authentication, Authorization and the third A thing. |
org.apache.wiki.auth.authorize | Authorizer implementation. |
org.apache.wiki.auth.login | Provides the different login modules that JSPWiki uses. |
Uses of Authorizer in org.apache.wiki.auth |
---|
Methods in org.apache.wiki.auth that return Authorizer | |
---|---|
Authorizer |
AuthorizationManager.getAuthorizer()
Returns the current external Authorizer in use. |
Uses of Authorizer in org.apache.wiki.auth.authorize |
---|
Subinterfaces of Authorizer in org.apache.wiki.auth.authorize | |
---|---|
interface |
WebAuthorizer
Extends the Authorizer interface by
including a delgate method for
HttpServletRequest.isUserInRole(String) . |
Classes in org.apache.wiki.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 org.apache.wiki.auth.login |
---|
Methods in org.apache.wiki.auth.login that return Authorizer | |
---|---|
Authorizer |
AuthorizerCallback.getAuthorizer()
Returns the authorizer. |
Methods in org.apache.wiki.auth.login with parameters of type Authorizer | |
---|---|
void |
AuthorizerCallback.setAuthorizer(Authorizer authorizer)
Sets the authorizer object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |