Uses of Class
org.openiam.email.util.AuthMethod
-
Packages that use AuthMethod Package Description org.openiam.email.util -
-
Uses of AuthMethod in org.openiam.email.util
Methods in org.openiam.email.util that return AuthMethod Modifier and Type Method Description static AuthMethod
AuthMethod. fromValue(String value)
static AuthMethod
AuthMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthMethod[]
AuthMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-