Interface AuthorizationsProvider


  • public interface AuthorizationsProvider
    An interface to define passing authorizations.
    • Method Detail

      • getAuthorizations

        List<String> getAuthorizations()
        Gets the authorizations for the current context. This may change over time (e.g. in a multi-user environment), so the result should not be cached.
        Returns:
        authorizations
      • configure

        void configure​(Map<String,​?> params)
        Configures this instance with parameters passed into the DataStoreFinder
        Parameters:
        params - parameters