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

Packages that use OrgLdapSettings
org.jclouds.vcloud.director.v1_5.domain.org   
org.jclouds.vcloud.director.v1_5.features.admin   
 

Uses of OrgLdapSettings in org.jclouds.vcloud.director.v1_5.domain.org
 

Methods in org.jclouds.vcloud.director.v1_5.domain.org that return OrgLdapSettings
 OrgLdapSettings OrgLdapSettings.Builder.build()
           
 OrgLdapSettings OrgSettings.getLdapSettings()
          Gets the value of the orgLdapSettings property.
 

Methods in org.jclouds.vcloud.director.v1_5.domain.org with parameters of type OrgLdapSettings
 B OrgLdapSettings.Builder.fromOrgLdapSettings(OrgLdapSettings in)
           
 B OrgSettings.Builder.ldapSettings(OrgLdapSettings ldapSettings)
           
 

Uses of OrgLdapSettings in org.jclouds.vcloud.director.v1_5.features.admin
 

Methods in org.jclouds.vcloud.director.v1_5.features.admin that return OrgLdapSettings
 OrgLdapSettings AdminOrgApi.getLdapSettings(String orgUrn)
          Retrieves LDAP settings for an organization.
 OrgLdapSettings AdminOrgApi.getLdapSettings(URI orgAdminHref)
           
 

Methods in org.jclouds.vcloud.director.v1_5.features.admin that return types with arguments of type OrgLdapSettings
 com.google.common.util.concurrent.ListenableFuture<OrgLdapSettings> AdminOrgAsyncApi.getLdapSettings(String orgUrn)
           
 com.google.common.util.concurrent.ListenableFuture<OrgLdapSettings> AdminOrgAsyncApi.getLdapSettings(URI adminOrgHref)
           
 



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