Fields Summary |
---|
public static final AuthStatus | SUCCESSIndicates 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. |
public static final AuthStatus | FAILUREIndicates that the message processing by the authentication module
was NOT successful, and that the module replaced the application
message with an error message. |
public static final AuthStatus | SEND_SUCCESSIndicates 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. |
public static final AuthStatus | SEND_FAILUREIndicates 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. |
public static final AuthStatus | SEND_CONTINUEIndicates 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. |
private int | v |