org.eclipse.stardust.engine.api.ws
Class AccessControlEntryXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.AccessControlEntryXto

public class AccessControlEntryXto
extends Object

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

AccessControlEntryXto

public AccessControlEntryXto()
Method Detail

getPrincipal

public String getPrincipal()
Gets the value of the principal property.

Returns:
possible object is String

setPrincipal

public void setPrincipal(String value)
Sets the value of the principal property.

Parameters:
value - allowed object is String

getPrivileges

public PrivilegesXto getPrivileges()
Gets the value of the privileges property.

Returns:
possible object is PrivilegesXto

setPrivileges

public void setPrivileges(PrivilegesXto value)
Sets the value of the privileges property.

Parameters:
value - allowed object is PrivilegesXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.