Package com.okta.sdk.resource.model
Class OrgCreationAdminCredentials
java.lang.Object
com.okta.sdk.resource.model.OrgCreationAdminCredentials
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class OrgCreationAdminCredentials
extends Object
implements Serializable
Specifies primary authentication and recovery credentials for a User. Credential types and requirements vary
depending on the provider and security policy of the org.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Get passwordGet recoveryQuestionint
hashCode()
password
(OrgCreationAdminCredentialsPassword password) recoveryQuestion
(RecoveryQuestionCredential recoveryQuestion) void
void
setRecoveryQuestion
(RecoveryQuestionCredential recoveryQuestion) toString()
-
Field Details
-
JSON_PROPERTY_PASSWORD
- See Also:
-
JSON_PROPERTY_RECOVERY_QUESTION
- See Also:
-
-
Constructor Details
-
OrgCreationAdminCredentials
public OrgCreationAdminCredentials()
-
-
Method Details
-
password
-
getPassword
Get password- Returns:
- password
-
setPassword
-
recoveryQuestion
-
getRecoveryQuestion
Get recoveryQuestion- Returns:
- recoveryQuestion
-
setRecoveryQuestion
-
equals
-
hashCode
public int hashCode() -
toString
-