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