- 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.
-
-
Deutsche Übersetzung
Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.
Vielen Dank im Voraus.
Dokument erstellt 11/06/2005, zuletzt geändert 18/08/2025
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/java-api-javaee-rf-javax/security/auth/message/AuthStatus.html
Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.
Referenzen
Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor dieser Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.