public class AuthzManagerProxy
extends java.lang.Object
| Constructor and Description |
|---|
AuthzManagerProxy(boolean enable,
IAuthzManager mgr)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
IAuthzManager |
getAuthzManager()
Returns an authorization manager instance.
|
boolean |
isEnable()
Returns the state of the authorization manager instance
|
public AuthzManagerProxy(boolean enable,
IAuthzManager mgr)
enable - true if the authzMgr is enabled; false otherwisemgr - authorization manager instancepublic boolean isEnable()
public IAuthzManager getAuthzManager()