public interface AuthenticationHandler
Modifier and Type | Method and Description |
---|---|
IdcContext.HttpAuthScheme |
getAuthScheme() |
boolean |
isAuthSupported(RIDCHttpClient httpClient,
RIDCHttpMethod httpMethod)
Determine if the current handler can handle the given response to the auth scheme
|
int |
sendAuthenticatedRequest()
Send the authenticated request to the Content Server
|
boolean isAuthSupported(RIDCHttpClient httpClient, RIDCHttpMethod httpMethod) throws ProtocolException
httpClient
- client that was used to invoke the pinghttpMethod
- method that was used to invoke the pingProtocolException
IdcContext.HttpAuthScheme getAuthScheme()
int sendAuthenticatedRequest() throws ProtocolException
ProtocolException