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 String
AbstractLoginModule. 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 PolicyAttribute
AbstractPasswordRule. 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 PolicyAttribute
AbstractUserProvisionOperation. getPolicyAttribute(Policy policy, PolicyAttributeNameEnum attributeName)
protected Boolean
AbstractUserProvisionOperation. getPolicyAttributeAsBoolean(Policy policy, PolicyAttributeNameEnum attributeName)
protected Integer
AbstractUserProvisionOperation. getPolicyAttributeAsInteger(Policy policy, PolicyAttributeNameEnum attributeName)
protected String
AbstractUserProvisionOperation. 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 PolicyAttributeEntity
PolicyEntity. 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 PolicyAttributeNameEnum
PolicyAttributeNameEnum. 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 PolicyAttribute
Policy. getAttribute(PolicyAttributeNameEnum name)
-