Uses of Class
com.okta.sdk.resource.model.PasswordCredential
-
Uses of PasswordCredential in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionChangePasswordRequest.getNewPassword()
Get newPasswordChangePasswordRequest.getOldPassword()
Get oldPasswordSchemeApplicationCredentials.getPassword()
Get passwordUserCredentials.getPassword()
Get passwordPasswordCredential.hash
(PasswordCredentialHash hash) PasswordCredential.hook
(PasswordCredentialHook hook) Modifier and TypeMethodDescriptionChangePasswordRequest.newPassword
(PasswordCredential newPassword) ChangePasswordRequest.oldPassword
(PasswordCredential oldPassword) SchemeApplicationCredentials.password
(PasswordCredential password) UserCredentials.password
(PasswordCredential password) void
ChangePasswordRequest.setNewPassword
(PasswordCredential newPassword) void
ChangePasswordRequest.setOldPassword
(PasswordCredential oldPassword) void
SchemeApplicationCredentials.setPassword
(PasswordCredential password) void
UserCredentials.setPassword
(PasswordCredential password)