Class AuthManagerProxy
java.lang.Object
org.dogtagpki.server.authentication.AuthManagerProxy
A class represents an authentication manager. It contains an
authentication manager instance and its state (enable or not).
- Version:
- $Revision$, $Date$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns an authentication manager instance.boolean
isEnable()
Returns the state of the authentication manager instance
-
Constructor Details
-
AuthManagerProxy
Constructor- Parameters:
enable
- true if the authMgr is enabled; false otherwisemgr
- authentication manager instance
-
-
Method Details
-
isEnable
public boolean isEnable()Returns the state of the authentication manager instance- Returns:
- true if the state of the authentication manager instance is enabled; false otherwise.
-
getAuthManager
Returns an authentication manager instance.- Returns:
- an authentication manager instance
-