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