Class AuthenticationResponse
java.lang.Object
de.xima.fc.api.rest.pub.impl.security.model.response.authentication.AuthenticationResponse
- All Implemented Interfaces:
Serializable
- Since:
- 8.4.0
- Author:
- Norman Lorenz
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationResponse(AuthenticationResponse.StatusType statusType, AuthenticationTokenResponse tokenResponse, MfaTempTokenResponse mfaTempTokenResponse) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()static AuthenticationResponsemfaRequired(MfaTempTokenResponse mfaTempTokenResponse) static AuthenticationResponsesuccess(AuthenticationTokenResponse tokenResponse) toString()
-
Constructor Details
-
AuthenticationResponse
public AuthenticationResponse(AuthenticationResponse.StatusType statusType, AuthenticationTokenResponse tokenResponse, MfaTempTokenResponse mfaTempTokenResponse)
-
-
Method Details
-
success
-
mfaRequired
-
getStatusType
-
getTokenResponse
-
getMfaTempTokenResponse
-
equals
-
hashCode
-
toString
-