Uses of Class
org.dspace.app.rest.model.AuthorizationRest
Packages that use AuthorizationRest
Package
Description
-
Uses of AuthorizationRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return AuthorizationRestModifier and TypeMethodDescriptionAuthorizationConverter.convert(Authorization authz, Projection projection) -
Uses of AuthorizationRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type AuthorizationRest -
Uses of AuthorizationRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return AuthorizationRestModifier and TypeMethodDescriptionMethods in org.dspace.app.rest.repository that return types with arguments of type AuthorizationRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<AuthorizationRest>AuthorizationRestRepository.findAll(Context context, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<AuthorizationRest>AuthorizationRestRepository.findByObject(String uri, UUID epersonUuid, String featureName, org.springframework.data.domain.Pageable pageable) It returns the list of matching available authorizations granted to the specified eperson or to the anonymous user.org.springframework.data.domain.Page<AuthorizationRest>AuthorizationRestRepository.findByObjects(List<String> uuidList, String type, UUID epersonUuid, List<String> featureNames, org.springframework.data.domain.Pageable pageable) AuthorizationRestRepository.getDomainClass()