Uses of Class
io.trino.plugin.password.ldap.LdapAuthenticatorConfig
Packages that use LdapAuthenticatorConfig
-
Uses of LdapAuthenticatorConfig in io.trino.plugin.password.ldap
Methods in io.trino.plugin.password.ldap that return LdapAuthenticatorConfigModifier and TypeMethodDescriptionLdapAuthenticatorConfig.setBindDistingushedName(String bindDistingushedName) LdapAuthenticatorConfig.setBindPassword(String bindPassword) LdapAuthenticatorConfig.setGroupAuthorizationSearchPattern(String groupAuthorizationSearchPattern) LdapAuthenticatorConfig.setLdapCacheTtl(io.airlift.units.Duration ldapCacheTtl) LdapAuthenticatorConfig.setUserBaseDistinguishedName(String userBaseDistinguishedName) LdapAuthenticatorConfig.setUserBindSearchPatterns(String userBindSearchPatterns) LdapAuthenticatorConfig.setUserBindSearchPatterns(List<String> userBindSearchPatterns) Constructors in io.trino.plugin.password.ldap with parameters of type LdapAuthenticatorConfigModifierConstructorDescriptionLdapAuthenticator(LdapAuthenticatorClient client, LdapAuthenticatorConfig ldapAuthenticatorConfig)