Java javax.security.auth.message AuthStatus fields, constructors, methods, implement or subclass

Example usage for Java javax.security.auth.message AuthStatus fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.security.auth.message AuthStatus.

The text is from its open source code.

Field

AuthStatusSUCCESS
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.
AuthStatusFAILURE
Indicates that the message processing by the authentication module was NOT successful, and that the module replaced the application message with an error message.
AuthStatusSEND_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.
AuthStatusSEND_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.
AuthStatusSEND_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.