c

org.locationtech.geomesa.security

DefaultAuthorizationsProvider

class DefaultAuthorizationsProvider extends AuthorizationsProvider

Default implementation of the AuthorizationsProvider that doesn't provide any authorizations

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

Instance Constructors

  1. new DefaultAuthorizationsProvider()

Value Members

  1. 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

    Definition Classes
    DefaultAuthorizationsProviderAuthorizationsProvider
  2. 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

    Definition Classes
    DefaultAuthorizationsProviderAuthorizationsProvider