com.caucho.hemp.servlet
Class ServerAuthManager
java.lang.Object
com.caucho.hemp.servlet.ServerAuthManager
public class ServerAuthManager
- extends java.lang.Object
Manages links on the server
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ServerAuthManager
public ServerAuthManager()
setAuthenticationRequired
public void setAuthenticationRequired(boolean isAuthenticationRequired)
getAuth
public Authenticator getAuth()
isClusterSystemKey
public boolean isClusterSystemKey()
decryptKey
public java.security.Key decryptKey(java.lang.String keyAlgorithm,
byte[] encKey)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object