|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.security.xacml.core.model.policy.TargetType
public class TargetType
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>
Field Summary | |
---|---|
protected ActionsType |
actions
|
protected EnvironmentsType |
environments
|
protected ResourcesType |
resources
|
protected SubjectsType |
subjects
|
Constructor Summary | |
---|---|
TargetType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected SubjectsType subjects
protected ResourcesType resources
protected ActionsType actions
protected EnvironmentsType environments
Constructor Detail |
---|
public TargetType()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |