Uses of Class
sh.ory.model.SessionAuthenticationMethod.MethodEnum
| Package | Description |
|---|---|
| sh.ory.model |
-
Uses of SessionAuthenticationMethod.MethodEnum in sh.ory.model
Methods in sh.ory.model that return SessionAuthenticationMethod.MethodEnum Modifier and Type Method Description static SessionAuthenticationMethod.MethodEnumSessionAuthenticationMethod.MethodEnum. fromValue(String value)SessionAuthenticationMethod.MethodEnumSessionAuthenticationMethod. getMethod()Get methodSessionAuthenticationMethod.MethodEnumSessionAuthenticationMethod.MethodEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static SessionAuthenticationMethod.MethodEnumSessionAuthenticationMethod.MethodEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SessionAuthenticationMethod.MethodEnum[]SessionAuthenticationMethod.MethodEnum. 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 SessionAuthenticationMethod.MethodEnum Modifier and Type Method Description SessionAuthenticationMethodSessionAuthenticationMethod. method(SessionAuthenticationMethod.MethodEnum method)voidSessionAuthenticationMethod. setMethod(SessionAuthenticationMethod.MethodEnum method)voidSessionAuthenticationMethod.MethodEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, SessionAuthenticationMethod.MethodEnum enumeration)