Package | Description |
---|---|
com.okta.sdk.impl.resource.user | |
com.okta.sdk.resource.user |
Modifier and Type | Method and Description |
---|---|
PasswordCredentialHashAlgorithm |
DefaultPasswordCredentialHash.getAlgorithm() |
Modifier and Type | Method and Description |
---|---|
PasswordCredentialHash |
DefaultPasswordCredentialHash.setAlgorithm(PasswordCredentialHashAlgorithm algorithm) |
Modifier and Type | Method and Description |
---|---|
PasswordCredentialHashAlgorithm |
PasswordCredentialHash.getAlgorithm() |
static PasswordCredentialHashAlgorithm |
PasswordCredentialHashAlgorithm.valueOf(String name)
Returns 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 Type | Method and Description |
---|---|
PasswordCredentialHash |
PasswordCredentialHash.setAlgorithm(PasswordCredentialHashAlgorithm algorithm) |
Copyright © 2017–2023 Okta. All rights reserved.