| Package | Description |
|---|---|
| org.graylog.security.authservice.backend | |
| org.graylog.security.authservice.ldap |
| Modifier and Type | Method and Description |
|---|---|
abstract LDAPTransportSecurity |
LDAPAuthServiceBackendConfig.transportSecurity() |
abstract LDAPTransportSecurity |
ADAuthServiceBackendConfig.transportSecurity() |
| Modifier and Type | Method and Description |
|---|---|
abstract LDAPAuthServiceBackendConfig.Builder |
LDAPAuthServiceBackendConfig.Builder.transportSecurity(LDAPTransportSecurity transportSecurity) |
abstract ADAuthServiceBackendConfig.Builder |
ADAuthServiceBackendConfig.Builder.transportSecurity(LDAPTransportSecurity transportSecurity) |
| Modifier and Type | Method and Description |
|---|---|
abstract LDAPTransportSecurity |
LDAPConnectorConfig.transportSecurity() |
static LDAPTransportSecurity |
LDAPTransportSecurity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LDAPTransportSecurity[] |
LDAPTransportSecurity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract LDAPConnectorConfig.Builder |
LDAPConnectorConfig.Builder.transportSecurity(LDAPTransportSecurity transportSecurity) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.