Uses of Interface
org.opensaml.xacml.policy.AttributeValueType

Packages that use AttributeValueType
org.opensaml.xacml.policy   
org.opensaml.xacml.policy.impl   
 

Uses of AttributeValueType in org.opensaml.xacml.policy
 

Subinterfaces of AttributeValueType in org.opensaml.xacml.policy
 interface AttributeAssignmentType
          XACML AttributeAssignment schema type.
 

Methods in org.opensaml.xacml.policy that return AttributeValueType
 AttributeValueType CombinerParameterType.getAttributeValue()
          Gets the attribute value type for this parameter.
 AttributeValueType SubjectMatchType.getAttributeValue()
          Gets the attribute value for this match.
 AttributeValueType EnvironmentMatchType.getAttributeValue()
          Gets the attribute value for this match.
 AttributeValueType ActionMatchType.getAttributeValue()
          Gets the attribute value for this match.
 AttributeValueType ResourceMatchType.getAttributeValue()
          Gets the attribute value for this match.
 

Methods in org.opensaml.xacml.policy with parameters of type AttributeValueType
 void CombinerParameterType.setAttributeValue(AttributeValueType value)
          Sets the attribute value type for this parameter.
 void SubjectMatchType.setAttributeValue(AttributeValueType value)
          Sets the attribute value for this match.
 void EnvironmentMatchType.setAttributeValue(AttributeValueType value)
          Sets the attribute value for this match.
 void ActionMatchType.setAttributeValue(AttributeValueType value)
          Sets the attribute value for this match.
 void ResourceMatchType.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 AttributeValueType
 class AttributeAssignmentTypeImpl
          Implementation for AttributeAssignmentType.
 class AttributeValueTypeImpl
          Implementation of AttributeValueType.
 

Fields in org.opensaml.xacml.policy.impl declared as AttributeValueType
private  AttributeValueType EnvironmentMatchTypeImpl.attributeValue
          Match's attribute value.
private  AttributeValueType ResourceMatchTypeImpl.attributeValue
          Match's attribute value.
private  AttributeValueType SubjectMatchTypeImpl.attributeValue
          Match's attribute value.
private  AttributeValueType ActionMatchTypeImpl.attributeValue
          Match's attribute value.
private  AttributeValueType CombinerParameterTypeImpl.value
          Values.
 

Methods in org.opensaml.xacml.policy.impl that return AttributeValueType
 AttributeValueType AttributeValueTypeImplBuilder.buildObject()
          Builds a XACMLObject using the default name and namespace information provided XACML specifications.
 AttributeValueType AttributeValueTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 AttributeValueType EnvironmentMatchTypeImpl.getAttributeValue()
          Gets the attribute value for this match.
 AttributeValueType ResourceMatchTypeImpl.getAttributeValue()
          Gets the attribute value for this match.
 AttributeValueType CombinerParameterTypeImpl.getAttributeValue()
          Gets the attribute value type for this parameter.
 AttributeValueType SubjectMatchTypeImpl.getAttributeValue()
          Gets the attribute value for this match.
 AttributeValueType ActionMatchTypeImpl.getAttributeValue()
          Gets the attribute value for this match.
 

Methods in org.opensaml.xacml.policy.impl with parameters of type AttributeValueType
 void EnvironmentMatchTypeImpl.setAttributeValue(AttributeValueType value)
          Sets the attribute value for this match.
 void ResourceMatchTypeImpl.setAttributeValue(AttributeValueType value)
          Sets the attribute value for this match.
 void CombinerParameterTypeImpl.setAttributeValue(AttributeValueType newValue)
          Sets the attribute value type for this parameter.
 void SubjectMatchTypeImpl.setAttributeValue(AttributeValueType value)
          Sets the attribute value for this match.
 void ActionMatchTypeImpl.setAttributeValue(AttributeValueType value)
          Sets the attribute value for this match.
 



Copyright © 1999-2013. All Rights Reserved.