public abstract class AbstractTurbineModelManager extends AbstractManager implements TurbineModelManager
GLOBAL_GROUP_NAME
ROLE
Constructor and Description |
---|
AbstractTurbineModelManager() |
Modifier and Type | Method and Description |
---|---|
Group |
getGlobalGroup()
Provides a reference to the Group object that represents the global group .
|
void |
revokeAll(Role role)
Revokes all permissions and groups from a Role.
|
void |
revokeAll(User user)
Revokes all roles and groups from a User.
|
dispose, getGroupManager, getPermissionManager, getRoleManager, getServiceManager, getUserManager, release, resolve, service
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
grant, grant, revoke, revoke
public Group getGlobalGroup() throws DataBackendException
getGlobalGroup
in interface TurbineModelManager
DataBackendException
public void revokeAll(Role role) throws DataBackendException, UnknownEntityException
revokeAll
in interface TurbineModelManager
role
- the RoleDataBackendException
- if there was an error accessing the data backend.UnknownEntityException
- if the Role is not present.public void revokeAll(User user) throws DataBackendException, UnknownEntityException
revokeAll
in interface TurbineModelManager
user
- the UserDataBackendException
- if there was an error accessing the data backend.UnknownEntityException
- if the Role is not present.Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.