Uses of Class
com.okta.sdk.resource.model.PasswordCredential
Packages that use PasswordCredential
-
Uses of PasswordCredential in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return PasswordCredentialModifier and TypeMethodDescriptionChangePasswordRequest.getNewPassword()
Get newPasswordChangePasswordRequest.getOldPassword()
Get oldPasswordSchemeApplicationCredentials.getPassword()
Get passwordUserCredentials.getPassword()
Get passwordPasswordCredential.hash
(PasswordCredentialHash hash) PasswordCredential.hook
(PasswordCredentialHook hook) Methods in com.okta.sdk.resource.model with parameters of type PasswordCredentialModifier 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)