Package com.floragunn.searchguard.sgconf
Class DynamicConfigModelV6
- java.lang.Object
-
- com.floragunn.searchguard.sgconf.DynamicConfigModel
-
- com.floragunn.searchguard.sgconf.DynamicConfigModelV6
-
- All Implemented Interfaces:
ComponentStateProvider
@Deprecated public class DynamicConfigModelV6 extends DynamicConfigModel
Deprecated.
-
-
Field Summary
-
Fields inherited from class com.floragunn.searchguard.sgconf.DynamicConfigModel
log
-
-
Constructor Summary
Constructors Constructor Description DynamicConfigModelV6(ConfigV6 config, org.elasticsearch.common.settings.Settings esSettings, Path configPath, SearchGuardModulesRegistry modulesRegistry)Deprecated.
-
Method Summary
-
-
-
Constructor Detail
-
DynamicConfigModelV6
public DynamicConfigModelV6(ConfigV6 config, org.elasticsearch.common.settings.Settings esSettings, Path configPath, SearchGuardModulesRegistry modulesRegistry)
Deprecated.
-
-
Method Detail
-
getRestAuthenticationDomains
public SortedSet<AuthenticationDomain> getRestAuthenticationDomains()
Deprecated.- Specified by:
getRestAuthenticationDomainsin classDynamicConfigModel
-
getRestAuthorizationDomains
public Set<AuthorizationDomain> getRestAuthorizationDomains()
Deprecated.- Specified by:
getRestAuthorizationDomainsin classDynamicConfigModel
-
getTransportAuthenticationDomains
public SortedSet<AuthenticationDomain> getTransportAuthenticationDomains()
Deprecated.- Specified by:
getTransportAuthenticationDomainsin classDynamicConfigModel
-
getTransportAuthorizationDomains
public Set<AuthorizationDomain> getTransportAuthorizationDomains()
Deprecated.- Specified by:
getTransportAuthorizationDomainsin classDynamicConfigModel
-
getTransportUsernameAttribute
public String getTransportUsernameAttribute()
Deprecated.- Specified by:
getTransportUsernameAttributein classDynamicConfigModel
-
isAnonymousAuthenticationEnabled
public boolean isAnonymousAuthenticationEnabled()
Deprecated.- Specified by:
isAnonymousAuthenticationEnabledin classDynamicConfigModel
-
isXffEnabled
public boolean isXffEnabled()
Deprecated.- Specified by:
isXffEnabledin classDynamicConfigModel
-
getInternalProxies
public String getInternalProxies()
Deprecated.- Specified by:
getInternalProxiesin classDynamicConfigModel
-
getRemoteIpHeader
public String getRemoteIpHeader()
Deprecated.- Specified by:
getRemoteIpHeaderin classDynamicConfigModel
-
getFieldAnonymizationSalt2
public String getFieldAnonymizationSalt2()
Deprecated.- Specified by:
getFieldAnonymizationSalt2in classDynamicConfigModel
-
isRestAuthDisabled
public boolean isRestAuthDisabled()
Deprecated.- Specified by:
isRestAuthDisabledin classDynamicConfigModel
-
isInterTransportAuthDisabled
public boolean isInterTransportAuthDisabled()
Deprecated.- Specified by:
isInterTransportAuthDisabledin classDynamicConfigModel
-
isRespectRequestIndicesEnabled
public boolean isRespectRequestIndicesEnabled()
Deprecated.- Specified by:
isRespectRequestIndicesEnabledin classDynamicConfigModel
-
getKibanaServerUsername
public String getKibanaServerUsername()
Deprecated.- Specified by:
getKibanaServerUsernamein classDynamicConfigModel
-
getKibanaIndexname
public String getKibanaIndexname()
Deprecated.- Specified by:
getKibanaIndexnamein classDynamicConfigModel
-
isKibanaMultitenancyEnabled
public boolean isKibanaMultitenancyEnabled()
Deprecated.- Specified by:
isKibanaMultitenancyEnabledin classDynamicConfigModel
-
isDnfofEnabled
public boolean isDnfofEnabled()
Deprecated.- Specified by:
isDnfofEnabledin classDynamicConfigModel
-
isMultiRolespanEnabled
public boolean isMultiRolespanEnabled()
Deprecated.- Specified by:
isMultiRolespanEnabledin classDynamicConfigModel
-
getFilteredAliasMode
public String getFilteredAliasMode()
Deprecated.- Specified by:
getFilteredAliasModein classDynamicConfigModel
-
isDnfofForEmptyResultsEnabled
public boolean isDnfofForEmptyResultsEnabled()
Deprecated.- Specified by:
isDnfofForEmptyResultsEnabledin classDynamicConfigModel
-
getHostsResolverMode
public String getHostsResolverMode()
Deprecated.- Specified by:
getHostsResolverModein classDynamicConfigModel
-
getIpAuthFailureListeners
public List<AuthFailureListener> getIpAuthFailureListeners()
Deprecated.- Specified by:
getIpAuthFailureListenersin classDynamicConfigModel
-
getAuthBackendFailureListeners
public com.google.common.collect.Multimap<String,AuthFailureListener> getAuthBackendFailureListeners()
Deprecated.- Specified by:
getAuthBackendFailureListenersin classDynamicConfigModel
-
getIpClientBlockRegistries
public List<ClientBlockRegistry<InetAddress>> getIpClientBlockRegistries()
Deprecated.- Specified by:
getIpClientBlockRegistriesin classDynamicConfigModel
-
getAuthBackendClientBlockRegistries
public com.google.common.collect.Multimap<String,ClientBlockRegistry<String>> getAuthBackendClientBlockRegistries()
Deprecated.- Specified by:
getAuthBackendClientBlockRegistriesin classDynamicConfigModel
-
isKibanaRbacEnabled
public boolean isKibanaRbacEnabled()
Deprecated.- Specified by:
isKibanaRbacEnabledin classDynamicConfigModel
-
getAuthTokenProviderConfig
public Map<String,Object> getAuthTokenProviderConfig()
Deprecated.- Specified by:
getAuthTokenProviderConfigin classDynamicConfigModel
-
getComponentState
public ComponentState getComponentState()
Deprecated.
-
isIndexPrivilegeAliasResolutionEnabled
public boolean isIndexPrivilegeAliasResolutionEnabled()
Deprecated.- Specified by:
isIndexPrivilegeAliasResolutionEnabledin classDynamicConfigModel
-
-