public abstract class LdapTestConfigResponse extends Object
Constructor and Description |
---|
LdapTestConfigResponse() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
connected() |
static LdapTestConfigResponse |
create(boolean connected,
boolean systemAuthenticated,
boolean loginAuthenticated,
Map<String,String> entry,
Set<String> groups) |
static LdapTestConfigResponse |
create(boolean connected,
boolean systemAuthenticated,
boolean loginAuthenticated,
Map<String,String> entry,
Set<String> groups,
String exception) |
abstract Map<String,String> |
entry() |
abstract String |
exception() |
abstract Set<String> |
groups() |
abstract boolean |
loginAuthenticated() |
abstract boolean |
systemAuthenticated() |
public abstract boolean connected()
public abstract boolean systemAuthenticated()
public abstract boolean loginAuthenticated()
public static LdapTestConfigResponse create(boolean connected, boolean systemAuthenticated, boolean loginAuthenticated, Map<String,String> entry, Set<String> groups, @Nullable String exception)
Copyright © 2012–2018 Graylog, Inc.. All rights reserved.