Uses of Class
org.openiam.base.response.PasswordValidationResponse
-
-
Uses of PasswordValidationResponse in org.openiam.esb.core.pswd.service
Methods in org.openiam.esb.core.pswd.service that return PasswordValidationResponse Modifier and Type Method Description PasswordValidationResponsePasswordService. getGlobalPasswordPolicyWithRules()PasswordValidationResponsePasswordService. isPasswordValid(Password pswd)Determines if a password associated with a principal is valid based on the policies for a security domain.PasswordValidationResponsePasswordService. isPasswordValidForUser(Password pswd, LoginEntity lg)Determines if the password conforms to the policy associated with this user.PasswordValidationResponsePasswordService. isPasswordValidForUserAndPolicy(PasswordValidationRequest request)Detrermines if a password is valid for the parameters in the PasswordValidationRequest requestPasswordValidationResponsePasswordService. isPasswordValidForUserAndPolicy(Password pswd, LoginEntity lg, Policy policy)Returns if the password conforms to selected password policy -
Uses of PasswordValidationResponse in org.openiam.esb.core.pswd.service.impl
Methods in org.openiam.esb.core.pswd.service.impl that return PasswordValidationResponse Modifier and Type Method Description PasswordValidationResponsePasswordServiceImpl. getGlobalPasswordPolicyWithRules()PasswordValidationResponsePasswordServiceImpl. isPasswordValid(Password pswd)PasswordValidationResponsePasswordServiceImpl. isPasswordValidForUser(Password pswd, LoginEntity lg)PasswordValidationResponsePasswordServiceImpl. isPasswordValidForUserAndPolicy(PasswordValidationRequest request)PasswordValidationResponsePasswordServiceImpl. isPasswordValidForUserAndPolicy(Password pswd, LoginEntity lg, Policy policy) -
Uses of PasswordValidationResponse in org.openiam.idm.provisioning.service.user
Methods in org.openiam.idm.provisioning.service.user that return PasswordValidationResponse Modifier and Type Method Description PasswordValidationResponseSetPasswordUserProvisionOperation. execute(PasswordSync passwordSync, String provisionRequestDocId)PasswordValidationResponseSyncPasswordFromSrcProvisionOperation. execute(PasswordSync passwordSync, String provisionRequestDocId)protected PasswordValidationResponseAbstractUserProvisionOperation. validatePassword(Login primaryLogin, ProvisionUser user) -
Uses of PasswordValidationResponse in org.openiam.srvc.idm
Methods in org.openiam.srvc.idm that return PasswordValidationResponse Modifier and Type Method Description PasswordValidationResponseDefaultProvisioningService. setPassword(PasswordSync passwordSync)PasswordValidationResponseProvisionService. setPassword(PasswordSync passwordSync)The setPassword operation enables a requestor to specify a new password for an user across target systems -
Uses of PasswordValidationResponse in org.openiam.srvc.user
Methods in org.openiam.srvc.user that return PasswordValidationResponse Modifier and Type Method Description PasswordValidationResponsePasswordWebService. getGlobalPasswordPolicyWithRules()PasswordValidationResponsePasswordWebServiceImpl. getGlobalPasswordPolicyWithRules()PasswordValidationResponsePasswordWebService. isPasswordValid(Password pswd)Determines if a password associated with a principal is valid based on the policies for a security domain.PasswordValidationResponsePasswordWebServiceImpl. isPasswordValid(Password pswd)
-