Uses of Interface
org.opensaml.xacml.ctx.ResourceContentType
Packages that use ResourceContentType
Package
Description
XMLObject interfaces for XACML context schema.
XMLObject implementations for XACML context schema.
-
Uses of ResourceContentType in org.opensaml.xacml.ctx
Methods in org.opensaml.xacml.ctx that return ResourceContentTypeModifier and TypeMethodDescriptionResourceType.getResourceContent()
Gets the content of the resource.Methods in org.opensaml.xacml.ctx with parameters of type ResourceContentTypeModifier and TypeMethodDescriptionvoid
ResourceType.setResourceContent
(ResourceContentType content) Sets the content of the resource. -
Uses of ResourceContentType in org.opensaml.xacml.ctx.impl
Classes in org.opensaml.xacml.ctx.impl that implement ResourceContentTypeFields in org.opensaml.xacml.ctx.impl declared as ResourceContentTypeModifier and TypeFieldDescriptionprivate ResourceContentType
ResourceTypeImpl.resourceContent
Resources content.Methods in org.opensaml.xacml.ctx.impl that return ResourceContentTypeModifier and TypeMethodDescriptionResourceContentTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.ResourceContentTypeImplBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.ResourceTypeImpl.getResourceContent()
Gets the content of the resource.Methods in org.opensaml.xacml.ctx.impl with parameters of type ResourceContentTypeModifier and TypeMethodDescriptionvoid
ResourceTypeImpl.setResourceContent
(ResourceContentType content) Sets the content of the resource.