Uses of Class
com.sun.identity.entitlement.xacml3.core.AttributeValue
-
Packages that use AttributeValue Package Description com.sun.identity.entitlement.xacml3.core DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. -
-
Uses of AttributeValue in com.sun.identity.entitlement.xacml3.core
Subclasses of AttributeValue in com.sun.identity.entitlement.xacml3.core Modifier and Type Class Description classAttributeAssignmentJava class for AttributeAssignmentType complex type.Fields in com.sun.identity.entitlement.xacml3.core declared as AttributeValue Modifier and Type Field Description protected AttributeValueCombinerParameter. attributeValueprotected AttributeValueMatch. attributeValueFields in com.sun.identity.entitlement.xacml3.core with type parameters of type AttributeValue Modifier and Type Field Description protected List<AttributeValue>Attribute. attributeValueprotected List<AttributeValue>MissingAttributeDetail. attributeValueMethods in com.sun.identity.entitlement.xacml3.core that return AttributeValue Modifier and Type Method Description AttributeValueObjectFactory. createAttributeValue()Create an instance ofAttributeValueAttributeValueCombinerParameter. getAttributeValue()Gets the value of the attributeValue property.AttributeValueMatch. getAttributeValue()Gets the value of the attributeValue property.Methods in com.sun.identity.entitlement.xacml3.core that return types with arguments of type AttributeValue Modifier and Type Method Description JAXBElement<AttributeValue>ObjectFactory. createAttributeValue(AttributeValue value)List<AttributeValue>Attribute. getAttributeValue()Gets the value of the attributeValue property.List<AttributeValue>MissingAttributeDetail. getAttributeValue()Gets the value of the attributeValue property.Methods in com.sun.identity.entitlement.xacml3.core with parameters of type AttributeValue Modifier and Type Method Description JAXBElement<AttributeValue>ObjectFactory. createAttributeValue(AttributeValue value)voidCombinerParameter. setAttributeValue(AttributeValue value)Sets the value of the attributeValue property.voidMatch. setAttributeValue(AttributeValue value)Sets the value of the attributeValue property.
-