Uses of Interface
com.okta.sdk.resource.UserCredentials
-
Packages that use UserCredentials Package Description com.okta.sdk.client com.okta.sdk.resource -
-
Uses of UserCredentials in com.okta.sdk.client
Methods in com.okta.sdk.client that return UserCredentials Modifier and Type Method Description UserCredentials
Client. changePassword(ChangePasswordRequest changePasswordRequest, java.lang.String userId)
Change Password Changes a user's password by validating the user's current password.UserCredentials
Client. changePassword(ChangePasswordRequest changePasswordRequest, java.lang.String userId, java.lang.Boolean strict)
Change Password Changes a user's password by validating the user's current password.UserCredentials
Client. changeRecoveryQuestion(UserCredentials userCredentials, java.lang.String userId)
Change Recovery Question Changes a user's recovery question & answer credential by validating the user's current password.UserCredentials
Client. forgotPasswordSetNewPassword(UserCredentials userCredentials, java.lang.String userId)
Reset Password with Recovery Question Resets the user's password to the specified password if the provided answer to the recovery question is correct.UserCredentials
Client. forgotPasswordSetNewPassword(UserCredentials userCredentials, java.lang.String userId, java.lang.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.Methods in com.okta.sdk.client with parameters of type UserCredentials Modifier and Type Method Description UserCredentials
Client. changeRecoveryQuestion(UserCredentials userCredentials, java.lang.String userId)
Change Recovery Question Changes a user's recovery question & answer credential by validating the user's current password.UserCredentials
Client. forgotPasswordSetNewPassword(UserCredentials userCredentials, java.lang.String userId)
Reset Password with Recovery Question Resets the user's password to the specified password if the provided answer to the recovery question is correct.UserCredentials
Client. forgotPasswordSetNewPassword(UserCredentials userCredentials, java.lang.String userId, java.lang.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 com.okta.sdk.resource
Methods in com.okta.sdk.resource that return UserCredentials Modifier and Type Method Description UserCredentials
CreateUserRequest. getCredentials()
UserCredentials
User. getCredentials()
UserCredentials
UserCredentials. setPassword(PasswordCredential password)
UserCredentials
UserCredentials. setProvider(AuthenticationProvider provider)
UserCredentials
UserCredentials. setRecoveryQuestion(RecoveryQuestionCredential recoveryQuestion)
Methods in com.okta.sdk.resource with parameters of type UserCredentials Modifier and Type Method Description CreateUserRequest
CreateUserRequest. setCredentials(UserCredentials credentials)
User
User. setCredentials(UserCredentials credentials)
-