Uses of Class
com.sun.identity.entitlement.xacml3.core.Attributes
-
Packages that use Attributes Package Description com.sun.identity.entitlement.xacml3.core DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. -
-
Uses of Attributes in com.sun.identity.entitlement.xacml3.core
Fields in com.sun.identity.entitlement.xacml3.core with type parameters of type Attributes Modifier and Type Field Description protected List<Attributes>Request. attributesprotected List<Attributes>Result. attributesMethods in com.sun.identity.entitlement.xacml3.core that return Attributes Modifier and Type Method Description AttributesObjectFactory. createAttributes()Create an instance ofAttributesMethods in com.sun.identity.entitlement.xacml3.core that return types with arguments of type Attributes Modifier and Type Method Description JAXBElement<Attributes>ObjectFactory. createAttributes(Attributes value)List<Attributes>Request. getAttributes()Gets the value of the attributes property.List<Attributes>Result. getAttributes()Gets the value of the attributes property.Methods in com.sun.identity.entitlement.xacml3.core with parameters of type Attributes Modifier and Type Method Description JAXBElement<Attributes>ObjectFactory. createAttributes(Attributes value)
-