Interface SRURequestAuthenticator


  • public interface SRURequestAuthenticator
    • Method Detail

      • createAuthenticationHeaderValue

        String createAuthenticationHeaderValue​(SRUOperation operation,
                                               String endpointURI)
        Make an HTTP Authentication header value for a SRU request. This method must return a valid HTTP Authentication header value or null if no authentication for this endpoint and/or operation is required.
        Parameters:
        operation - the SRU operation for the request
        endpointURI - the endpoint base URI
        Returns:
        or authentication header value or null