Uses of Interface
org.opensaml.xacml.policy.AttributeValueType
Packages that use AttributeValueType
Package
Description
XMLObject interfaces for XACML policy schema.
XMLObject provider implementation classes for XACML policy schema.
-
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. -
Uses of AttributeValueType in org.opensaml.xacml.policy.impl
Classes in org.opensaml.xacml.policy.impl that implement AttributeValueTypeModifier and TypeClassDescriptionclassImplementation forAttributeAssignmentType.classImplementation ofAttributeValueType.Fields in org.opensaml.xacml.policy.impl declared as AttributeValueTypeModifier and TypeFieldDescriptionprivate AttributeValueTypeActionMatchTypeImpl.attributeValueMatch's attribute value.private AttributeValueTypeEnvironmentMatchTypeImpl.attributeValueMatch's attribute value.private AttributeValueTypeResourceMatchTypeImpl.attributeValueMatch's attribute value.private AttributeValueTypeSubjectMatchTypeImpl.attributeValueMatch's attribute value.private AttributeValueTypeCombinerParameterTypeImpl.valueValues.Methods in org.opensaml.xacml.policy.impl that return AttributeValueTypeModifier and TypeMethodDescriptionAttributeValueTypeImplBuilder.buildObject()Builds a XACMLObject using the default name and namespace information provided XACML specifications.AttributeValueTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.ActionMatchTypeImpl.getAttributeValue()Gets the attribute value for this match.CombinerParameterTypeImpl.getAttributeValue()Gets the attribute value type for this parameter.EnvironmentMatchTypeImpl.getAttributeValue()Gets the attribute value for this match.ResourceMatchTypeImpl.getAttributeValue()Gets the attribute value for this match.SubjectMatchTypeImpl.getAttributeValue()Gets the attribute value for this match.Methods in org.opensaml.xacml.policy.impl with parameters of type AttributeValueTypeModifier and TypeMethodDescriptionvoidActionMatchTypeImpl.setAttributeValue(AttributeValueType value) Sets the attribute value for this match.voidCombinerParameterTypeImpl.setAttributeValue(AttributeValueType newValue) Sets the attribute value type for this parameter.voidEnvironmentMatchTypeImpl.setAttributeValue(AttributeValueType value) Sets the attribute value for this match.voidResourceMatchTypeImpl.setAttributeValue(AttributeValueType value) Sets the attribute value for this match.voidSubjectMatchTypeImpl.setAttributeValue(AttributeValueType value) Sets the attribute value for this match.