Class

org.geomesa.gs.security

GMSecureDataStore

Related Doc: package security

Permalink

class GMSecureDataStore extends DecoratingDataStore with LazyLogging

Linear Supertypes
LazyLogging, DecoratingDataStore, DataStore, DataAccess[SimpleFeatureType, SimpleFeature], AbstractDecorator[DataStore], Serializable, Wrapper, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GMSecureDataStore
  2. LazyLogging
  3. DecoratingDataStore
  4. DataStore
  5. DataAccess
  6. AbstractDecorator
  7. Serializable
  8. Wrapper
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GMSecureDataStore(delegate: DataStore)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def createSchema(arg0: SimpleFeatureType): Unit

    Permalink
    Definition Classes
    DecoratingDataStore → DataAccess
    Annotations
    @throws( classOf[java.io.IOException] )
  7. def dispose(): Unit

    Permalink
    Definition Classes
    DecoratingDataStore → DataAccess
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AbstractDecorator → AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def getFeatureReader(query: Query, transaction: Transaction): FR

    Permalink
    Definition Classes
    GMSecureDataStore → DecoratingDataStore → DataStore
  13. def getFeatureSource(typeName: String): SimpleFeatureSource

    Permalink
    Definition Classes
    GMSecureDataStore → DecoratingDataStore → DataStore
  14. def getFeatureSource(typeName: Name): SimpleFeatureSource

    Permalink
    Definition Classes
    GMSecureDataStore → DecoratingDataStore → DataStore → DataAccess
  15. def getFeatureWriter(arg0: String, arg1: Transaction): FeatureWriter[SimpleFeatureType, SimpleFeature]

    Permalink
    Definition Classes
    DecoratingDataStore → DataStore
    Annotations
    @throws( classOf[java.io.IOException] )
  16. def getFeatureWriter(arg0: String, arg1: Filter, arg2: Transaction): FeatureWriter[SimpleFeatureType, SimpleFeature]

    Permalink
    Definition Classes
    DecoratingDataStore → DataStore
    Annotations
    @throws( classOf[java.io.IOException] )
  17. def getFeatureWriterAppend(arg0: String, arg1: Transaction): FeatureWriter[SimpleFeatureType, SimpleFeature]

    Permalink
    Definition Classes
    DecoratingDataStore → DataStore
    Annotations
    @throws( classOf[java.io.IOException] )
  18. def getInfo(): ServiceInfo

    Permalink
    Definition Classes
    DecoratingDataStore → DataAccess
  19. def getLockingManager(): LockingManager

    Permalink
    Definition Classes
    DecoratingDataStore → DataStore
  20. def getNames(): List[Name]

    Permalink
    Definition Classes
    DecoratingDataStore → DataAccess
    Annotations
    @throws( classOf[java.io.IOException] )
  21. def getSchema(arg0: String): SimpleFeatureType

    Permalink
    Definition Classes
    DecoratingDataStore → DataStore
    Annotations
    @throws( classOf[java.io.IOException] )
  22. def getSchema(arg0: Name): SimpleFeatureType

    Permalink
    Definition Classes
    DecoratingDataStore → DataAccess
    Annotations
    @throws( classOf[java.io.IOException] )
  23. def getTypeNames(): Array[String]

    Permalink
    Definition Classes
    DecoratingDataStore → DataStore
    Annotations
    @throws( classOf[java.io.IOException] )
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AbstractDecorator → AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. def isWrapperFor(arg0: Class[_]): Boolean

    Permalink
    Definition Classes
    AbstractDecorator → Wrapper
  27. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. def removeSchema(arg0: String): Unit

    Permalink
    Definition Classes
    DecoratingDataStore → DataStore
    Annotations
    @throws( classOf[java.io.IOException] )
  32. def removeSchema(arg0: Name): Unit

    Permalink
    Definition Classes
    DecoratingDataStore → DataAccess
    Annotations
    @throws( classOf[java.io.IOException] )
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

    Permalink
    Definition Classes
    AbstractDecorator → AnyRef → Any
  35. def unwrap[T](arg0: Class[T]): T

    Permalink
    Definition Classes
    AbstractDecorator → Wrapper
    Annotations
    @throws( ... )
  36. def updateSchema(arg0: String, arg1: SimpleFeatureType): Unit

    Permalink
    Definition Classes
    DecoratingDataStore → DataStore
    Annotations
    @throws( classOf[java.io.IOException] )
  37. def updateSchema(arg0: Name, arg1: SimpleFeatureType): Unit

    Permalink
    Definition Classes
    DecoratingDataStore → DataAccess
    Annotations
    @throws( classOf[java.io.IOException] )
  38. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LazyLogging

Inherited from DecoratingDataStore

Inherited from DataStore

Inherited from DataAccess[SimpleFeatureType, SimpleFeature]

Inherited from AbstractDecorator[DataStore]

Inherited from Serializable

Inherited from Wrapper

Inherited from AnyRef

Inherited from Any

Ungrouped