Uses of Class
com.floragunn.searchguard.privileges.extended_action_handling.ActionConfig.Scope
-
Packages that use ActionConfig.Scope Package Description com.floragunn.searchguard.privileges.extended_action_handling -
-
Uses of ActionConfig.Scope in com.floragunn.searchguard.privileges.extended_action_handling
Methods in com.floragunn.searchguard.privileges.extended_action_handling that return ActionConfig.Scope Modifier and Type Method Description ActionConfig.ScopeActionConfig. getScope()static ActionConfig.ScopeActionConfig.Scope. valueOf(String name)Returns the enum constant of this type with the specified name.static ActionConfig.Scope[]ActionConfig.Scope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.floragunn.searchguard.privileges.extended_action_handling with parameters of type ActionConfig.Scope Modifier and Type Method Description ActionConfig.BuilderActionConfig.Builder. scope(ActionConfig.Scope scope)
-