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.
|
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()
ModelManager getModelManager()
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.