public class TargetType extends Object
Java class for TargetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TargetType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}Subjects" minOccurs="0"/> <element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}Resources" minOccurs="0"/> <element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}Actions" minOccurs="0"/> <element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}Environments" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ActionsType |
actions |
protected EnvironmentsType |
environments |
protected ResourcesType |
resources |
protected SubjectsType |
subjects |
Constructor and Description |
---|
TargetType() |
Modifier and Type | Method and Description |
---|---|
ActionsType |
getActions()
Gets the value of the actions property.
|
EnvironmentsType |
getEnvironments()
Gets the value of the environments property.
|
ResourcesType |
getResources()
Gets the value of the resources property.
|
SubjectsType |
getSubjects()
Gets the value of the subjects property.
|
void |
setActions(ActionsType value)
Sets the value of the actions property.
|
void |
setEnvironments(EnvironmentsType value)
Sets the value of the environments property.
|
void |
setResources(ResourcesType value)
Sets the value of the resources property.
|
void |
setSubjects(SubjectsType value)
Sets the value of the subjects property.
|
protected SubjectsType subjects
protected ResourcesType resources
protected ActionsType actions
protected EnvironmentsType environments
public SubjectsType getSubjects()
SubjectsType
public void setSubjects(SubjectsType value)
value
- allowed object is
SubjectsType
public ResourcesType getResources()
ResourcesType
public void setResources(ResourcesType value)
value
- allowed object is
ResourcesType
public ActionsType getActions()
ActionsType
public void setActions(ActionsType value)
value
- allowed object is
ActionsType
public EnvironmentsType getEnvironments()
EnvironmentsType
public void setEnvironments(EnvironmentsType value)
value
- allowed object is
EnvironmentsType
Copyright © 2023 JBoss by Red Hat. All rights reserved.