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) voidChangePasswordRequest.setNewPassword(PasswordCredential newPassword) voidChangePasswordRequest.setOldPassword(PasswordCredential oldPassword) voidSchemeApplicationCredentials.setPassword(PasswordCredential password) voidSchemeApplicationCredentialsAllOf.setPassword(PasswordCredential password) voidUserCredentials.setPassword(PasswordCredential password)