api

Permission

object Permission extends Enumeration

List of all permissions used by the system to authorize users.

Linear Supertypes
Enumeration, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Permission
  2. Enumeration
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Permission = Value

  2. class Val extends Value with Serializable

    Attributes
    protected
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID( -3501153230598116017L )
  3. abstract class Value extends Ordered[Value] with Serializable

    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID( 7091335633555234129L )
  4. class ValueSet extends AbstractSet[Value] with SortedSet[Value] with SortedSetLike[Value, ValueSet] with Serializable

    Definition Classes
    Enumeration

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val AddComment: Value

  7. val AddDatapoints: Value

  8. val AddFile: Value

  9. val AddGeoStream: Value

  10. val AddMetadata: Value

  11. val AddResourceToCollection: Value

  12. val AddResourceToDataset: Value

  13. val AddResourceToSpace: Value

  14. val AddTag: Value

  15. val CreateCollection: Value

  16. val CreateDataset: Value

  17. val CreateNote: Value

  18. val CreatePreview: Value

  19. val CreateRelation: Value

  20. val CreateSection: Value

  21. val CreateSensor: Value

  22. val CreateSpace: Value

  23. val DeleteCollection: Value

  24. val DeleteComment: Value

  25. val DeleteDataset: Value

  26. val DeleteFile: Value

  27. val DeleteGeoStream: Value

  28. val DeleteMetadata: Value

  29. val DeleteRelation: Value

  30. val DeleteSection: Value

  31. val DeleteSensor: Value

  32. val DeleteSpace: Value

  33. val DeleteTag: Value

  34. val DownloadFiles: Value

  35. val EditCollection: Value

  36. val EditComment: Value

  37. val EditDataset: Value

  38. val EditLicense: Value

  39. val EditMetadata: Value

  40. val EditSection: Value

  41. val EditSpace: Value

  42. val EditStagingArea: Value

  43. val EditUser: Value

  44. val MultimediaIndexDocument: Value

  45. val READONLY: Set[Value]

  46. final def Value(i: Int, name: String): Value

    Attributes
    protected
    Definition Classes
    Enumeration
  47. final def Value(name: String): Value

    Attributes
    protected
    Definition Classes
    Enumeration
  48. final def Value(i: Int): Value

    Attributes
    protected
    Definition Classes
    Enumeration
  49. final def Value: Value

    Attributes
    protected
    Definition Classes
    Enumeration
  50. object ValueSet extends Serializable

    Definition Classes
    Enumeration
  51. val ViewCollection: Value

  52. val ViewComments: Value

  53. val ViewDataset: Value

  54. val ViewFile: Value

  55. val ViewGeoStream: Value

  56. val ViewMetadata: Value

  57. val ViewRelation: Value

  58. val ViewSection: Value

  59. val ViewSensor: Value

  60. val ViewSpace: Value

  61. val ViewTags: Value

  62. val ViewUser: Value

  63. final def apply(x: Int): Value

    Definition Classes
    Enumeration
  64. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  65. def checkOwner(user: User, resourceRef: ResourceRef): Boolean

    Returns true if the user is the owner of the resource, this function is used in the code for checkPermission as well.

  66. def checkOwner(user: Option[User], resourceRef: ResourceRef): Boolean

    Returns true if the user is the owner of the resource, this function is used in the code for checkPermission as well.

  67. def checkPermission(user: Identity, permission: Permission, resourceRef: ResourceRef): Boolean

  68. def checkPermission(user: Option[Identity], permission: Permission, resourceRef: Option[ResourceRef] = None): Boolean

  69. def checkPermission(user: Option[Identity], permission: Permission, resourceRef: ResourceRef): Boolean

  70. def checkPermission(permission: Permission, resourceRef: ResourceRef)(implicit user: Option[Identity]): Boolean

  71. def checkPermission(permission: Permission)(implicit user: Option[Identity]): Boolean

  72. def checkPrivatePermissions(permission: Permission, resourceRef: ResourceRef): Boolean

  73. def checkPrivateServer(user: Option[Identity]): Boolean

  74. def checkServerAdmin(user: Option[Identity]): Boolean

    Returns true if the user is listed as a server admin

  75. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. lazy val collections: CollectionService

  77. lazy val comments: CommentService

  78. lazy val curations: CurationService

  79. lazy val datasets: DatasetService

  80. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  82. lazy val files: FileService

  83. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  85. def getUserByIdentity(identity: Identity): Option[User]

  86. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  87. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  88. final def maxId: Int

    Definition Classes
    Enumeration
  89. lazy val metadatas: MetadataService

  90. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  91. var nextId: Int

    Attributes
    protected
    Definition Classes
    Enumeration
  92. var nextName: Iterator[String]

    Attributes
    protected
    Definition Classes
    Enumeration
  93. final def notify(): Unit

    Definition Classes
    AnyRef
  94. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  95. lazy val previews: PreviewService

  96. def readResolve(): AnyRef

    Attributes
    protected
    Definition Classes
    Enumeration
  97. lazy val relations: RelationService

  98. lazy val sections: SectionService

  99. lazy val spaces: SpaceService

  100. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  101. def toString(): String

    Definition Classes
    Enumeration → AnyRef → Any
  102. lazy val users: UserService

  103. def values: ValueSet

    Definition Classes
    Enumeration
  104. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  107. final def withName(s: String): Value

    Definition Classes
    Enumeration

Inherited from Enumeration

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped