Uses of Interface
org.opensaml.xacml.policy.ResourcesType
Packages that use ResourcesType
Package
Description
XMLObject interfaces for XACML policy schema.
XMLObject provider implementation classes for XACML policy schema.
-
Uses of ResourcesType in org.opensaml.xacml.policy
Methods in org.opensaml.xacml.policy that return ResourcesTypeMethods in org.opensaml.xacml.policy with parameters of type ResourcesTypeModifier and TypeMethodDescriptionvoidTargetType.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 ResourcesTypeFields in org.opensaml.xacml.policy.impl declared as ResourcesTypeModifier and TypeFieldDescriptionprivate ResourcesTypeTargetTypeImpl.resourcesThe resourcese in the policy.Methods in org.opensaml.xacml.policy.impl that return ResourcesTypeModifier and TypeMethodDescriptionResourcesTypeImplBuilder.buildObject()Builds a XACMLObject using the default name and namespace information provided XACML specifications.ResourcesTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.TargetTypeImpl.getResources()Gets the resources of this target.Methods in org.opensaml.xacml.policy.impl with parameters of type ResourcesTypeModifier and TypeMethodDescriptionvoidTargetTypeImpl.setResources(ResourcesType newResources) Sets the resources in the target.