Uses of Class
org.graylog.security.authservice.backend.LDAPAuthServiceBackendConfig.Builder
Packages that use LDAPAuthServiceBackendConfig.Builder
-
Uses of LDAPAuthServiceBackendConfig.Builder in org.graylog.security.authservice.backend
Methods in org.graylog.security.authservice.backend that return LDAPAuthServiceBackendConfig.BuilderModifier and TypeMethodDescriptionLDAPAuthServiceBackendConfig.builder()LDAPAuthServiceBackendConfig.Builder.create()abstract LDAPAuthServiceBackendConfig.BuilderLDAPAuthServiceBackendConfig.Builder.emailAttributes(List<String> emailAttributes) abstract LDAPAuthServiceBackendConfig.BuilderLDAPAuthServiceBackendConfig.Builder.servers(List<LDAPAuthServiceBackendConfig.HostAndPort> servers) abstract LDAPAuthServiceBackendConfig.BuilderLDAPAuthServiceBackendConfig.Builder.systemUserDn(String systemUserDn) abstract LDAPAuthServiceBackendConfig.BuilderLDAPAuthServiceBackendConfig.Builder.systemUserPassword(EncryptedValue systemUserPassword) abstract LDAPAuthServiceBackendConfig.BuilderLDAPAuthServiceBackendConfig.toBuilder()abstract LDAPAuthServiceBackendConfig.BuilderLDAPAuthServiceBackendConfig.Builder.transportSecurity(LDAPTransportSecurity transportSecurity) abstract LDAPAuthServiceBackendConfig.BuilderLDAPAuthServiceBackendConfig.Builder.userFullNameAttribute(String userFullNameAttribute) abstract LDAPAuthServiceBackendConfig.BuilderLDAPAuthServiceBackendConfig.Builder.userNameAttribute(String userNameAttribute) abstract LDAPAuthServiceBackendConfig.BuilderLDAPAuthServiceBackendConfig.Builder.userSearchBase(String userSearchBase) abstract LDAPAuthServiceBackendConfig.BuilderLDAPAuthServiceBackendConfig.Builder.userSearchPattern(String userSearchPattern) abstract LDAPAuthServiceBackendConfig.BuilderLDAPAuthServiceBackendConfig.Builder.userUniqueIdAttribute(String userUniqueIdAttribute) abstract LDAPAuthServiceBackendConfig.BuilderLDAPAuthServiceBackendConfig.Builder.verifyCertificates(boolean verifyCertificates)