Uses of Class
sh.ory.model.AuthenticatorAssuranceLevel
| Package | Description |
|---|---|
| sh.ory.model |
-
Uses of AuthenticatorAssuranceLevel in sh.ory.model
Methods in sh.ory.model that return AuthenticatorAssuranceLevel Modifier and Type Method Description static AuthenticatorAssuranceLevelAuthenticatorAssuranceLevel. fromValue(String value)AuthenticatorAssuranceLevelSessionAuthenticationMethod. getAal()Get aalAuthenticatorAssuranceLevelSession. getAuthenticatorAssuranceLevel()Get authenticatorAssuranceLevelAuthenticatorAssuranceLevelSelfServiceLoginFlow. getRequestedAal()Get requestedAalAuthenticatorAssuranceLevelAuthenticatorAssuranceLevel.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static AuthenticatorAssuranceLevelAuthenticatorAssuranceLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticatorAssuranceLevel[]AuthenticatorAssuranceLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in sh.ory.model with parameters of type AuthenticatorAssuranceLevel Modifier and Type Method Description SessionAuthenticationMethodSessionAuthenticationMethod. aal(AuthenticatorAssuranceLevel aal)SessionSession. authenticatorAssuranceLevel(AuthenticatorAssuranceLevel authenticatorAssuranceLevel)SelfServiceLoginFlowSelfServiceLoginFlow. requestedAal(AuthenticatorAssuranceLevel requestedAal)voidSessionAuthenticationMethod. setAal(AuthenticatorAssuranceLevel aal)voidSession. setAuthenticatorAssuranceLevel(AuthenticatorAssuranceLevel authenticatorAssuranceLevel)voidSelfServiceLoginFlow. setRequestedAal(AuthenticatorAssuranceLevel requestedAal)voidAuthenticatorAssuranceLevel.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, AuthenticatorAssuranceLevel enumeration)