Class TransportRevokeAuthTokenAction


  • public class TransportRevokeAuthTokenAction
    extends org.elasticsearch.action.support.HandledTransportAction<Request,​Response>
    • Constructor Detail

      • TransportRevokeAuthTokenAction

        @Inject
        public TransportRevokeAuthTokenAction​(org.elasticsearch.transport.TransportService transportService,
                                              org.elasticsearch.threadpool.ThreadPool threadPool,
                                              org.elasticsearch.action.support.ActionFilters actionFilters,
                                              AuthTokenService authTokenService,
                                              com.floragunn.searchguard.auth.AuthInfoService authInfoService,
                                              com.floragunn.searchguard.privileges.PrivilegesEvaluator privilegesEvaluator)
    • Method Detail

      • isAllowedToAccessAll

        protected boolean isAllowedToAccessAll​(com.floragunn.searchguard.user.User user)
      • getAllActionName

        protected static String getAllActionName​(String actionName)