Uses of Interface
org.opensaml.xacml.policy.AttributeValueType
Packages that use AttributeValueType
-
Uses of AttributeValueType in org.opensaml.xacml.policy
Subinterfaces of AttributeValueType in org.opensaml.xacml.policyModifier and TypeInterfaceDescriptioninterfaceXACML AttributeAssignment schema type.Methods in org.opensaml.xacml.policy that return AttributeValueTypeModifier and TypeMethodDescriptionActionMatchType.getAttributeValue()Gets the attribute value for this match.CombinerParameterType.getAttributeValue()Gets the attribute value type for this parameter.EnvironmentMatchType.getAttributeValue()Gets the attribute value for this match.ResourceMatchType.getAttributeValue()Gets the attribute value for this match.SubjectMatchType.getAttributeValue()Gets the attribute value for this match.Methods in org.opensaml.xacml.policy with parameters of type AttributeValueTypeModifier and TypeMethodDescriptionvoidActionMatchType.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.