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

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

Uses of ResourceType in org.opensaml.xacml.policy
 

Methods in org.opensaml.xacml.policy that return types with arguments of type ResourceType
 java.util.List<ResourceType> ResourcesType.getResources()
          Gets the resources.
 

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

Classes in org.opensaml.xacml.policy.impl that implement ResourceType
 class ResourceTypeImpl
          Implementation of ResourceType.
 

Methods in org.opensaml.xacml.policy.impl that return ResourceType
 ResourceType ResourceTypeImplBuilder.buildObject()
          Builds a XACML object, using its default attribute name.
 ResourceType ResourceTypeImplBuilder.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 ResourceType
 java.util.List<ResourceType> ResourcesTypeImpl.getResources()
          Gets the resources.
 



Copyright © 2006-2012 Internet2. All Rights Reserved.