org.jclouds.vcloud.director.v1_5.domain.org
Class OrgLdapSettings

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.domain.Resource
      extended by org.jclouds.vcloud.director.v1_5.domain.org.OrgLdapSettings

public class OrgLdapSettings
extends Resource

Base settings for LDAP connection

 <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>
 


Nested Class Summary
static class OrgLdapSettings.Builder<B extends OrgLdapSettings.Builder<B>>
           
static class OrgLdapSettings.LdapMode
           
 
Field Summary
 
Fields inherited from class org.jclouds.vcloud.director.v1_5.domain.Resource
logger
 
Constructor Summary
protected OrgLdapSettings()
           
protected OrgLdapSettings(OrgLdapSettings.Builder<?> builder)
           
 
Method Summary
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()
           
 
Methods inherited from class org.jclouds.vcloud.director.v1_5.domain.Resource
clone, getHref, getLinks, getType, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OrgLdapSettings

protected OrgLdapSettings()

OrgLdapSettings

protected OrgLdapSettings(OrgLdapSettings.Builder<?> builder)
Method Detail

builder

public static OrgLdapSettings.Builder<?> builder()

toBuilder

public OrgLdapSettings.Builder<?> toBuilder()
Overrides:
toBuilder in class Resource

getLdapMode

public OrgLdapSettings.LdapMode getLdapMode()
Gets the value of the orgLdapMode property.


getCustomUsersOu

public String getCustomUsersOu()
Gets the value of the customUsersOu property.


getCustomOrgLdapSettings

public CustomOrgLdapSettings getCustomOrgLdapSettings()
Gets the value of the customOrgLdapSettings property.


equals

public boolean equals(Object o)
Overrides:
equals in class Resource

hashCode

public int hashCode()
Overrides:
hashCode in class Resource

string

public com.google.common.base.Objects.ToStringHelper string()
Overrides:
string in class Resource


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.