org.apache.qpid.server.security.auth
Class AuthenticationResult
java.lang.Object
org.apache.qpid.server.security.auth.AuthenticationResult
public class AuthenticationResult
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
status
public AuthenticationResult.AuthenticationStatus status
challenge
public byte[] challenge
AuthenticationResult
public AuthenticationResult(AuthenticationResult.AuthenticationStatus status)
AuthenticationResult
public AuthenticationResult(byte[] challenge,
AuthenticationResult.AuthenticationStatus status)
AuthenticationResult
public AuthenticationResult(AuthenticationResult.AuthenticationStatus error,
Exception cause)
AuthenticationResult
public AuthenticationResult(byte[] challenge,
AuthenticationResult.AuthenticationStatus status,
Exception cause)
getCause
public Exception getCause()
Licensed to the Apache Software Foundation