| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Authorizer |
AuthorizationManager.getAuthorizer()
Returns the current external
Authorizer in use. |
Authorizer |
DefaultAuthorizationManager.getAuthorizer()
Returns the current external
Authorizer in use. |
Authorizer |
DefaultAuthorizationManager.getAuthorizer()
Returns the current external
Authorizer in use. |
Authorizer |
AuthorizationManager.getAuthorizer()
Returns the current external
Authorizer in use. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GroupManager
Facade class for storing, retrieving and managing wiki groups on behalf of AuthorizationManager, JSPs and other presentation-layer
classes.
|
interface |
WebAuthorizer
Extends the
Authorizer interface by including a delegate method for
HttpServletRequest.isUserInRole(String). |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGroupManager
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.
|
| Modifier and Type | Method and Description |
|---|---|
Authorizer |
AuthorizerCallback.getAuthorizer()
Returns the authorizer.
|
Authorizer |
AuthorizerCallback.getAuthorizer()
Returns the authorizer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorizerCallback.setAuthorizer(Authorizer authorizer)
Sets the authorizer object.
|
void |
AuthorizerCallback.setAuthorizer(Authorizer authorizer)
Sets the authorizer object.
|
Copyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.