| Package | Description |
|---|---|
| org.apache.wiki |
The chief package of JSPWiki.
|
| org.apache.wiki.auth |
Authentication, Authorization and the third A thing.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationManager |
WikiEngine.getAuthorizationManager()
Deprecated.
use
getManager( AuthorizationManager.class ) instead. |
AuthorizationManager |
WikiEngine.getAuthorizationManager()
Deprecated.
use
getManager( AuthorizationManager.class ) instead. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAuthorizationManager
Default implementation for
AuthorizationManager
See the DefaultAuthorizationManager.checkPermission(Session, Permission) and DefaultAuthorizationManager.hasRoleOrPrincipal(Session, Principal) methods for more
information on the authorization logic. |
Copyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.