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

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

Uses of ResourcesType in org.opensaml.xacml.policy
 

Methods in org.opensaml.xacml.policy that return ResourcesType
 ResourcesType TargetType.getResources()
          Gets the resources of this target.
 

Methods in org.opensaml.xacml.policy with parameters of type ResourcesType
 void TargetType.setResources(ResourcesType resources)
          Sets the resources in the target.
 

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

Classes in org.opensaml.xacml.policy.impl that implement ResourcesType
 class ResourcesTypeImpl
          Implementation of ResourcesType.
 

Methods in org.opensaml.xacml.policy.impl that return ResourcesType
 ResourcesType ResourcesTypeImplBuilder.buildObject()
          Builds a XACMLObject using the default name and namespace information provided XACML specifications.
 ResourcesType ResourcesTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 ResourcesType TargetTypeImpl.getResources()
          Gets the resources of this target.
 

Methods in org.opensaml.xacml.policy.impl with parameters of type ResourcesType
 void TargetTypeImpl.setResources(ResourcesType newResources)
          Sets the resources in the target.
 



Copyright © 2006-2013 Internet2. All Rights Reserved.