Package org.opensaml.xacml.ctx
Interface RequestType
- All Superinterfaces:
XACMLObject
,XMLObject
- All Known Implementing Classes:
RequestTypeImpl
XACML context Request schema type.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGets the action from the request.Gets the environment from the request.Gets the resources from the request.Gets the subjects from the request.void
setAction
(ActionType newAction) Sets the action of the request.void
setEnvironment
(EnvironmentType environment) Sets the environment of the request.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
Element local name.- 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
-
getSubjects
List<SubjectType> getSubjects()Gets the subjects from the request.- Returns:
- the subjects from the request
-
getResources
List<ResourceType> getResources()Gets the resources from the request.- Returns:
- the resources from the request
-
getAction
ActionType getAction()Gets the action from the request.- Returns:
- the action from the request
-
setAction
Sets the action of the request.- Parameters:
newAction
- action of the request
-
getEnvironment
EnvironmentType getEnvironment()Gets the environment from the request.- Returns:
- the environment from the request
-
setEnvironment
Sets the environment of the request.- Parameters:
environment
- environment of the request
-