Class AuthenticationResponse
- java.lang.Object
-
- de.xima.fc.api.rest.pub.impl.security.model.response.authentication.AuthenticationResponse
-
- All Implemented Interfaces:
Serializable
public class AuthenticationResponse extends Object implements Serializable
- Since:
- 8.4.0
- Author:
- Norman Lorenz
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AuthenticationResponse.StatusType
-
Constructor Summary
Constructors Constructor Description AuthenticationResponse()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AuthenticationResponse
mfaRequired(MfaTempTokenResponse mfaTempTokenResponse)
static AuthenticationResponse
success(AuthenticationTokenResponse tokenResponse)
-
-
-
Method Detail
-
success
public static AuthenticationResponse success(AuthenticationTokenResponse tokenResponse)
-
mfaRequired
public static AuthenticationResponse mfaRequired(MfaTempTokenResponse mfaTempTokenResponse)
-
-