| Package | Description |
|---|---|
| org.dspace.app.rest.security |
| Modifier and Type | Method and Description |
|---|---|
static DSpaceRestPermission |
DSpaceRestPermission.convert(Object object)
Convert a given object to a
DSpaceRestPermission if possible. |
static DSpaceRestPermission |
DSpaceRestPermission.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DSpaceRestPermission[] |
DSpaceRestPermission.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
WorkflowRestPermissionEvaluatorPlugin.hasDSpacePermission(org.springframework.security.core.Authentication authentication,
Serializable targetId,
String targetType,
DSpaceRestPermission permission) |
abstract boolean |
RestObjectPermissionEvaluatorPlugin.hasDSpacePermission(org.springframework.security.core.Authentication authentication,
Serializable targetId,
String targetType,
DSpaceRestPermission restPermission)
Plugins must implement this method to receive
RestPermissionEvaluatorPlugin hasPermission
requests. |
boolean |
PoolTaskRestPermissionEvaluatorPlugin.hasDSpacePermission(org.springframework.security.core.Authentication authentication,
Serializable targetId,
String targetType,
DSpaceRestPermission permission) |
boolean |
GroupRestPermissionEvaluatorPlugin.hasDSpacePermission(org.springframework.security.core.Authentication authentication,
Serializable targetId,
String targetType,
DSpaceRestPermission permission) |
boolean |
EPersonRestPermissionEvaluatorPlugin.hasDSpacePermission(org.springframework.security.core.Authentication authentication,
Serializable targetId,
String targetType,
DSpaceRestPermission permission) |
boolean |
ClaimedTaskRestPermissionEvaluatorPlugin.hasDSpacePermission(org.springframework.security.core.Authentication authentication,
Serializable targetId,
String targetType,
DSpaceRestPermission permission) |
boolean |
AuthorizeServicePermissionEvaluatorPlugin.hasDSpacePermission(org.springframework.security.core.Authentication authentication,
Serializable targetId,
String targetType,
DSpaceRestPermission permission) |
boolean |
AdminRestPermissionEvaluatorPlugin.hasDSpacePermission(org.springframework.security.core.Authentication authentication,
Serializable targetId,
String targetType,
DSpaceRestPermission permission) |
Copyright © 2019 DuraSpace. All rights reserved.