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 AuthenticationMethodAuthenticationMethod. fromString(java.lang.String param)Returns the correspondingAuthenticationMethodfor an authentication method parameter.static AuthenticationMethodAuthenticationMethod. 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.
-