Package org.dspace.app.rest.authorization
-
Interface Summary Interface Description AuthorizationFeature A feature is the representation of a business goal used in the Authorization endpoint to declare what an user can do on a specific object.AuthorizationFeatureService This service provides access to the Authorization Features and check if the feature is allowed or not in a specific context and object. -
Class Summary Class Description Authorization An authorization is the right for a specificEPerson, eventually null to indicate unauthenticated users, to use a specificAuthorizationFeatureon a defined object.AuthorizationRestUtil Utility class to manipulate the AuthorizationRest objectAuthorizeServiceRestUtil This class is a wrapper around the AuthorizationService which takes Rest objects instead of dspace objects -
Annotation Types Summary Annotation Type Description AuthorizationFeatureDocumentation Class level annotation to document anAuthorizationFeature