Class GetProxyPropertiesHandler
- java.lang.Object
-
- uk.gov.gchq.gaffer.proxystore.operation.handler.GetProxyPropertiesHandler
-
- All Implemented Interfaces:
OperationHandler<GetProxyProperties>
,OutputOperationHandler<GetProxyProperties,Map<String,Object>>
public class GetProxyPropertiesHandler extends Object implements OutputOperationHandler<GetProxyProperties,Map<String,Object>>
-
-
Field Summary
Fields Modifier and Type Field Description static String
URL_INFERRED
-
Constructor Summary
Constructors Constructor Description GetProxyPropertiesHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
doOperation(GetProxyProperties operation, Context context, Store store)
This implementation could work with with any store and properties but gets ONLY the Proxy Properties value from the Proxy store.
-
-
-
Field Detail
-
URL_INFERRED
public static final String URL_INFERRED
- See Also:
- Constant Field Values
-
-
Method Detail
-
doOperation
public Map<String,Object> doOperation(GetProxyProperties operation, Context context, Store store) throws OperationException
This implementation could work with with any store and properties but gets ONLY the Proxy Properties value from the Proxy store.- Specified by:
doOperation
in interfaceOperationHandler<GetProxyProperties>
- Specified by:
doOperation
in interfaceOutputOperationHandler<GetProxyProperties,Map<String,Object>>
- Parameters:
operation
- theGetProxyProperties
to be executedcontext
- the operation chain context, containing the user who executed the operationstore
- theStore
the operation should be run on- Returns:
- the proxy specific properties only.
- Throws:
OperationException
- Error making return string map
-
-