Interface AuthenticationRequest
-
- All Superinterfaces:
java.io.Serializable
public interface AuthenticationRequest extends java.io.SerializableThis class represents an OAuth 2.0 authentication request.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthenticationContextgetAuthenticationContext()Get the AuthenticationContext.java.lang.StringtoString()Get the JSON string representation.
-
-
-
Method Detail
-
getAuthenticationContext
AuthenticationContext getAuthenticationContext()
Get the AuthenticationContext.- Returns:
- The AuthenticationContext.
-
toString
java.lang.String toString()
Get the JSON string representation.- Overrides:
toStringin classjava.lang.Object- Returns:
- The JSON string representation.
-
-