Uses of Class
org.openapitools.client.model.TempPassword
Packages that use TempPassword
-
Uses of TempPassword in org.openapitools.client.api
Methods in org.openapitools.client.api that return TempPasswordModifier and TypeMethodDescriptionUserApi.expirePasswordAndGetTemporaryPassword
(String userId) Expire Password and Set Temporary Password This operation transitions the user to the status of `PASSWORD_EXPIRED` so that the user is required to change their password at their next login, and also sets the user's password to a temporary password returned in the responseMethods in org.openapitools.client.api that return types with arguments of type TempPasswordModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TempPassword>
UserApi.expirePasswordAndGetTemporaryPasswordWithHttpInfo
(String userId) Expire Password and Set Temporary Password This operation transitions the user to the status of `PASSWORD_EXPIRED` so that the user is required to change their password at their next login, and also sets the user's password to a temporary password returned in the response