Interface AuthenticationResponse
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
AuthenticationFailed,UserDetails
public interface AuthenticationResponse extends java.io.Serializable- Since:
- 1.0
- Author:
- Sergio del Amo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description java.util.Optional<java.lang.String>getMessage()default booleanisAuthenticated()Defaults to false.
-