@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class UserCredentials
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JSON_PROPERTY_PASSWORD |
static java.lang.String |
JSON_PROPERTY_PROVIDER |
static java.lang.String |
JSON_PROPERTY_RECOVERY_QUESTION |
| Constructor and Description |
|---|
UserCredentials() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
PasswordCredential |
getPassword()
Get password
|
AuthenticationProvider |
getProvider()
Get provider
|
RecoveryQuestionCredential |
getRecoveryQuestion()
Get recoveryQuestion
|
int |
hashCode() |
UserCredentials |
password(PasswordCredential password) |
UserCredentials |
provider(AuthenticationProvider provider) |
UserCredentials |
recoveryQuestion(RecoveryQuestionCredential recoveryQuestion) |
void |
setPassword(PasswordCredential password) |
void |
setProvider(AuthenticationProvider provider) |
void |
setRecoveryQuestion(RecoveryQuestionCredential recoveryQuestion) |
java.lang.String |
toString() |
public static final java.lang.String JSON_PROPERTY_PASSWORD
public static final java.lang.String JSON_PROPERTY_PROVIDER
public static final java.lang.String JSON_PROPERTY_RECOVERY_QUESTION
public UserCredentials password(PasswordCredential password)
@Nullable public PasswordCredential getPassword()
public void setPassword(PasswordCredential password)
public UserCredentials provider(AuthenticationProvider provider)
@Nullable public AuthenticationProvider getProvider()
public void setProvider(AuthenticationProvider provider)
public UserCredentials recoveryQuestion(RecoveryQuestionCredential recoveryQuestion)
@Nullable public RecoveryQuestionCredential getRecoveryQuestion()
public void setRecoveryQuestion(RecoveryQuestionCredential recoveryQuestion)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2017-2022 Okta. All Rights Reserved.