Uses of Class
org.openiam.idm.srvc.policy.dto.PolicyAttribute
-
Packages that use PolicyAttribute Package Description org.openiam.esb.core.dozer.converter org.openiam.esb.core.pswd.rule org.openiam.idm.provisioning.service.user org.openiam.idm.srvc.policy.dto -
-
Uses of PolicyAttribute in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return PolicyAttribute Modifier and Type Method Description PolicyAttribute
PolicyAttributeDozerConverter. convertDTO(PolicyAttribute entity, boolean isDeep)
PolicyAttribute
PolicyAttributeDozerConverter. convertToDTO(PolicyAttributeEntity entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type PolicyAttribute Modifier and Type Method Description List<PolicyAttribute>
PolicyAttributeDozerConverter. convertToDTOList(List<PolicyAttributeEntity> list, boolean isDeep)
Set<PolicyAttribute>
PolicyAttributeDozerConverter. convertToDTOSet(Set<PolicyAttributeEntity> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type PolicyAttribute Modifier and Type Method Description PolicyAttribute
PolicyAttributeDozerConverter. convertDTO(PolicyAttribute entity, boolean isDeep)
PolicyAttributeEntity
PolicyAttributeDozerConverter. convertToEntity(PolicyAttribute entity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type PolicyAttribute Modifier and Type Method Description List<PolicyAttributeEntity>
PolicyAttributeDozerConverter. convertToEntityList(List<PolicyAttribute> list, boolean isDeep)
Set<PolicyAttributeEntity>
PolicyAttributeDozerConverter. convertToEntitySet(Set<PolicyAttribute> set, boolean isDeep)
-
Uses of PolicyAttribute in org.openiam.esb.core.pswd.rule
Methods in org.openiam.esb.core.pswd.rule that return PolicyAttribute Modifier and Type Method Description protected PolicyAttribute
AbstractPasswordRule. getAttribute(String name)
Deprecated.protected PolicyAttribute
AbstractPasswordRule. getAttribute(PolicyAttributeNameEnum name)
Methods in org.openiam.esb.core.pswd.rule with parameters of type PolicyAttribute Modifier and Type Method Description abstract PasswordRuleException
AbstractPasswordRule. createException(PolicyAttribute pe)
PasswordRuleException
AlphaCharRule. createException(PolicyAttribute attribute)
PasswordRuleException
ChangePasswordByUserRule. createException(PolicyAttribute attribute)
PasswordRuleException
IdeographicCharsRule. createException(PolicyAttribute attribute)
PasswordRuleException
LimitNumberRepeatCharRule. createException(PolicyAttribute attribute)
PasswordRuleException
LowerCaseRule. createException(PolicyAttribute attribute)
PasswordRuleException
NonAlphaNumericRule. createException(PolicyAttribute attribute)
PasswordRuleException
NumericCharRule. createException(PolicyAttribute attribute)
PasswordRuleException
PassphraseMinWordsRule. createException(PolicyAttribute attribute)
PasswordRuleException
PassphraseRepeatWordRule. createException(PolicyAttribute attribute)
PasswordRuleException
PasswordChangeAllowedRule. createException(PolicyAttribute attribute)
PasswordRuleException
PasswordChangesFrequencyRule. createException(PolicyAttribute attribute)
Deprecated.PasswordRuleException
PasswordHistoryRule. createException(PolicyAttribute attribute)
PasswordRuleException
PasswordLengthRule. createException(PolicyAttribute attribute)
PasswordRuleException
PasswordNotNameRule. createException(PolicyAttribute attribute)
PasswordRuleException
PasswordNotPasswordRule. createException(PolicyAttribute attribute)
PasswordRuleException
PasswordNotPrincipalRule. createException(PolicyAttribute attribute)
PasswordRuleException
RejectCharactersRule. createException(PolicyAttribute attribute)
PasswordRuleException
RejectWordsRule. createException(PolicyAttribute attribute)
PasswordRuleException
UpperCaseRule. createException(PolicyAttribute attribute)
abstract PasswordRule
AbstractPasswordRule. createRule(PolicyAttribute pe)
PasswordRule
AlphaCharRule. createRule(PolicyAttribute attribute)
PasswordRule
ChangePasswordByUserRule. createRule(PolicyAttribute attribute)
PasswordRule
IdeographicCharsRule. createRule(PolicyAttribute attribute)
PasswordRule
LimitNumberRepeatCharRule. createRule(PolicyAttribute attribute)
PasswordRule
LowerCaseRule. createRule(PolicyAttribute attribute)
PasswordRule
NonAlphaNumericRule. createRule(PolicyAttribute attribute)
PasswordRule
NumericCharRule. createRule(PolicyAttribute attribute)
PasswordRule
PassphraseMinWordsRule. createRule(PolicyAttribute attribute)
PasswordRule
PassphraseRepeatWordRule. createRule(PolicyAttribute attribute)
PasswordRule
PasswordChangeAllowedRule. createRule(PolicyAttribute attribute)
PasswordRule
PasswordChangesFrequencyRule. createRule(PolicyAttribute attribute)
Deprecated.PasswordRule
PasswordHistoryRule. createRule(PolicyAttribute attribute)
PasswordRule
PasswordLengthRule. createRule(PolicyAttribute attribute)
PasswordRule
PasswordNotNameRule. createRule(PolicyAttribute attribute)
PasswordRule
PasswordNotPasswordRule. createRule(PolicyAttribute attribute)
PasswordRule
PasswordNotPrincipalRule. createRule(PolicyAttribute attribute)
PasswordRule
RejectCharactersRule. createRule(PolicyAttribute attribute)
PasswordRule
RejectWordsRule. createRule(PolicyAttribute attribute)
PasswordRule
UpperCaseRule. createRule(PolicyAttribute attribute)
protected boolean
AbstractPasswordRule. getBoolean(PolicyAttribute attribute)
protected int
AbstractPasswordRule. getValue1(PolicyAttribute attribute)
protected int
AbstractPasswordRule. getValue2(PolicyAttribute attribute)
protected boolean
AbstractPasswordRule. isValue1Present(PolicyAttribute attribute)
abstract void
AbstractPasswordRule. validate(PolicyAttribute pe)
void
AlphaCharRule. validate(PolicyAttribute attribute)
void
ChangePasswordByUserRule. validate(PolicyAttribute attribute)
void
IdeographicCharsRule. validate(PolicyAttribute attribute)
void
LimitNumberRepeatCharRule. validate(PolicyAttribute attribute)
void
LowerCaseRule. validate(PolicyAttribute attribute)
void
NonAlphaNumericRule. validate(PolicyAttribute attribute)
void
NumericCharRule. validate(PolicyAttribute attribute)
void
PassphraseMinWordsRule. validate(PolicyAttribute attribute)
void
PassphraseRepeatWordRule. validate(PolicyAttribute attribute)
void
PasswordChangeAllowedRule. validate(PolicyAttribute attribute)
void
PasswordChangesFrequencyRule. validate(PolicyAttribute attribute)
Deprecated.void
PasswordHistoryRule. validate(PolicyAttribute attribute)
void
PasswordLengthRule. validate(PolicyAttribute attribute)
void
PasswordNotNameRule. validate(PolicyAttribute attribute)
void
PasswordNotPasswordRule. validate(PolicyAttribute attribute)
void
PasswordNotPrincipalRule. validate(PolicyAttribute attribute)
void
RejectCharactersRule. validate(PolicyAttribute attribute)
void
RejectWordsRule. validate(PolicyAttribute attribute)
void
UpperCaseRule. validate(PolicyAttribute attribute)
-
Uses of PolicyAttribute in org.openiam.idm.provisioning.service.user
Methods in org.openiam.idm.provisioning.service.user that return PolicyAttribute Modifier and Type Method Description protected PolicyAttribute
AbstractUserProvisionOperation. getPolicyAttribute(Policy policy, String attributeName)
Deprecated.protected PolicyAttribute
AbstractUserProvisionOperation. getPolicyAttribute(Policy policy, PolicyAttributeNameEnum attributeName)
-
Uses of PolicyAttribute in org.openiam.idm.srvc.policy.dto
Methods in org.openiam.idm.srvc.policy.dto that return PolicyAttribute Modifier and Type Method Description PolicyAttribute
Policy. getAttribute(String name)
Deprecated.PolicyAttribute
Policy. getAttribute(PolicyAttributeNameEnum name)
Methods in org.openiam.idm.srvc.policy.dto with parameters of type PolicyAttribute Modifier and Type Method Description void
Policy. addPolicyAttribute(PolicyAttribute attribute)
int
PolicyAttribute. compareTo(PolicyAttribute o)
-