public abstract class LdapStats extends Object
| Constructor and Description |
|---|
LdapStats() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
activeDirectory() |
static LdapStats |
create(boolean enabled,
boolean activeDirectory,
int roleMappingCount,
int roleCount) |
abstract boolean |
enabled() |
abstract int |
roleCount() |
abstract int |
roleMappingCount() |
public abstract boolean enabled()
public abstract boolean activeDirectory()
public abstract int roleMappingCount()
public abstract int roleCount()
public static LdapStats create(boolean enabled, boolean activeDirectory, int roleMappingCount, int roleCount)
Copyright © 2015–2016 Graylog, Inc.. All rights reserved.