Uses of Class
org.openiam.exception.ObjectNotFoundException
-
-
Uses of ObjectNotFoundException in org.openiam.esb.core.pswd.rule
Methods in org.openiam.esb.core.pswd.rule that throw ObjectNotFoundException Modifier and Type Method Description List<PasswordRuleException>
PasswordValidatorImpl. getAllViolatingRules(Policy pswdPolicy, Password password)
List<PasswordRuleException>
PasswordValidatorImpl. getAllViolatingRules(Policy pswdPolicy, Password password, LoginEntity login)
List<PasswordRule>
PasswordValidatorImpl. getPasswordRules(Policy policy, Password password)
List<PasswordRule>
PasswordValidatorImpl. getPasswordRules(Policy pswdPolicy, Password password, LoginEntity login)
List<AbstractPasswordRule>
PasswordValidatorImpl. getRules(Policy pswdPolicy, Password password, LoginEntity login)
-
Uses of ObjectNotFoundException in org.openiam.esb.core.pswd.rule.validation
Methods in org.openiam.esb.core.pswd.rule.validation that throw ObjectNotFoundException Modifier and Type Method Description List<PasswordRuleException>
PasswordValidator. getAllViolatingRules(Policy policy, Password password)
Validates the password against the password policy that is passed in for the given user and loginList<PasswordRuleException>
PasswordValidator. getAllViolatingRules(Policy pswdPolicy, Password password, LoginEntity login)
List<PasswordRule>
PasswordValidator. getPasswordRules(Policy policy, Password password)
List<PasswordRule>
PasswordValidator. getPasswordRules(Policy policy, Password password, LoginEntity lg)
List<AbstractPasswordRule>
PasswordValidator. getRules(Policy pswdPolicy, Password password, LoginEntity login)
-
Uses of ObjectNotFoundException in org.openiam.esb.core.pswd.service
Methods in org.openiam.esb.core.pswd.service that throw ObjectNotFoundException Modifier and Type Method Description PasswordValidationResponse
PasswordService. isPasswordValidForUser(Password pswd, LoginEntity lg)
Determines if the password conforms to the policy associated with this user.PasswordValidationResponse
PasswordService. isPasswordValidForUserAndPolicy(Password pswd, LoginEntity lg, Policy policy)
Returns if the password conforms to selected password policy -
Uses of ObjectNotFoundException in org.openiam.esb.core.pswd.service.impl
Methods in org.openiam.esb.core.pswd.service.impl that throw ObjectNotFoundException Modifier and Type Method Description PasswordValidationResponse
PasswordServiceImpl. isPasswordValidForUser(Password pswd, LoginEntity lg)
-
Uses of ObjectNotFoundException in org.openiam.exception.data
Subclasses of ObjectNotFoundException in org.openiam.exception.data Modifier and Type Class Description class
PrincipalNotFoundException
Exception that is thrown when a Principal is not found.
-