|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.AccessControlEntryXto
public class AccessControlEntryXto
An access control entry consists of a principal that is associated with privileges.
Java class for AccessControlEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccessControlEntry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="principal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="privileges" type="{http://eclipse.org/stardust/ws/v2012a/api}Privileges" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
AccessControlEntryXto()
|
|
| Method Summary | |
|---|---|
String |
getPrincipal()
Gets the value of the principal property. |
PrivilegesXto |
getPrivileges()
Gets the value of the privileges property. |
void |
setPrincipal(String value)
Sets the value of the principal property. |
void |
setPrivileges(PrivilegesXto value)
Sets the value of the privileges property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AccessControlEntryXto()
| Method Detail |
|---|
public String getPrincipal()
Stringpublic void setPrincipal(String value)
value - allowed object is
Stringpublic PrivilegesXto getPrivileges()
PrivilegesXtopublic void setPrivileges(PrivilegesXto value)
value - allowed object is
PrivilegesXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||