public final class LdapEntry extends Object
| Constructor and Description |
|---|
LdapEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
addGroups(Collection<String> groups) |
boolean |
equals(Object o) |
String |
get(String key) |
Map<String,String> |
getAttributes() |
String |
getBindPrincipal() |
String |
getDn() |
String |
getEmail() |
Set<String> |
getGroups() |
int |
hashCode() |
String |
put(String key,
String value) |
void |
setBindPrincipal(String bindPrincipal) |
void |
setDn(String dn) |
String |
toString() |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.