|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.vcloud.director.v1_5.domain.org.OrgLdapGroupAttributes
public class OrgLdapGroupAttributes
Defines how a group is imported from LDAP.
<complexType name="OrgLdapGroupAttributes">
<complexContent>
<extension base="{http://www.vmware.com/vcloud/v1.5}VCloudExtensibleType">
<sequence>
<element name="ObjectClass" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ObjectIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="GroupName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Membership" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="MembershipIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="BackLinkIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
OrgLdapGroupAttributes.Builder
|
| Field Summary | |
|---|---|
protected String |
backLinkIdentifier
|
protected String |
groupName
|
protected String |
membership
|
protected String |
membershipIdentifier
|
protected String |
objectClass
|
protected String |
objectIdentifier
|
| Constructor Summary | |
|---|---|
OrgLdapGroupAttributes(String objectClass,
String objectIdentifier,
String groupName,
String membership,
String membershipIdentifier,
String backLinkIdentifier)
|
|
| Method Summary | |
|---|---|
static OrgLdapGroupAttributes.Builder |
builder()
|
boolean |
equals(Object o)
|
String |
getBackLinkIdentifier()
Gets the value of the backLinkIdentifier property. |
String |
getGroupName()
Gets the value of the groupName property. |
String |
getMembership()
Gets the value of the membership property. |
String |
getMembershipIdentifier()
Gets the value of the membershipIdentifier property. |
String |
getObjectClass()
Gets the value of the objectClass property. |
String |
getObjectIdentifier()
Gets the value of the objectIdentifier property. |
int |
hashCode()
|
com.google.common.base.Objects.ToStringHelper |
string()
|
OrgLdapGroupAttributes.Builder |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String objectClass
protected String objectIdentifier
protected String groupName
protected String membership
protected String membershipIdentifier
protected String backLinkIdentifier
| Constructor Detail |
|---|
public OrgLdapGroupAttributes(String objectClass,
String objectIdentifier,
String groupName,
String membership,
String membershipIdentifier,
String backLinkIdentifier)
| Method Detail |
|---|
public static OrgLdapGroupAttributes.Builder builder()
public OrgLdapGroupAttributes.Builder toBuilder()
public String getObjectClass()
Stringpublic String getObjectIdentifier()
Stringpublic String getGroupName()
Stringpublic String getMembership()
Stringpublic String getMembershipIdentifier()
Stringpublic String getBackLinkIdentifier()
Stringpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Objectpublic com.google.common.base.Objects.ToStringHelper string()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||