Uses of Class
io.jans.as.model.common.AuthenticationMethod
-
Packages that use AuthenticationMethod Package Description io.jans.as.model.common -
-
Uses of AuthenticationMethod in io.jans.as.model.common
Methods in io.jans.as.model.common that return AuthenticationMethod Modifier and Type Method Description static AuthenticationMethod
AuthenticationMethod. fromString(java.lang.String param)
Returns the correspondingAuthenticationMethod
for an authentication method parameter.static AuthenticationMethod
AuthenticationMethod. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AuthenticationMethod[]
AuthenticationMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-