Uses of Interface
com.sun.identity.xacml.context.Attribute
-
Packages that use Attribute Package Description com.sun.identity.xacml.common Defines common XACML Utilities and Constantscom.sun.identity.xacml.context Defines XACML2 context classescom.sun.identity.xacml.context.impl Defines XACML Context implementations. -
-
Uses of Attribute in com.sun.identity.xacml.common
Methods in com.sun.identity.xacml.common that return Attribute Modifier and Type Method Description static Attribute
XACMLSDKUtils. createAttribute(List values, URI attributeId, URI dataType, String issuer)
-
Uses of Attribute in com.sun.identity.xacml.context
Methods in com.sun.identity.xacml.context that return Attribute Modifier and Type Method Description Attribute
ContextFactory. createAttribute()
Returns a new instance ofAttribute
.Attribute
ContextFactory. createAttribute(String xml)
Returns a new instance ofAttribute
.Attribute
ContextFactory. createAttribute(Element elem)
Returns a new instance ofAttribute
. -
Uses of Attribute in com.sun.identity.xacml.context.impl
Classes in com.sun.identity.xacml.context.impl that implement Attribute Modifier and Type Class Description class
AttributeImpl
TheAttribute
element specifies information about the action/subject/resource requested in theRequest
context by listing a sequence ofAttribute
elements associated with the action.
-