Package org.elasticsearch.xpack.security.transport
-
Interface Summary Interface Description ServerTransportFilter This interface allows to intercept messages as they come in and execute logic This is used in x-pack security to execute the authentication/authorization on incoming messages. -
Class Summary Class Description SecurityServerTransportInterceptor SecurityServerTransportInterceptor.ProfileSecuredRequestHandler<T extends TransportRequest> ServerTransportFilter.ClientProfile A server transport filter rejects internal calls, which should be used on connections where only clients connect to.ServerTransportFilter.NodeProfile The server transport filter that should be used in nodes as it ensures that an incoming request is properly authenticated and authorized