Uses of Class
org.dspace.app.rest.model.AuthorizationRest
-
Packages that use AuthorizationRest Package Description org.dspace.app.rest.converter org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository -
-
Uses of AuthorizationRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return AuthorizationRest Modifier and Type Method Description AuthorizationRestAuthorizationConverter. 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 Constructor Description AuthorizationResource(AuthorizationRest authz, Utils utils) -
Uses of AuthorizationRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return AuthorizationRest Modifier and Type Method Description AuthorizationRestAuthorizationRestRepository. findOne(org.dspace.core.Context context, String id)Methods in org.dspace.app.rest.repository that return types with arguments of type AuthorizationRest Modifier and Type Method Description org.springframework.data.domain.Page<AuthorizationRest>AuthorizationRestRepository. findAll(org.dspace.core.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.Class<AuthorizationRest>AuthorizationRestRepository. getDomainClass()
-