public interface TargetType extends XACMLObject
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Local name of the element Target.
|
static QName |
DEFAULT_ELEMENT_NAME
QName of the element Target.
|
static String |
SCHEMA_TYPE_LOCAL_NAME
Local name of the XSI type.
|
static QName |
SCHEMA_TYPE_NAME
QName of the XSI type.
|
Modifier and Type | Method and Description |
---|---|
ActionsType |
getActions()
Gets the actions of this target.
|
EnvironmentsType |
getEnvironments()
Gets the environments of this target.
|
ResourcesType |
getResources()
Gets the resources of this target.
|
SubjectsType |
getSubjects()
Gets the subjects of this target.
|
void |
setActions(ActionsType actions)
Sets the actions in the target.
|
void |
setEnvironments(EnvironmentsType environments)
Sets the environments in the target.
|
void |
setResources(ResourcesType resources)
Sets the resources in the target.
|
void |
setSubjects(SubjectsType subjects)
Sets the subjects in the target.
|
deregisterValidator, getValidators, registerValidator, validate
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
static final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final String SCHEMA_TYPE_LOCAL_NAME
static final QName SCHEMA_TYPE_NAME
SubjectsType getSubjects()
ResourcesType getResources()
ActionsType getActions()
EnvironmentsType getEnvironments()
void setSubjects(SubjectsType subjects)
subjects
- the subject in the targetvoid setActions(ActionsType actions)
actions
- the subject in the targetvoid setResources(ResourcesType resources)
resources
- the subject in the targetvoid setEnvironments(EnvironmentsType environments)
environments
- the subject in the targetCopyright © 1999-2013. All Rights Reserved.