Uses of Class
com.securenative.actions.Action
-
Packages that use Action Package Description com.securenative.actions com.securenative.configurations com.securenative.processors -
-
Uses of Action in com.securenative.actions
Method parameters in com.securenative.actions with type arguments of type Action Modifier and Type Method Description static voidActionManager. enforceActions(List<Action> actions) -
Uses of Action in com.securenative.configurations
Methods in com.securenative.configurations that return types with arguments of type Action Modifier and Type Method Description List<Action>AgentConfigOptions. getActions()Method parameters in com.securenative.configurations with type arguments of type Action Modifier and Type Method Description voidAgentConfigOptions. setActions(List<Action> actions) -
Uses of Action in com.securenative.processors
Methods in com.securenative.processors with parameters of type Action Modifier and Type Method Description static ProcessorProcessorsFactory. getActionProcessor(String processor, Action action)Constructors in com.securenative.processors with parameters of type Action Constructor Description BlacklistIp(Action action)DeleteBlacklistedIp(Action action)WhitelistIp(Action action)
-