@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class UserCredentials extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_PASSWORD  | 
static String | 
JSON_PROPERTY_PROVIDER  | 
static String | 
JSON_PROPERTY_RECOVERY_QUESTION  | 
| Constructor and Description | 
|---|
UserCredentials()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(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)  | 
String | 
toString()  | 
public static final String JSON_PROPERTY_PASSWORD
public static final String JSON_PROPERTY_PROVIDER
public static final 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)
Copyright © 2017–2023 Okta. All rights reserved.