Uses of Enum
com.okta.sdk.resource.model.PasswordCredentialHashAlgorithm
-
Uses of PasswordCredentialHashAlgorithm in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionPasswordCredentialHash.getAlgorithm()
Get algorithmReturns the enum constant of this type with the specified name.static PasswordCredentialHashAlgorithm[]
PasswordCredentialHashAlgorithm.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionPasswordCredentialHash.algorithm
(PasswordCredentialHashAlgorithm algorithm) void
PasswordCredentialHash.setAlgorithm
(PasswordCredentialHashAlgorithm algorithm)