Uses of Interface
org.opensaml.xacml.policy.AttributeValueType
-
Packages that use AttributeValueType Package Description org.opensaml.xacml.policy XMLObject interfaces for XACML policy schema. -
-
Uses of AttributeValueType in org.opensaml.xacml.policy
Subinterfaces of AttributeValueType in org.opensaml.xacml.policy Modifier and Type Interface Description interfaceAttributeAssignmentTypeXACML AttributeAssignment schema type.Methods in org.opensaml.xacml.policy that return AttributeValueType Modifier and Type Method Description AttributeValueTypeActionMatchType. getAttributeValue()Gets the attribute value for this match.AttributeValueTypeCombinerParameterType. getAttributeValue()Gets the attribute value type for this parameter.AttributeValueTypeEnvironmentMatchType. getAttributeValue()Gets the attribute value for this match.AttributeValueTypeResourceMatchType. getAttributeValue()Gets the attribute value for this match.AttributeValueTypeSubjectMatchType. getAttributeValue()Gets the attribute value for this match.Methods in org.opensaml.xacml.policy with parameters of type AttributeValueType Modifier and Type Method Description voidActionMatchType. setAttributeValue(AttributeValueType value)Sets the attribute value for this match.voidCombinerParameterType. setAttributeValue(AttributeValueType value)Sets the attribute value type for this parameter.voidEnvironmentMatchType. setAttributeValue(AttributeValueType value)Sets the attribute value for this match.voidResourceMatchType. setAttributeValue(AttributeValueType value)Sets the attribute value for this match.voidSubjectMatchType. setAttributeValue(AttributeValueType value)Sets the attribute value for this match.
-