Interface PolicyPlugin


public interface PolicyPlugin
A PolicyPlugin is used to build policy information regarding the Catalog action a user is attempting.

The PolicyResponse object contains 1 or more policy objects of the type: Map<String, Set>. Where the key is some attribute that you wish to assert against a Subject and Set would be the values associated with that key.