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(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(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.classReinstateFeatureThe reinstate 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(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)
-