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