Package org.openspaces.security
Interface AdminFilter
public interface AdminFilter
Interface that defines filtering behavior for Admin services
- Since:
- 9.1.1
- Author:
- evgenyf
-
Method Summary
Modifier and TypeMethodDescriptionbooleanMethod indicates if java Virtual Machine with passedenvVariablesand sysProperties must be filteredbooleanacceptProcessingUnit(Map<String, String> contextProperties) Method indicates if processing unit with passedcontextPropertiesmust be filtered
-
Method Details
-
acceptJavaVirtualMachine
Method indicates if java Virtual Machine with passedenvVariablesand sysProperties must be filtered- Parameters:
envVariables- environment variablessysProperties- system properties- Returns:
- true if virtual machine with passed
envVariablesandsysPropertiesshould be included
-
acceptProcessingUnit
Method indicates if processing unit with passedcontextPropertiesmust be filtered- Parameters:
contextProperties- context properties- Returns:
- true if
contextPropertiesshould be included
-