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

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

Uses of AttributeDesignatorType in org.opensaml.xacml.policy
 

Subinterfaces of AttributeDesignatorType in org.opensaml.xacml.policy
 interface SubjectAttributeDesignatorType
          XACML SubjectAttributeDesignator schema type.
 

Methods in org.opensaml.xacml.policy that return AttributeDesignatorType
 AttributeDesignatorType ActionMatchType.getActionAttributeDesignator()
          Gets the action attribute designator for this match.
 AttributeDesignatorType EnvironmentMatchType.getEnvironmentAttributeDesignator()
          Gets the environment attribute designator for this match.
 AttributeDesignatorType ResourceMatchType.getResourceAttributeDesignator()
          Gets the resource attribute designator for this match.
 AttributeDesignatorType SubjectMatchType.getSubjectAttributeDesignator()
          Gets the subject attribute designator for this match.
 

Methods in org.opensaml.xacml.policy with parameters of type AttributeDesignatorType
 void ActionMatchType.setActionAttributeDesignator(AttributeDesignatorType attribute)
          Sets the action attribute designator for this match.
 void EnvironmentMatchType.setEnvironmentAttributeDesignator(AttributeDesignatorType attribute)
          Sets the environment attribute designator for this match.
 void ResourceMatchType.setResourceAttributeDesignator(AttributeDesignatorType attribute)
          Sets the resource attribute designator for this match.
 void SubjectMatchType.setSubjectAttributeDesignator(AttributeDesignatorType attribute)
          Sets the subject attribute designator for this match.
 

Uses of AttributeDesignatorType in org.opensaml.xacml.policy.impl
 

Classes in org.opensaml.xacml.policy.impl that implement AttributeDesignatorType
 class AttributeDesignatorTypeImpl
          Implementation of AttributeDesignatorType.
 class SubjectAttributeDesignatorTypeImpl
          Implementation of SubjectAttributeDesignatorType.
 

Methods in org.opensaml.xacml.policy.impl that return AttributeDesignatorType
 AttributeDesignatorType AttributeDesignatorTypeImplBuilder.buildObject()
          Builds a XACMLObject using the default name and namespace information provided XACML specifications.
 AttributeDesignatorType AttributeDesignatorTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 AttributeDesignatorType ActionMatchTypeImpl.getActionAttributeDesignator()
          Gets the action attribute designator for this match.
 AttributeDesignatorType EnvironmentMatchTypeImpl.getEnvironmentAttributeDesignator()
          Gets the environment attribute designator for this match.
 AttributeDesignatorType ResourceMatchTypeImpl.getResourceAttributeDesignator()
          Gets the resource attribute designator for this match.
 AttributeDesignatorType SubjectMatchTypeImpl.getSubjectAttributeDesignator()
          Gets the subject attribute designator for this match.
 

Methods in org.opensaml.xacml.policy.impl with parameters of type AttributeDesignatorType
 void ActionMatchTypeImpl.setActionAttributeDesignator(AttributeDesignatorType attribute)
          Sets the action attribute designator for this match.
 void EnvironmentMatchTypeImpl.setEnvironmentAttributeDesignator(AttributeDesignatorType attribute)
          Sets the environment attribute designator for this match.
 void ResourceMatchTypeImpl.setResourceAttributeDesignator(AttributeDesignatorType attribute)
          Sets the resource attribute designator for this match.
 void SubjectMatchTypeImpl.setSubjectAttributeDesignator(AttributeDesignatorType attribute)
          Sets the subject attribute designator for this match.
 



Copyright © 1999-2012. All Rights Reserved.