public class AuthManagerProxy
extends java.lang.Object
| Constructor and Description |
|---|
AuthManagerProxy(boolean enable,
IAuthManager mgr)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
IAuthManager |
getAuthManager()
Returns an authentication manager instance.
|
boolean |
isEnable()
Returns the state of the authentication manager instance
|
public AuthManagerProxy(boolean enable,
IAuthManager mgr)
enable - true if the authMgr is enabled; false otherwisemgr - authentication manager instancepublic boolean isEnable()
public IAuthManager getAuthManager()