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. |
Modifier and Type | Interface and Description |
---|---|
interface |
WebAuthorizer
Extends the
Authorizer interface by
including a delgate method for
HttpServletRequest.isUserInRole(String) . |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Authorizer |
AuthorizerCallback.getAuthorizer()
Returns the authorizer.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthorizerCallback.setAuthorizer(Authorizer authorizer)
Sets the authorizer object.
|
Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.