Uses of Interface
org.dspace.app.rest.authorization.AuthorizationFeature
-
Packages that use AuthorizationFeature Package Description org.dspace.app.rest.authorization org.dspace.app.rest.authorization.impl org.dspace.app.rest.converter -
-
Uses of AuthorizationFeature in org.dspace.app.rest.authorization
Methods in org.dspace.app.rest.authorization that return AuthorizationFeature Modifier and Type Method Description AuthorizationFeatureAuthorizationFeatureService. find(String name)Get the authorization feature by its unique nameAuthorizationFeatureAuthorization. getFeature()Methods in org.dspace.app.rest.authorization that return types with arguments of type AuthorizationFeature Modifier and Type Method Description List<AuthorizationFeature>AuthorizationFeatureService. findAll()Get all the authorization features defined in the systemList<AuthorizationFeature>AuthorizationFeatureService. 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 AuthorizationFeature Modifier and Type Method Description booleanAuthorizationFeatureService. isAuthorized(org.dspace.core.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 AuthorizationFeature Constructor Description Authorization(org.dspace.eperson.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 AuthorizationFeature Modifier and Type Class Description classAdministratorOfFeatureThe administrator feature.classCCLicenseFeatureThe cclicense feature.classCollectionAdminFeatureThe Collection Admin feature.classComColAdminFeatureThe ComCol Admin feature.classCommunityAdminFeatureThe Community Admin feature.classCreateBitstreamFeatureThe create bitstream feature.classCreateBundleFeatureThe create bundle feature.classCreateCollectionFeatureThe canCreateCollections feature.classCreateCommunityFeatureThe canCreateCommunities feature.classDeleteFeatureThe delete feature.classDownloadFeatureThe download bitstream feature.classEditMetadataFeatureThe edit metadata feature.classEPersonRegistrationFeatureThe EPerson Registration feature.classLoginOnBehalfOfFeatureThe LoginOnBehalfOf feature.classMakeDiscoverableFeatureThe make discoverable feature.classMakePrivateFeatureThe make private feature.classManageAdminGroupFeatureThe manage admin group feature.classManageGroupsFeatureThe Manage Groups Feature.classManageMappedItemsFeatureThe manage mapped items feature.classManageSubmitterGroupFeatureThe manage submitter group feature.classManageTemplateItemFeatureThe ManageTemplateItem feature.classManageWorkflowGroupFeatureThe manage workflow group feature.classMoveFeatureThe move feature.classPolicyFeatureThe policy feature.classReinstateFeatureThe reinstate feature.classReorderBitstreamFeatureThe reorder bitstream feature.classRequestCopyFeatureThe can request a copy feature.classViewSearchStatisticsFeatureThe view search statistics feature.classViewUsageStatisticsFeatureThe view statistics feature.classViewVersionsFeatureThe view versions feature.classViewWorkflowStatisticsFeatureThe view workflow statistics feature.classWithdrawFeatureThe withdrawn feature.Methods in org.dspace.app.rest.authorization.impl that return AuthorizationFeature Modifier and Type Method Description AuthorizationFeatureAuthorizationFeatureServiceImpl. find(String name)Methods in org.dspace.app.rest.authorization.impl that return types with arguments of type AuthorizationFeature Modifier and Type Method Description List<AuthorizationFeature>AuthorizationFeatureServiceImpl. findAll()List<AuthorizationFeature>AuthorizationFeatureServiceImpl. findByResourceType(String categoryDotType)Methods in org.dspace.app.rest.authorization.impl with parameters of type AuthorizationFeature Modifier and Type Method Description booleanAuthorizationFeatureServiceImpl. isAuthorized(org.dspace.core.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 AuthorizationFeature Modifier and Type Method Description Class<AuthorizationFeature>AuthorizationFeatureConverter. getModelClass()Methods in org.dspace.app.rest.converter with parameters of type AuthorizationFeature Modifier and Type Method Description AuthorizationFeatureRestAuthorizationFeatureConverter. convert(AuthorizationFeature feature, Projection projection)
-