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) |
static LdapTestConfigResponse |
create(boolean connected,
boolean systemAuthenticated,
boolean loginAuthenticated,
Map<String,String> entry,
String exception) |
abstract Map<String,String> |
entry() |
abstract String |
exception() |
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, @Nullable String exception)
public static LdapTestConfigResponse create(boolean connected, boolean systemAuthenticated, boolean loginAuthenticated, Map<String,String> entry)
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.