Hello, I'm implementing my own service and was wondering if anyone can
point me in the direction of the contract for the abstract methods in
RangerBaseService. In particular I'm keen to know what behaviour and return
values I should provide for:

   - List<String> lookupResource(ResourceLookupContext)
   - Map<String, Object> validateConfig()

And what can I expect to find in:

   - ResourceLookupContext.userInput
   - ResourceLookupContext.resourceName
   - ResourceLookupContext.resources - Map<String, List<String>>

Many thanks,

Elliot.

Reply via email to