|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthenticationResult.AuthenticationStatus | |
---|---|
org.apache.qpid.server.security.auth |
Uses of AuthenticationResult.AuthenticationStatus in org.apache.qpid.server.security.auth |
---|
Fields in org.apache.qpid.server.security.auth declared as AuthenticationResult.AuthenticationStatus | |
---|---|
AuthenticationResult.AuthenticationStatus |
AuthenticationResult.status
|
Methods in org.apache.qpid.server.security.auth that return AuthenticationResult.AuthenticationStatus | |
---|---|
static AuthenticationResult.AuthenticationStatus |
AuthenticationResult.AuthenticationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AuthenticationResult.AuthenticationStatus[] |
AuthenticationResult.AuthenticationStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.apache.qpid.server.security.auth with parameters of type AuthenticationResult.AuthenticationStatus | |
---|---|
AuthenticationResult(AuthenticationResult.AuthenticationStatus status)
|
|
AuthenticationResult(AuthenticationResult.AuthenticationStatus error,
Exception cause)
|
|
AuthenticationResult(byte[] challenge,
AuthenticationResult.AuthenticationStatus status)
|
|
AuthenticationResult(byte[] challenge,
AuthenticationResult.AuthenticationStatus status,
Exception cause)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |