Uses of Class
com.sun.identity.entitlement.xacml3.core.AttributeDesignator
-
Packages that use AttributeDesignator Package Description com.sun.identity.entitlement.xacml3.core DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. -
-
Uses of AttributeDesignator in com.sun.identity.entitlement.xacml3.core
Fields in com.sun.identity.entitlement.xacml3.core declared as AttributeDesignator Modifier and Type Field Description protected AttributeDesignatorMatch. attributeDesignatorMethods in com.sun.identity.entitlement.xacml3.core that return AttributeDesignator Modifier and Type Method Description AttributeDesignatorObjectFactory. createAttributeDesignator()Create an instance ofAttributeDesignatorAttributeDesignatorMatch. getAttributeDesignator()Gets the value of the attributeDesignator property.Methods in com.sun.identity.entitlement.xacml3.core that return types with arguments of type AttributeDesignator Modifier and Type Method Description JAXBElement<AttributeDesignator>ObjectFactory. createAttributeDesignator(AttributeDesignator value)Methods in com.sun.identity.entitlement.xacml3.core with parameters of type AttributeDesignator Modifier and Type Method Description JAXBElement<AttributeDesignator>ObjectFactory. createAttributeDesignator(AttributeDesignator value)voidMatch. setAttributeDesignator(AttributeDesignator value)Sets the value of the attributeDesignator property.
-