Uses of Class
com.floragunn.searchguard.privileges.PrivilegesInterceptor.InterceptionResult
-
Packages that use PrivilegesInterceptor.InterceptionResult Package Description com.floragunn.searchguard.privileges -
-
Uses of PrivilegesInterceptor.InterceptionResult in com.floragunn.searchguard.privileges
Methods in com.floragunn.searchguard.privileges that return PrivilegesInterceptor.InterceptionResult Modifier and Type Method Description PrivilegesInterceptor.InterceptionResultPrivilegesInterceptor. replaceKibanaIndex(org.elasticsearch.action.ActionRequest request, String action, User user, IndexResolverReplacer.Resolved requestedResolved, SgRoles sgRoles)static PrivilegesInterceptor.InterceptionResultPrivilegesInterceptor.InterceptionResult. valueOf(String name)Returns the enum constant of this type with the specified name.static PrivilegesInterceptor.InterceptionResult[]PrivilegesInterceptor.InterceptionResult. values()Returns an array containing the constants of this enum type, in the order they are declared.
-