Package org.eclipse.net4j.util.security
Class ResponseNegotiatorInjector
java.lang.Object
org.eclipse.net4j.util.security.ResponseNegotiatorInjector
- All Implemented Interfaces:
IElementProcessor
- Since:
- 2.0
- Author:
- Eike Stepper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract boolean
filterElement
(String productGroup, String factoryType, String description, INegotiatorAware negotiatorAware) process
(IManagedContainer container, String productGroup, String factoryType, String description, Object element)
-
Constructor Details
-
ResponseNegotiatorInjector
-
-
Method Details
-
getNegotiator
-
process
public Object process(IManagedContainer container, String productGroup, String factoryType, String description, Object element) - Specified by:
process
in interfaceIElementProcessor
-
filterElement
protected abstract boolean filterElement(String productGroup, String factoryType, String description, INegotiatorAware negotiatorAware)
-