Class AuthStatus
java.lang.Object
jakarta.security.auth.message.AuthStatus
Represents the status returned by JASPIC authentication operations. The authentication status indicates whether
authentication succeeded, failed, or requires further message exchange.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AuthStatusAuthentication failed and no further message exchange will change the outcome.static final AuthStatusAuthentication is in progress and further message exchange is required.static final AuthStatusAuthentication failed and the failure response should be sent to the peer.static final AuthStatusAuthentication succeeded and the response should be sent to the peer.static final AuthStatusAuthentication succeeded and no further message exchange is required. -
Method Summary
-
Field Details
-
SUCCESS
Authentication succeeded and no further message exchange is required. -
FAILURE
Authentication failed and no further message exchange will change the outcome. -
SEND_SUCCESS
Authentication succeeded and the response should be sent to the peer. -
SEND_FAILURE
Authentication failed and the failure response should be sent to the peer. -
SEND_CONTINUE
Authentication is in progress and further message exchange is required.
-
-
Method Details
-
toString
-