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 TypeMethodDescriptionvoidResourceType.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 ResourceContentTypeResourceTypeImpl.resourceContentResources 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 TypeMethodDescriptionvoidResourceTypeImpl.setResourceContent(ResourceContentType content) Sets the content of the resource.