- java.lang.Object
-
- javax.security.auth.message.AuthStatus
-
public class AuthStatus extends Object
The AuthStatus class is used to represent return values from Authentication modules and Authentication Contexts. An AuthStatus value is returned when the module processing has established a corresponding request or response message within the message parameters exchanged with the runtime.
-
-
Field Summary
Fields 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.
-
-
-
Field Detail
-
SUCCESS
public static final 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.
-
FAILURE
public static final 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.
-
SEND_SUCCESS
public static final 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.
-
SEND_FAILURE
public static final 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.
-
SEND_CONTINUE
public static final 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.
-
-
Document created the 11/06/2005, last modified the 18/08/2025
Source of the printed document:https://www.gaudry.be/en/java-api-javaee-rf-javax/security/auth/message/authstatus.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author of this site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.