Uses of Class
de.xima.fc.ldap.LdapConnectionConfig.TlsScope
Packages that use LdapConnectionConfig.TlsScope
-
Uses of LdapConnectionConfig.TlsScope in de.xima.fc.ldap
Methods in de.xima.fc.ldap that return LdapConnectionConfig.TlsScopeModifier and TypeMethodDescriptionLdapConnectionConfig.getTlsScope()Returns the TLS scope for the connection.LdapConnectionConfig.TlsScope.system()Creates a TLS scope for the whole system.Creates a TLS scope for a specific tenant.Methods in de.xima.fc.ldap with parameters of type LdapConnectionConfig.TlsScopeModifier and TypeMethodDescriptionLdapConnectionConfig.Builder.tlsScope(LdapConnectionConfig.TlsScope tlsScope) Returns the TLS scope for the connection.