Uses of Class
de.trustable.ca3s.core.service.dto.CRLExpirationNotificationView
-
Packages that use CRLExpirationNotificationView Package Description de.trustable.ca3s.core.web.rest Spring MVC REST controllers. -
-
Uses of CRLExpirationNotificationView in de.trustable.ca3s.core.web.rest
Methods in de.trustable.ca3s.core.web.rest that return types with arguments of type CRLExpirationNotificationView Modifier and Type Method Description org.springframework.http.ResponseEntity<List<CRLExpirationNotificationView>>CRLExpirationNotificationViewResource. getAllCertificates(org.springframework.data.domain.Pageable pageable, javax.servlet.http.HttpServletRequest request)GET /certificates: get all the certificates.org.springframework.http.ResponseEntity<CRLExpirationNotificationView>CRLExpirationNotificationViewResource. getCRLExpirationNotificationView(Long id)GET /crl-expiration-notifications/:id: get the "id" cRLExpirationNotification.
-