| Package | Description |
|---|---|
| org.graylog2.security.ldap | |
| org.graylog2.shared.users | |
| org.graylog2.users |
| Modifier and Type | Method and Description |
|---|---|
LdapEntry |
LdapConnector.search(org.apache.directory.ldap.client.api.LdapNetworkConnection connection,
String searchBase,
String searchPattern,
String displayNameAttribute,
String principal,
boolean activeDirectory,
String groupSearchBase,
String groupIdAttribute,
String groupSearchPattern) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
LdapConnector.findGroups(org.apache.directory.ldap.client.api.LdapNetworkConnection connection,
String groupSearchBase,
String groupSearchPattern,
String groupIdAttribute,
LdapEntry ldapEntry) |
| Modifier and Type | Method and Description |
|---|---|
User |
UserService.syncFromLdapEntry(LdapEntry userEntry,
LdapSettings ldapSettings,
String username) |
void |
UserService.updateFromLdap(User user,
LdapEntry userEntry,
LdapSettings ldapSettings,
String username) |
| Modifier and Type | Method and Description |
|---|---|
User |
UserServiceImpl.syncFromLdapEntry(LdapEntry userEntry,
LdapSettings ldapSettings,
String username) |
void |
UserServiceImpl.updateFromLdap(User user,
LdapEntry userEntry,
LdapSettings ldapSettings,
String username) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.