Class AuthorizationRestRepository

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.data.repository.CrudRepository<AuthorizationRest,​String>, org.springframework.data.repository.PagingAndSortingRepository<AuthorizationRest,​String>, org.springframework.data.repository.Repository<AuthorizationRest,​String>

    @Component("authz.authorization")
    public class AuthorizationRestRepository
    extends DSpaceRestRepository<AuthorizationRest,​String>
    This is the repository responsible to manage Authorization Rest object
    Author:
    Andrea Bollini (andrea.bollini at 4science.it)