public class AuthStatus
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static AuthStatus |
FAILURE
Indicates that the message processing by the authentication module was NOT successful, and that the module replaced
the application message with an error message.
|
static AuthStatus |
SEND_CONTINUE
Indicates the message processing by the authentication module is NOT complete, that the module replaced the
application message with a security message, and that the runtime is to proceed by sending the security message.
|
static AuthStatus |
SEND_FAILURE
Indicates that the message processing by the authentication module was NOT successful, that the module replaced the
application message with an error message, and that the runtime is to proceed by sending the error message.
|
static AuthStatus |
SEND_SUCCESS
Indicates that the message processing by the authentication module was successful and that the runtime is to proceed
by sending a message returned by the authentication module.
|
static AuthStatus |
SUCCESS
Indicates that the message processing by the authentication module was successful and that the runtime is to proceed
with its normal processing of the resulting message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final AuthStatus SUCCESS
public static final AuthStatus FAILURE
public static final AuthStatus SEND_SUCCESS
public static final AuthStatus SEND_FAILURE
public static final AuthStatus SEND_CONTINUE