public class ServerAuthManager
extends java.lang.Object
Constructor and Description |
---|
ServerAuthManager() |
Modifier and Type | Method and Description |
---|---|
java.security.Key |
decryptKey(java.lang.String keyAlgorithm,
byte[] encKey) |
Authenticator |
getAuth() |
boolean |
isClusterSystemKey() |
void |
setAuthenticationRequired(boolean isAuthenticationRequired) |
java.lang.String |
toString() |
public void setAuthenticationRequired(boolean isAuthenticationRequired)
public Authenticator getAuth()
public boolean isClusterSystemKey()
public java.security.Key decryptKey(java.lang.String keyAlgorithm, byte[] encKey)
public java.lang.String toString()
toString
in class java.lang.Object