Uses of Class
com.okta.sdk.resource.model.UserCredentials
Packages that use UserCredentials
-
Uses of UserCredentials in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return UserCredentialsModifier 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.Methods in com.okta.sdk.resource.api with parameters of type UserCredentialsModifier 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
Methods in com.okta.sdk.resource.model that return UserCredentialsModifier 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) Methods in com.okta.sdk.resource.model with parameters of type UserCredentialsModifier 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)