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

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

Uses of ResourceType in org.opensaml.xacml.ctx
 

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

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

Classes in org.opensaml.xacml.ctx.impl that implement ResourceType
 class ResourceTypeImpl
          Concrete implementation of ResourceType.
 

Methods in org.opensaml.xacml.ctx.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.ctx.impl that return types with arguments of type ResourceType
 java.util.List<ResourceType> RequestTypeImpl.getResources()
          Gets the resources from the request.
 



Copyright © 2006-2009 Internet2. All Rights Reserved.