Uses of Class
org.openiam.provision.request.PasswordRequest
-
Packages that use PasswordRequest Package Description org.openiam.recon.service.impl.srcadapter.adapters org.openiam.srvc.idm -
-
Uses of PasswordRequest in org.openiam.recon.service.impl.srcadapter.adapters
Methods in org.openiam.recon.service.impl.srcadapter.adapters with parameters of type PasswordRequest Modifier and Type Method Description ResponseTypeConnectorReconAdapter. resetPasswordRequest(ManagedSysDto managedSys, PasswordRequest request)ResponseTypeConnectorReconAdapter. setPasswordRequest(ManagedSysDto managedSys, PasswordRequest request)ResponseTypeConnectorReconAdapter. validatePassword(ManagedSysDto managedSys, PasswordRequest request) -
Uses of PasswordRequest in org.openiam.srvc.idm
Methods in org.openiam.srvc.idm with parameters of type PasswordRequest Modifier and Type Method Description ResponseTypeConnectorService. expirePassword(PasswordRequest request)The expirePassword operation marks as invalid the current password for an objectResponseTypeConnectorService. resetPassword(PasswordRequest request)The resetPassword operation enables a requestor to change (to an unspecified value) the password for an object and to obtain that newly generated password value.ResponseTypeConnectorService. setPassword(PasswordRequest request)Deprecated.Please use "resetPassword" mthod instead The setPassword operation enables a requestor to specify a new password for an objectResponseTypeConnectorService. validatePassword(PasswordRequest request)The validatePassword operation enables a requestor to determine whether a specified value would be valid as the password for a specified object.
-