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 PasswordValidationResponse
PasswordService. getGlobalPasswordPolicyWithRules()
PasswordValidationResponse
PasswordService. isPasswordValid(Password pswd)
Determines if a password associated with a principal is valid based on the policies for a security domain.PasswordValidationResponse
PasswordService. isPasswordValidForUser(Password pswd, LoginEntity lg)
Determines if the password conforms to the policy associated with this user.PasswordValidationResponse
PasswordService. isPasswordValidForUserAndPolicy(PasswordValidationRequest request)
Detrermines if a password is valid for the parameters in the PasswordValidationRequest requestPasswordValidationResponse
PasswordService. 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 PasswordValidationResponse
PasswordServiceImpl. getGlobalPasswordPolicyWithRules()
PasswordValidationResponse
PasswordServiceImpl. isPasswordValid(Password pswd)
PasswordValidationResponse
PasswordServiceImpl. isPasswordValidForUser(Password pswd, LoginEntity lg)
PasswordValidationResponse
PasswordServiceImpl. isPasswordValidForUserAndPolicy(PasswordValidationRequest request)
PasswordValidationResponse
PasswordServiceImpl. 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 PasswordValidationResponse
SetPasswordUserProvisionOperation. execute(PasswordSync passwordSync, String provisionRequestDocId)
PasswordValidationResponse
SyncPasswordFromSrcProvisionOperation. execute(PasswordSync passwordSync, String provisionRequestDocId)
protected PasswordValidationResponse
AbstractUserProvisionOperation. 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 PasswordValidationResponse
DefaultProvisioningService. setPassword(PasswordSync passwordSync)
PasswordValidationResponse
ProvisionService. 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 PasswordValidationResponse
PasswordWebService. getGlobalPasswordPolicyWithRules()
PasswordValidationResponse
PasswordWebServiceImpl. getGlobalPasswordPolicyWithRules()
PasswordValidationResponse
PasswordWebService. isPasswordValid(Password pswd)
Determines if a password associated with a principal is valid based on the policies for a security domain.PasswordValidationResponse
PasswordWebServiceImpl. isPasswordValid(Password pswd)
-