Uses of Class
org.openapitools.client.model.PasswordCredential
Packages that use PasswordCredential
-
Uses of PasswordCredential in org.openapitools.client.model
Methods in org.openapitools.client.model that return PasswordCredentialModifier and TypeMethodDescriptionChangePasswordRequest.getNewPassword()
Get newPasswordChangePasswordRequest.getOldPassword()
Get oldPasswordSchemeApplicationCredentials.getPassword()
Get passwordSchemeApplicationCredentialsAllOf.getPassword()
Get passwordUserCredentials.getPassword()
Get passwordPasswordCredential.hash
(PasswordCredentialHash hash) PasswordCredential.hook
(PasswordCredentialHook hook) Methods in org.openapitools.client.model with parameters of type PasswordCredentialModifier and TypeMethodDescriptionChangePasswordRequest.newPassword
(PasswordCredential newPassword) ChangePasswordRequest.oldPassword
(PasswordCredential oldPassword) SchemeApplicationCredentials.password
(PasswordCredential password) SchemeApplicationCredentialsAllOf.password
(PasswordCredential password) UserCredentials.password
(PasswordCredential password) void
ChangePasswordRequest.setNewPassword
(PasswordCredential newPassword) void
ChangePasswordRequest.setOldPassword
(PasswordCredential oldPassword) void
SchemeApplicationCredentials.setPassword
(PasswordCredential password) void
SchemeApplicationCredentialsAllOf.setPassword
(PasswordCredential password) void
UserCredentials.setPassword
(PasswordCredential password)