Package com.okta.sdk.resource.model
Class PasswordCredential
java.lang.Object
com.okta.sdk.resource.model.PasswordCredential
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-09T14:19:33.269913-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class PasswordCredential
extends Object
implements Serializable
When a user has a valid password, imported hashed password, or password hook, and a response object contains a
password credential, then the password object is a bare object without the value property defined (for example,
`password: {}`). This indicates that a password value exists. You can modify password policy requirements
in the Admin Console by editing the Password authenticator: **Security** > **Authenticators** > **Password**
(or for Okta Classic orgs, use **Security** > **Authentication** > **Password**).
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getHash()
Get hashgetHook()
Get hookgetValue()
Specifies the password for a user.hash
(PasswordCredentialHash hash) int
hashCode()
hook
(PasswordCredentialHook hook) void
void
void
toString()
-
Field Details
-
JSON_PROPERTY_HASH
- See Also:
-
JSON_PROPERTY_HOOK
- See Also:
-
JSON_PROPERTY_VALUE
- See Also:
-
-
Constructor Details
-
PasswordCredential
public PasswordCredential()
-
-
Method Details
-
hash
-
getHash
-
setHash
-
hook
-
getHook
-
setHook
-
value
-
getValue
-
setValue
-
equals
-
hashCode
-
toString
-