Uses of Class
com.azure.resourcemanager.cosmos.models.AuthenticationMethodLdapProperties
Packages that use AuthenticationMethodLdapProperties
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of AuthenticationMethodLdapProperties in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return AuthenticationMethodLdapPropertiesModifier and TypeMethodDescriptionDataCenterResourceProperties.authenticationMethodLdapProperties()
Get the authenticationMethodLdapProperties property: Ldap authentication method properties.AuthenticationMethodLdapProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AuthenticationMethodLdapProperties from the JsonReader.AuthenticationMethodLdapProperties.withConnectionTimeoutInMs
(Integer connectionTimeoutInMs) Set the connectionTimeoutInMs property: Timeout for connecting to the LDAP server in miliseconds.AuthenticationMethodLdapProperties.withSearchBaseDistinguishedName
(String searchBaseDistinguishedName) Set the searchBaseDistinguishedName property: Distinguished name of the object to start the recursive search of users from.AuthenticationMethodLdapProperties.withSearchFilterTemplate
(String searchFilterTemplate) Set the searchFilterTemplate property: Template to use for searching.AuthenticationMethodLdapProperties.withServerCertificates
(List<Certificate> serverCertificates) Set the serverCertificates property: The serverCertificates property.AuthenticationMethodLdapProperties.withServerHostname
(String serverHostname) Set the serverHostname property: Hostname of the LDAP server.AuthenticationMethodLdapProperties.withServerPort
(Integer serverPort) Set the serverPort property: Port of the LDAP server.AuthenticationMethodLdapProperties.withServiceUserDistinguishedName
(String serviceUserDistinguishedName) Set the serviceUserDistinguishedName property: Distinguished name of the look up user account, who can look up user details on authentication.AuthenticationMethodLdapProperties.withServiceUserPassword
(String serviceUserPassword) Set the serviceUserPassword property: Password of the look up user.Methods in com.azure.resourcemanager.cosmos.models with parameters of type AuthenticationMethodLdapPropertiesModifier and TypeMethodDescriptionDataCenterResourceProperties.withAuthenticationMethodLdapProperties
(AuthenticationMethodLdapProperties authenticationMethodLdapProperties) Set the authenticationMethodLdapProperties property: Ldap authentication method properties.