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
 List<ResourceType> RequestType.getResources()
          Gets the resources from the request.
 

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

Fields in org.opensaml.xacml.ctx.impl with type parameters of type ResourceType
private  XMLObjectChildrenList<ResourceType> RequestTypeImpl.resources
          The resources of the request.
 

Methods in org.opensaml.xacml.ctx.impl that return ResourceType
 ResourceType ResourceTypeImplBuilder.buildObject()
          Builds a XACMLObject using the default name and namespace information provided XACML specifications.
 ResourceType ResourceTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 

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



Copyright © 1999-2013. All Rights Reserved.