Package org.opensaml.xacml.ctx
Interface ResourceType
- All Superinterfaces:
XACMLObject
,XMLObject
- All Known Implementing Classes:
ResourceTypeImpl
XACML context ResourceContent schema type.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the list of attributes in the resource.Gets the content of the resource.void
setResourceContent
(ResourceContentType content) Sets the content of the resource.Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
DEFAULT_ELEMENT_LOCAL_NAME
Local name of the Attribute element.- See Also:
-
DEFAULT_ELEMENT_NAME
Default element name. -
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type.
-
-
Method Details
-
getResourceContent
ResourceContentType getResourceContent()Gets the content of the resource.- Returns:
- content of the resource
-
setResourceContent
Sets the content of the resource.- Parameters:
content
- content of the resource
-
getAttributes
List<AttributeType> getAttributes()Returns the list of attributes in the resource.- Returns:
- the list of attributes in the resource
-