Class AuthenticationResponse
java.lang.Object
de.xima.fc.api.rest.pub.client.security.model.AuthenticationResponse
- All Implemented Interfaces:
Serializable
@Generated("de.xima.openapi.codegen.java_jaxrs.XimaJavaJaxrsGenerator")
public class AuthenticationResponse
extends Object
implements Serializable
Response model for authentication requests, indicating success or requiring MFA.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe status of the authentication request, indicating success or if MFA is required. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet mfaRequiredResponseThe status of the authentication request, indicating success or if MFA is required.Get tokenResponseinthashCode()mfaRequiredResponse(MfaTempTokenResponse mfaRequiredResponse) Creates a new model with the given enum and no other data.voidsetMfaRequiredResponse(MfaTempTokenResponse mfaRequiredResponse) voidsetStatusType(AuthenticationResponse.StatusTypeEnum statusType) voidsetTokenResponse(AuthenticationTokenResponse tokenResponse) statusType(AuthenticationResponse.StatusTypeEnum statusType) Creates a new model with the given enum and no other data.tokenResponse(AuthenticationTokenResponse tokenResponse) Creates a new model with the given enum and no other data.toString()
-
Field Details
-
JSON_PROPERTY_MFA_REQUIRED_RESPONSE
- See Also:
-
JSON_PROPERTY_STATUS_TYPE
- See Also:
-
JSON_PROPERTY_TOKEN_RESPONSE
- See Also:
-
-
Constructor Details
-
AuthenticationResponse
public AuthenticationResponse()Creates a new empty model with no data yet. Use the various setters or fluent setters to add the appropriate data.
-
-
Method Details
-
mfaRequiredResponse
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getMfaRequiredResponse
Get mfaRequiredResponse- Returns:
- mfaRequiredResponse
-
setMfaRequiredResponse
-
statusType
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getStatusType
The status of the authentication request, indicating success or if MFA is required.- Returns:
- statusType
-
setStatusType
-
tokenResponse
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getTokenResponse
Get tokenResponse- Returns:
- tokenResponse
-
setTokenResponse
-
equals
-
hashCode
-
toString
-