Uses of Class
org.openapitools.client.model.UserCredentials
Packages that use UserCredentials
-
Uses of UserCredentials in org.openapitools.client.api
Methods in org.openapitools.client.api that return UserCredentialsModifier and TypeMethodDescriptionUserApi.changePassword
(String userId, ChangePasswordRequest changePasswordRequest, Boolean strict) Change Password Changes a user's password by validating the user's current password.UserApi.changeRecoveryQuestion
(String userId, UserCredentials userCredentials) Change Recovery Question Changes a user's recovery question & answer credential by validating the user's current password.UserApi.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 correctMethods in org.openapitools.client.api that return types with arguments of type UserCredentialsModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<UserCredentials>
UserApi.changePasswordWithHttpInfo
(String userId, ChangePasswordRequest changePasswordRequest, Boolean strict) Change Password Changes a user's password by validating the user's current password.org.springframework.http.ResponseEntity<UserCredentials>
UserApi.changeRecoveryQuestionWithHttpInfo
(String userId, UserCredentials userCredentials) Change Recovery Question Changes a user's recovery question & answer credential by validating the user's current password.org.springframework.http.ResponseEntity<UserCredentials>
UserApi.forgotPasswordSetNewPasswordWithHttpInfo
(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 correctMethods in org.openapitools.client.api with parameters of type UserCredentialsModifier and TypeMethodDescription<T> T
UserApi.changeRecoveryQuestion
(Class<?> T, String userId, UserCredentials userCredentials) Change Recovery Question Changes a user's recovery question & answer credential by validating the user's current password.UserApi.changeRecoveryQuestion
(String userId, UserCredentials userCredentials) Change Recovery Question Changes a user's recovery question & answer credential by validating the user's current password.org.springframework.http.ResponseEntity<UserCredentials>
UserApi.changeRecoveryQuestionWithHttpInfo
(String userId, UserCredentials userCredentials) Change Recovery Question Changes a user's recovery question & answer credential by validating the user's current password.UserApi.changeRecoveryQuestionWithPaginationInfo
(String userId, UserCredentials userCredentials) Change Recovery Question Changes a user's recovery question & answer credential by validating the user's current password.<T> T
UserApi.forgotPasswordSetNewPassword
(Class<?> T, 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 correctUserApi.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 correctorg.springframework.http.ResponseEntity<UserCredentials>
UserApi.forgotPasswordSetNewPasswordWithHttpInfo
(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 correctUserApi.forgotPasswordSetNewPasswordWithPaginationInfo
(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 -
Uses of UserCredentials in org.openapitools.client.model
Methods in org.openapitools.client.model that return UserCredentialsModifier and TypeMethodDescriptionCreateUserRequest.getCredentials()
Get credentialsUpdateUserRequest.getCredentials()
Get credentialsUser.getCredentials()
Get credentialsUserCredentials.password
(PasswordCredential password) UserCredentials.provider
(AuthenticationProvider provider) UserCredentials.recoveryQuestion
(RecoveryQuestionCredential recoveryQuestion) Methods in org.openapitools.client.model with parameters of type UserCredentialsModifier and TypeMethodDescriptionCreateUserRequest.credentials
(UserCredentials credentials) UpdateUserRequest.credentials
(UserCredentials credentials) User.credentials
(UserCredentials credentials) void
CreateUserRequest.setCredentials
(UserCredentials credentials) void
UpdateUserRequest.setCredentials
(UserCredentials credentials) void
User.setCredentials
(UserCredentials credentials)