t

org.locationtech.geomesa.security

AuthorizationsProvider

trait AuthorizationsProvider extends AnyRef

An interface to define passing authorizations.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AuthorizationsProvider
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def configure(params: Map[String, _]): Unit

    Configures this instance with parameters passed into the DataStoreFinder

    Configures this instance with parameters passed into the DataStoreFinder

    params

    parameters

  2. abstract def getAuthorizations(): List[String]

    Gets the authorizations for the current context.

    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