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