Uses of Interface
org.opensaml.xacml.ctx.ResourceType
Packages that use ResourceType
Package
Description
XMLObject interfaces for XACML context schema.
XMLObject implementations for XACML context schema.
-
Uses of ResourceType in org.opensaml.xacml.ctx
Methods in org.opensaml.xacml.ctx that return types with arguments of type ResourceTypeModifier and TypeMethodDescriptionRequestType.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 ResourceTypeFields in org.opensaml.xacml.ctx.impl with type parameters of type ResourceTypeModifier and TypeFieldDescriptionprivate XMLObjectChildrenList<ResourceType>RequestTypeImpl.resourcesThe resources of the request.Methods in org.opensaml.xacml.ctx.impl that return ResourceTypeModifier and TypeMethodDescriptionResourceTypeImplBuilder.buildObject()Builds a XACMLObject using the default name and namespace information provided XACML specifications.ResourceTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.Methods in org.opensaml.xacml.ctx.impl that return types with arguments of type ResourceTypeModifier and TypeMethodDescriptionRequestTypeImpl.getResources()Gets the resources from the request.