Uses of Class
com.floragunn.searchguard.auth.AuthenticationDomain
-
Packages that use AuthenticationDomain Package Description com.floragunn.searchguard.auth com.floragunn.searchguard.sgconf -
-
Uses of AuthenticationDomain in com.floragunn.searchguard.auth
Methods in com.floragunn.searchguard.auth with parameters of type AuthenticationDomain Modifier and Type Method Description intAuthenticationDomain. compareTo(AuthenticationDomain o)Constructor parameters in com.floragunn.searchguard.auth with type arguments of type AuthenticationDomain Constructor Description RestAuthenticationProcessor(org.elasticsearch.rest.RestHandler restHandler, org.elasticsearch.rest.RestRequest restRequest, org.elasticsearch.rest.RestChannel restChannel, inet.ipaddr.IPAddress remoteIpAddress, org.elasticsearch.common.util.concurrent.ThreadContext threadContext, Collection<AuthenticationDomain> authenticationDomains, Set<AuthorizationDomain> authorizationDomains, AdminDNs adminDns, com.google.common.cache.Cache<AuthCredentials,User> userCache, com.google.common.cache.Cache<User,Set<String>> roleCache, com.google.common.cache.Cache<String,User> impersonationCache, AuditLog auditLog, com.google.common.collect.Multimap<String,AuthFailureListener> authBackendFailureListeners, com.google.common.collect.Multimap<String,ClientBlockRegistry<String>> authBackendClientBlockRegistries, List<AuthFailureListener> ipAuthFailureListeners, boolean anonymousAuthEnabled)RestImpersonationProcessor(User originalUser, String impersonatedUserHeader, Collection<AuthenticationDomain> authenticationDomains, Set<AuthorizationDomain> authorizationDomains, AdminDNs adminDns, com.google.common.cache.Cache<String,User> impersonationCache) -
Uses of AuthenticationDomain in com.floragunn.searchguard.sgconf
Methods in com.floragunn.searchguard.sgconf that return types with arguments of type AuthenticationDomain Modifier and Type Method Description abstract SortedSet<AuthenticationDomain>DynamicConfigModel. getRestAuthenticationDomains()SortedSet<AuthenticationDomain>DynamicConfigModelV6. getRestAuthenticationDomains()Deprecated.SortedSet<AuthenticationDomain>DynamicConfigModelV7. getRestAuthenticationDomains()abstract SortedSet<AuthenticationDomain>DynamicConfigModel. getTransportAuthenticationDomains()SortedSet<AuthenticationDomain>DynamicConfigModelV6. getTransportAuthenticationDomains()Deprecated.SortedSet<AuthenticationDomain>DynamicConfigModelV7. getTransportAuthenticationDomains()
-