@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class PasswordCredentialHash extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_ALGORITHM |
static String |
JSON_PROPERTY_DIGEST_ALGORITHM |
static String |
JSON_PROPERTY_ITERATION_COUNT |
static String |
JSON_PROPERTY_KEY_SIZE |
static String |
JSON_PROPERTY_SALT |
static String |
JSON_PROPERTY_SALT_ORDER |
static String |
JSON_PROPERTY_VALUE |
static String |
JSON_PROPERTY_WORK_FACTOR |
Constructor and Description |
---|
PasswordCredentialHash() |
public static final String JSON_PROPERTY_ALGORITHM
public static final String JSON_PROPERTY_DIGEST_ALGORITHM
public static final String JSON_PROPERTY_ITERATION_COUNT
public static final String JSON_PROPERTY_KEY_SIZE
public static final String JSON_PROPERTY_SALT
public static final String JSON_PROPERTY_SALT_ORDER
public static final String JSON_PROPERTY_VALUE
public static final String JSON_PROPERTY_WORK_FACTOR
public PasswordCredentialHash algorithm(PasswordCredentialHashAlgorithm algorithm)
@Nullable public PasswordCredentialHashAlgorithm getAlgorithm()
public void setAlgorithm(PasswordCredentialHashAlgorithm algorithm)
public PasswordCredentialHash digestAlgorithm(DigestAlgorithm digestAlgorithm)
@Nullable public DigestAlgorithm getDigestAlgorithm()
public void setDigestAlgorithm(DigestAlgorithm digestAlgorithm)
public PasswordCredentialHash iterationCount(Integer iterationCount)
@Nullable public Integer getIterationCount()
public void setIterationCount(Integer iterationCount)
public PasswordCredentialHash keySize(Integer keySize)
public void setKeySize(Integer keySize)
public PasswordCredentialHash salt(String salt)
public void setSalt(String salt)
public PasswordCredentialHash saltOrder(String saltOrder)
public void setSaltOrder(String saltOrder)
public PasswordCredentialHash value(String value)
public void setValue(String value)
public PasswordCredentialHash workFactor(Integer workFactor)
public void setWorkFactor(Integer workFactor)
Copyright © 2017–2023 Okta. All rights reserved.