|
Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference 11g Release 1 (11.1.1) E17274-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.stellent.ridc.protocol.http.auth.BasicAuthHandler
public class BasicAuthHandler
Handler that sets the appropriate config on HttpClient to perform a BasicAuthentication
| Constructor Summary | |
|---|---|
BasicAuthHandler(IdcHttpProtocol httpProtocol) |
|
| Method Summary | |
|---|---|
IdcContext.HttpAuthScheme |
getAuthScheme() |
IdcHttpProtocol |
getHttpProtocol() |
boolean |
isAuthSupported(org.apache.commons.httpclient.HttpClient httpClient, org.apache.commons.httpclient.HttpMethod 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicAuthHandler(IdcHttpProtocol httpProtocol)
| Method Detail |
|---|
public IdcHttpProtocol getHttpProtocol()
public boolean isAuthSupported(org.apache.commons.httpclient.HttpClient httpClient,
org.apache.commons.httpclient.HttpMethod httpMethod)
isAuthSupported in interface AuthenticationHandlerhttpClient - the http client that was used to invoke the pinghttpMethod - the http method that was used to invoke the pingpublic IdcContext.HttpAuthScheme getAuthScheme()
getAuthScheme in interface AuthenticationHandler
public int sendAuthenticatedRequest()
throws ProtocolException
sendAuthenticatedRequest in interface AuthenticationHandlerProtocolException
|
Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference 11g Release 1 (11.1.1) E17274-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||