Package | Description |
---|---|
com.netscape.certsrv.authorization | |
com.netscape.cms.authorization |
Modifier and Type | Method and Description |
---|---|
IAuthzManager |
IAuthzSubsystem.get(java.lang.String name)
Get an authorization manager interface for the given name.
|
IAuthzManager |
AuthzManagerProxy.getAuthzManager()
Returns an authorization manager instance.
|
IAuthzManager |
IAuthzSubsystem.getAuthzManager(java.lang.String name)
Gets the Authorization manager instance of the specified name.
|
IAuthzManager |
IAuthzSubsystem.getAuthzManagerPlugin(java.lang.String name)
Gets a single authorization manager plugin implementation
|
Modifier and Type | Method and Description |
---|---|
java.util.Enumeration<IAuthzManager> |
IAuthzSubsystem.getAuthzManagers()
Gets an enumeration of authorization managers registered to the
authorization component.
|
Modifier and Type | Method and Description |
---|---|
void |
IAuthzSubsystem.add(java.lang.String name,
IAuthzManager authzMgr)
Adds (registers) the given authorization manager.
|
Constructor and Description |
---|
AuthzManagerProxy(boolean enable,
IAuthzManager mgr)
Constructor
|
AuthzToken(IAuthzManager authzMgr)
Constructs an instance of a authorization token.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicAclAuthz
A class for basic acls authorization manager
|
class |
BasicGroupAuthz |
class |
DirAclAuthz
A class for ldap acls based authorization manager
The ldap server used for acls is the cms internal ldap db.
|