OpenSAML-J 2.4.1-redhat-3

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

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

Uses of AttributeSelectorType in org.opensaml.xacml.policy
 

Methods in org.opensaml.xacml.policy that return AttributeSelectorType
 AttributeSelectorType ActionMatchType.getAttributeSelector()
          Gets the attribute selector for this match.
 AttributeSelectorType EnvironmentMatchType.getAttributeSelector()
          Gets the attribute selector for this match.
 AttributeSelectorType SubjectMatchType.getAttributeSelector()
          Gets the attribute selector for this match.
 AttributeSelectorType ResourceMatchType.getAttributeSelector()
          Gets the attribute selector for this match.
 

Methods in org.opensaml.xacml.policy with parameters of type AttributeSelectorType
 void ActionMatchType.setAttributeSelector(AttributeSelectorType selector)
          Sets the attribute selector for this match.
 void EnvironmentMatchType.setAttributeSelector(AttributeSelectorType selector)
          Sets the attribute selector for this match.
 void SubjectMatchType.setAttributeSelector(AttributeSelectorType selector)
          Sets the attribute selector for this match.
 void ResourceMatchType.setAttributeSelector(AttributeSelectorType selector)
          Sets the attribute selector for this match.
 

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

Classes in org.opensaml.xacml.policy.impl that implement AttributeSelectorType
 class AttributeSelectorTypeImpl
          Implementation AttributeSelectorType.
 

Methods in org.opensaml.xacml.policy.impl that return AttributeSelectorType
 AttributeSelectorType AttributeSelectorTypeImplBuilder.buildObject()
          Builds a XACMLObject using the default name and namespace information provided XACML specifications.
 AttributeSelectorType AttributeSelectorTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 AttributeSelectorType ResourceMatchTypeImpl.getAttributeSelector()
          Gets the attribute selector for this match.
 AttributeSelectorType SubjectMatchTypeImpl.getAttributeSelector()
          Gets the attribute selector for this match.
 AttributeSelectorType ActionMatchTypeImpl.getAttributeSelector()
          Gets the attribute selector for this match.
 AttributeSelectorType EnvironmentMatchTypeImpl.getAttributeSelector()
          Gets the attribute selector for this match.
 

Methods in org.opensaml.xacml.policy.impl with parameters of type AttributeSelectorType
 void ResourceMatchTypeImpl.setAttributeSelector(AttributeSelectorType selector)
          Sets the attribute selector for this match.
 void SubjectMatchTypeImpl.setAttributeSelector(AttributeSelectorType selector)
          Sets the attribute selector for this match.
 void ActionMatchTypeImpl.setAttributeSelector(AttributeSelectorType selector)
          Sets the attribute selector for this match.
 void EnvironmentMatchTypeImpl.setAttributeSelector(AttributeSelectorType selector)
          Sets the attribute selector for this match.
 


OpenSAML-J 2.4.1-redhat-3

Copyright © 2006-2012 Internet2. All Rights Reserved.