|
||||||||||
| 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.OrgLdapUserAttributes
public class OrgLdapUserAttributes
Defines how LDAP attributes are used when importing a user.
<complexType name="OrgLdapUserAttributes">
<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="UserName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Email" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="FullName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="GivenName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Surname" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Telephone" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="GroupMembershipIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="GroupBackLinkIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
OrgLdapUserAttributes.Builder
|
| Field Summary | |
|---|---|
protected String |
email
|
protected String |
fullName
|
protected String |
givenName
|
protected String |
groupBackLinkIdentifier
|
protected String |
groupMembershipIdentifier
|
protected String |
objectClass
|
protected String |
objectIdentifier
|
protected String |
surname
|
protected String |
telephone
|
protected String |
userName
|
| Constructor Summary | |
|---|---|
OrgLdapUserAttributes(String objectClass,
String objectIdentifier,
String userName,
String email,
String fullName,
String givenName,
String surname,
String telephone,
String groupMembershipIdentifier,
String groupBackLinkIdentifier)
|
|
| Method Summary | |
|---|---|
static OrgLdapUserAttributes.Builder |
builder()
|
boolean |
equals(Object o)
|
String |
getEmail()
Gets the value of the email property. |
String |
getFullName()
Gets the value of the fullName property. |
String |
getGivenName()
Gets the value of the givenName property. |
String |
getGroupBackLinkIdentifier()
Gets the value of the groupBackLinkIdentifier property. |
String |
getGroupMembershipIdentifier()
Gets the value of the groupMembershipIdentifier property. |
String |
getObjectClass()
Gets the value of the objectClass property. |
String |
getObjectIdentifier()
Gets the value of the objectIdentifier property. |
String |
getSurname()
Gets the value of the surname property. |
String |
getTelephone()
Gets the value of the telephone property. |
String |
getUserName()
Gets the value of the userName property. |
int |
hashCode()
|
com.google.common.base.Objects.ToStringHelper |
string()
|
OrgLdapUserAttributes.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 userName
protected String email
protected String fullName
protected String givenName
protected String surname
protected String telephone
protected String groupMembershipIdentifier
protected String groupBackLinkIdentifier
| Constructor Detail |
|---|
public OrgLdapUserAttributes(String objectClass,
String objectIdentifier,
String userName,
String email,
String fullName,
String givenName,
String surname,
String telephone,
String groupMembershipIdentifier,
String groupBackLinkIdentifier)
| Method Detail |
|---|
public static OrgLdapUserAttributes.Builder builder()
public OrgLdapUserAttributes.Builder toBuilder()
public String getObjectClass()
Stringpublic String getObjectIdentifier()
Stringpublic String getUserName()
Stringpublic String getEmail()
Stringpublic String getFullName()
Stringpublic String getGivenName()
Stringpublic String getSurname()
Stringpublic String getTelephone()
Stringpublic String getGroupMembershipIdentifier()
Stringpublic String getGroupBackLinkIdentifier()
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 | |||||||||