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

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

Uses of ResourceMatchType in org.opensaml.xacml.policy
 

Methods in org.opensaml.xacml.policy that return types with arguments of type ResourceMatchType
 java.util.List<ResourceMatchType> ResourceType.getResourceMatches()
          Gets the resource matches for this action.
 

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

Classes in org.opensaml.xacml.policy.impl that implement ResourceMatchType
 class ResourceMatchTypeImpl
          Concrete implementation of ResourceMatchType.
 

Methods in org.opensaml.xacml.policy.impl that return ResourceMatchType
 ResourceMatchType ResourceMatchTypeImplBuilder.buildObject()
          Builds a XACML object, using its default attribute name.
 ResourceMatchType ResourceMatchTypeImplBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          
 

Methods in org.opensaml.xacml.policy.impl that return types with arguments of type ResourceMatchType
 java.util.List<ResourceMatchType> ResourceTypeImpl.getResourceMatches()
          Gets the resource matches for this action.
 



Copyright © 2006-2012 Internet2. All Rights Reserved.