package security

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

Type Members

  1. trait AuthorizationsProvider extends AnyRef

    An interface to define passing authorizations.

  2. class DefaultAuthorizationsProvider extends AuthorizationsProvider

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

  3. class FilteringAuthorizationsProvider extends AuthorizationsProvider

    AuthorizationsProvider that wraps another provider and ensures that the auths returned do not exceed a pre-set list

  4. implicit final class SecureSimpleFeature extends AnyVal
  5. trait SecurityParams extends AnyRef
  6. class SecurityUtils extends AnyRef

    Utilities for accessing and modifying visibility on SimpleFeatures.

  7. class SpringAuditProvider extends AuditProvider
  8. trait VisibilityChecker extends AnyRef

    Checks for visibilities set in a feature's user data

  9. class VisibilityEvaluator extends BasicParser
    Annotations
    @deprecated
    Deprecated

    Replaced with org.apache.accumulo:accumulo-access

Value Members

  1. val AuthProviderParam: GeoMesaParam[AuthorizationsProvider]
  2. val AuthsParam: GeoMesaParam[String]
  3. val ForceEmptyAuthsParam: GeoMesaParam[Boolean]
  4. val GEOMESA_AUDIT_PROVIDER_IMPL: SystemProperty
  5. val GEOMESA_AUTH_PROVIDER_IMPL: SystemProperty
  6. object AuthUtils
  7. object SpringAuditProvider

Deprecated Value Members

  1. def getAuthorizationsProvider(params: Map[String, _], auths: Seq[String]): AuthorizationsProvider
    Annotations
    @deprecated
    Deprecated

    Use AuthUtils.getProvider

  2. object VisibilityEvaluator

    Evaluates visibilities against authorizations.

    Evaluates visibilities against authorizations. Abstracted from Accumulo visibility code

    Annotations
    @deprecated
    Deprecated

    Replaced with org.apache.accumulo:accumulo-access

Inherited from AnyRef

Inherited from Any

Ungrouped