Uses of Class
com.okta.sdk.resource.model.UserCredentials
-
Uses of UserCredentials in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionUserCredApi.changePassword
(String userId, ChangePasswordRequest changePasswordRequest, Boolean strict) Update Password Updates a User's password by validating the User's current Password.UserCredApi.changePassword
(String userId, ChangePasswordRequest changePasswordRequest, Boolean strict, Map<String, String> additionalHeaders) Update Password Updates a User's password by validating the User's current Password.UserCredApi.changeRecoveryQuestion
(String userId, UserCredentials userCredentials) Update Recovery Question Updates a User's Recovery Question and answer credential by validating the User's current Password.UserCredApi.changeRecoveryQuestion
(String userId, UserCredentials userCredentials, Map<String, String> additionalHeaders) Update Recovery Question Updates a User's Recovery Question and answer credential by validating the User's current Password.UserCredApi.forgotPasswordSetNewPassword
(String userId, UserCredentials userCredentials, Boolean sendEmail) Reset Password with Recovery Question Resets the User's password to the specified password if the provided answer to the recovery question is correct.UserCredApi.forgotPasswordSetNewPassword
(String userId, UserCredentials userCredentials, Boolean sendEmail, Map<String, String> additionalHeaders) Reset Password with Recovery Question Resets the User's password to the specified password if the provided answer to the recovery question is correct.Modifier and TypeMethodDescriptionUserCredApi.changeRecoveryQuestion
(String userId, UserCredentials userCredentials) Update Recovery Question Updates a User's Recovery Question and answer credential by validating the User's current Password.UserCredApi.changeRecoveryQuestion
(String userId, UserCredentials userCredentials, Map<String, String> additionalHeaders) Update Recovery Question Updates a User's Recovery Question and answer credential by validating the User's current Password.UserCredApi.forgotPasswordSetNewPassword
(String userId, UserCredentials userCredentials, Boolean sendEmail) Reset Password with Recovery Question Resets the User's password to the specified password if the provided answer to the recovery question is correct.UserCredApi.forgotPasswordSetNewPassword
(String userId, UserCredentials userCredentials, Boolean sendEmail, Map<String, String> additionalHeaders) Reset Password with Recovery Question Resets the User's password to the specified password if the provided answer to the recovery question is correct. -
Uses of UserCredentials in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionCreateUserRequest.getCredentials()
Get credentialsUpdateUserRequest.getCredentials()
Get credentialsUser.getCredentials()
Get credentialsUserGetSingleton.getCredentials()
Get credentialsUserCredentials.password
(PasswordCredential password) UserCredentials.provider
(AuthenticationProvider provider) UserCredentials.recoveryQuestion
(RecoveryQuestionCredential recoveryQuestion) Modifier and TypeMethodDescriptionCreateUserRequest.credentials
(UserCredentials credentials) UpdateUserRequest.credentials
(UserCredentials credentials) User.credentials
(UserCredentials credentials) UserGetSingleton.credentials
(UserCredentials credentials) void
CreateUserRequest.setCredentials
(UserCredentials credentials) void
UpdateUserRequest.setCredentials
(UserCredentials credentials) void
User.setCredentials
(UserCredentials credentials) void
UserGetSingleton.setCredentials
(UserCredentials credentials)