Class ConfigV7.AuthcDomain
- java.lang.Object
-
- com.floragunn.searchguard.sgconf.impl.v7.ConfigV7.AuthcDomain
-
-
Field Summary
Fields Modifier and Type Field Description ConfigV7.AuthcBackendauthentication_backendStringdescriptionList<String>enabled_only_for_ipsConfigV7.HttpAuthenticatorhttp_authenticatorbooleanhttp_enabledintorderList<String>skip_usersbooleantransport_enabled
-
Constructor Summary
Constructors Constructor Description AuthcDomain()AuthcDomain(ConfigV6.AuthcDomain v6)
-
-
-
Field Detail
-
http_enabled
public boolean http_enabled
-
transport_enabled
public boolean transport_enabled
-
order
public int order
-
http_authenticator
public ConfigV7.HttpAuthenticator http_authenticator
-
authentication_backend
public ConfigV7.AuthcBackend authentication_backend
-
description
public String description
-
-
Constructor Detail
-
AuthcDomain
public AuthcDomain()
-
AuthcDomain
public AuthcDomain(ConfigV6.AuthcDomain v6)
-
-