Uses of Class
org.openiam.idm.srvc.policy.dto.PolicyAttributeNameEnum
-
-
Uses of PolicyAttributeNameEnum in org.openiam.esb.core.auth.module
Methods in org.openiam.esb.core.auth.module with parameters of type PolicyAttributeNameEnum Modifier and Type Method Description protected StringAbstractLoginModule. getPolicyAttribute(Policy policy, PolicyAttributeNameEnum attributeName) -
Uses of PolicyAttributeNameEnum in org.openiam.esb.core.pswd.rule
Methods in org.openiam.esb.core.pswd.rule with parameters of type PolicyAttributeNameEnum Modifier and Type Method Description protected PolicyAttributeAbstractPasswordRule. getAttribute(PolicyAttributeNameEnum name) -
Uses of PolicyAttributeNameEnum in org.openiam.idm.provisioning.service.user
Methods in org.openiam.idm.provisioning.service.user with parameters of type PolicyAttributeNameEnum Modifier and Type Method Description protected PolicyAttributeAbstractUserProvisionOperation. getPolicyAttribute(Policy policy, PolicyAttributeNameEnum attributeName)protected BooleanAbstractUserProvisionOperation. getPolicyAttributeAsBoolean(Policy policy, PolicyAttributeNameEnum attributeName)protected IntegerAbstractUserProvisionOperation. getPolicyAttributeAsInteger(Policy policy, PolicyAttributeNameEnum attributeName)protected StringAbstractUserProvisionOperation. getPolicyAttributeAsString(Policy policy, PolicyAttributeNameEnum attributeName) -
Uses of PolicyAttributeNameEnum in org.openiam.idm.srvc.policy.domain
Methods in org.openiam.idm.srvc.policy.domain with parameters of type PolicyAttributeNameEnum Modifier and Type Method Description PolicyAttributeEntityPolicyEntity. getAttribute(PolicyAttributeNameEnum name) -
Uses of PolicyAttributeNameEnum in org.openiam.idm.srvc.policy.dto
Methods in org.openiam.idm.srvc.policy.dto that return PolicyAttributeNameEnum Modifier and Type Method Description static PolicyAttributeNameEnumPolicyAttributeNameEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PolicyAttributeNameEnum[]PolicyAttributeNameEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openiam.idm.srvc.policy.dto with parameters of type PolicyAttributeNameEnum Modifier and Type Method Description PolicyAttributePolicy. getAttribute(PolicyAttributeNameEnum name)
-