public interface SecurityService
Because of pluggable nature of the Services, it is possible to create
multiple implementations of SecurityService, for example employing database
and directory server as the data backend.
| Modifier and Type | Method and Description |
|---|---|
GroupManager |
getGroupManager()
Returns the configured GroupManager.
|
<T extends ModelManager> |
getModelManager()
Returns the configured ModelManager object that can then be casted to the
specific model.
|
PermissionManager |
getPermissionManager()
Returns the configured PermissionManager.
|
RoleManager |
getRoleManager()
Returns the configured RoleManager.
|
UserManager |
getUserManager()
Returns the configured UserManager.
|
static final String ROLE
UserManager getUserManager()
GroupManager getGroupManager()
RoleManager getRoleManager()
PermissionManager getPermissionManager()
<T extends ModelManager> T getModelManager()
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.