Package sh.ory.model
Class SessionAuthenticationMethod
java.lang.Object
sh.ory.model.SessionAuthenticationMethod
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-19T11:31:27.587817519Z[Etc/UTC]") public class SessionAuthenticationMethod extends Object
A singular authenticator used during authentication / login.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSessionAuthenticationMethod.MethodEnumGets or Sets method -
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_AALstatic StringSERIALIZED_NAME_COMPLETED_ATstatic StringSERIALIZED_NAME_METHOD -
Constructor Summary
Constructors Constructor Description SessionAuthenticationMethod() -
Method Summary
Modifier and Type Method Description SessionAuthenticationMethodaal(AuthenticatorAssuranceLevel aal)SessionAuthenticationMethodcompletedAt(OffsetDateTime completedAt)booleanequals(Object o)AuthenticatorAssuranceLevelgetAal()Get aalOffsetDateTimegetCompletedAt()When the authentication challenge was completed.SessionAuthenticationMethod.MethodEnumgetMethod()Get methodinthashCode()SessionAuthenticationMethodmethod(SessionAuthenticationMethod.MethodEnum method)voidsetAal(AuthenticatorAssuranceLevel aal)voidsetCompletedAt(OffsetDateTime completedAt)voidsetMethod(SessionAuthenticationMethod.MethodEnum method)StringtoString()
-
Field Details
-
SERIALIZED_NAME_AAL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_COMPLETED_AT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_METHOD
- See Also:
- Constant Field Values
-
-
Constructor Details
-
SessionAuthenticationMethod
public SessionAuthenticationMethod()
-
-
Method Details
-
aal
-
getAal
Get aal- Returns:
- aal
-
setAal
-
completedAt
-
getCompletedAt
When the authentication challenge was completed.- Returns:
- completedAt
-
setCompletedAt
-
method
-
getMethod
Get method- Returns:
- method
-
setMethod
-
equals
-
hashCode
public int hashCode() -
toString
-