public class OrgLdapSettings extends Resource
<complexType name="OrgLdapSettings">
<complexContent>
<extension base="{http://www.vmware.com/vcloud/v1.5}ResourceType">
<sequence>
<element name="OrgLdapMode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CustomUsersOu" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CustomOrgLdapSettings" type="{http://www.vmware.com/vcloud/v1.5}CustomOrgLdapSettings" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
OrgLdapSettings.Builder<B extends OrgLdapSettings.Builder<B>> |
static class |
OrgLdapSettings.LdapMode |
| Modifier | Constructor and Description |
|---|---|
protected |
OrgLdapSettings() |
protected |
OrgLdapSettings(OrgLdapSettings.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
static OrgLdapSettings.Builder<?> |
builder() |
boolean |
equals(Object o) |
CustomOrgLdapSettings |
getCustomOrgLdapSettings()
Gets the value of the customOrgLdapSettings property.
|
String |
getCustomUsersOu()
Gets the value of the customUsersOu property.
|
OrgLdapSettings.LdapMode |
getLdapMode()
Gets the value of the orgLdapMode property.
|
int |
hashCode() |
com.google.common.base.Objects.ToStringHelper |
string() |
OrgLdapSettings.Builder<?> |
toBuilder() |
protected OrgLdapSettings()
protected OrgLdapSettings(OrgLdapSettings.Builder<?> builder)
public static OrgLdapSettings.Builder<?> builder()
public OrgLdapSettings.Builder<?> toBuilder()
public OrgLdapSettings.LdapMode getLdapMode()
public String getCustomUsersOu()
public CustomOrgLdapSettings getCustomOrgLdapSettings()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.