|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.netscape.certsrv.authentication.AuthManagerProxy
public class AuthManagerProxy
A class represents an authentication manager. It contains an authentication manager instance and its state (enable or not).
Constructor Summary | |
---|---|
AuthManagerProxy(boolean enable,
IAuthManager mgr)
Constructor |
Method Summary | |
---|---|
IAuthManager |
getAuthManager()
Returns an authentication manager instance. |
boolean |
isEnable()
Returns the state of the authentication manager instance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuthManagerProxy(boolean enable, IAuthManager mgr)
enable
- true if the authMgr is enabled; false otherwisemgr
- authentication manager instanceMethod Detail |
---|
public boolean isEnable()
public IAuthManager getAuthManager()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |