Package org.lockss.laaws.config.api
Interface NoaupeersApiDelegate
- All Known Implementing Classes:
NoaupeersApiServiceImpl
public interface NoaupeersApiDelegate
A delegate to be called by the
NoaupeersApiController}.
Implement this interface with a Service annotated class.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity<String>getNoAuPeers(String auid) default Optional<com.fasterxml.jackson.databind.ObjectMapper>default Optional<jakarta.servlet.http.HttpServletRequest>default org.springframework.http.ResponseEntity<Void>putNoAuPeers(String auid, String body, String xLockssRequestCookie)
-
Field Details
-
log
static final org.slf4j.Logger log
-
-
Method Details
-
getObjectMapper
-
getRequest
-
getAcceptHeader
-
getNoAuPeers
-
putNoAuPeers
-