Uses of Class
com.sun.identity.entitlement.xacml3.core.Attribute
-
Packages that use Attribute Package Description com.sun.identity.entitlement.xacml3.core DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. -
-
Uses of Attribute in com.sun.identity.entitlement.xacml3.core
Fields in com.sun.identity.entitlement.xacml3.core with type parameters of type Attribute Modifier and Type Field Description protected List<Attribute>Attributes. attributeprotected List<Attribute>PolicyIssuer. attributeMethods in com.sun.identity.entitlement.xacml3.core that return Attribute Modifier and Type Method Description AttributeObjectFactory. createAttribute()Create an instance ofAttributeMethods in com.sun.identity.entitlement.xacml3.core that return types with arguments of type Attribute Modifier and Type Method Description JAXBElement<Attribute>ObjectFactory. createAttribute(Attribute value)List<Attribute>Attributes. getAttribute()Gets the value of the attribute property.List<Attribute>PolicyIssuer. getAttribute()Gets the value of the attribute property.Methods in com.sun.identity.entitlement.xacml3.core with parameters of type Attribute Modifier and Type Method Description JAXBElement<Attribute>ObjectFactory. createAttribute(Attribute value)
-