Uses of Interface
org.dspace.app.rest.authorization.AuthorizationFeature
Packages that use AuthorizationFeature
Package
Description
-
Uses of AuthorizationFeature in org.dspace.app.rest.authorization
Methods in org.dspace.app.rest.authorization that return AuthorizationFeatureModifier and TypeMethodDescriptionGet the authorization feature by its unique nameAuthorization.getFeature()Methods in org.dspace.app.rest.authorization that return types with arguments of type AuthorizationFeatureModifier and TypeMethodDescriptionAuthorizationFeatureService.findAll()Get all the authorization features defined in the systemAuthorizationFeatureService.findByResourceType(String categoryDotModel) Return all the feature that apply to the rest resources identified by the uniqueType string category.modelMethods in org.dspace.app.rest.authorization with parameters of type AuthorizationFeatureModifier and TypeMethodDescriptionbooleanAuthorizationFeatureService.isAuthorized(Context context, AuthorizationFeature feature, BaseObjectRest object) Check if the eperson in the provided context, or the anonymous user if not loggedin, has access to the requested feature for the requested objectvoidAuthorization.setFeature(AuthorizationFeature feature) Constructors in org.dspace.app.rest.authorization with parameters of type AuthorizationFeatureModifierConstructorDescriptionAuthorization(EPerson eperson, AuthorizationFeature feature, BaseObjectRest object) -
Uses of AuthorizationFeature in org.dspace.app.rest.authorization.impl
Classes in org.dspace.app.rest.authorization.impl that implement AuthorizationFeatureModifier and TypeClassDescriptionclassThe administrator feature.classThe canChangePassword feature.classChecks if the given user can claim the given item.classThe create version feature.classThe delete version feature.classThe create version feature.classThe manageBitstreamBundles feature.classThe manage mapped items feature.classThe CanManageRelationshipsFeature feature.classThe manage versions feature.classCan the current user register a DOI for this item?classThe view versions feature.classThe send feedback feature.classChecks if the given user can subscribe to a DSpace objectclassThe synchronization with ORCID feature.classThe view statistics feature.classThe cclicense feature.classclassThe Collection Admin feature.classThe ComCol Admin feature.classThe Community Admin feature.classThe create bitstream feature.classThe create bundle feature.classThe canCreateCollections feature.classThe canCreateCommunities feature.classThe delete feature.classThe download bitstream feature.classclassThe edit metadata feature.classChecks if the user provided is allowed to request a password reset.classThe EPerson Registration feature.classThe LoginOnBehalfOf feature.classThe make discoverable feature.classThe make private feature.classThe manage admin group feature.classThe Manage Group Feature.classThe Manage Groups Feature.classThe manage submitter group feature.classThe ManageTemplateItem feature.classThe manage workflow group feature.classThe move feature.classThe policy feature.classThe QA Event feature.classThe reinstate feature.classThe reorder bitstream feature.classThe can request a copy feature.classclassThe view search statistics feature.classThe view workflow statistics feature.classThe withdrawn feature.Methods in org.dspace.app.rest.authorization.impl that return AuthorizationFeatureModifier and TypeMethodDescriptionMethods in org.dspace.app.rest.authorization.impl that return types with arguments of type AuthorizationFeatureModifier and TypeMethodDescriptionAuthorizationFeatureServiceImpl.findAll()AuthorizationFeatureServiceImpl.findByResourceType(String categoryDotType) Methods in org.dspace.app.rest.authorization.impl with parameters of type AuthorizationFeatureModifier and TypeMethodDescriptionbooleanAuthorizationFeatureServiceImpl.isAuthorized(Context context, AuthorizationFeature feature, BaseObjectRest object) -
Uses of AuthorizationFeature in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return types with arguments of type AuthorizationFeatureMethods in org.dspace.app.rest.converter with parameters of type AuthorizationFeatureModifier and TypeMethodDescriptionAuthorizationFeatureConverter.convert(AuthorizationFeature feature, Projection projection)