|
Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC) 11g Release 1 (11.1) E17274-05 |
|||||||||
| 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.FormAuthHandler
oracle.stellent.ridc.protocol.http.auth.OAMSSOAuthHandler
public class OAMSSOAuthHandler
Oracle Single Sign-on via the Oracle Access Manager (OAM) authentication handler.
| Field Summary | |
|---|---|
static String |
OBSSO_COOKIE |
| Constructor Summary | |
|---|---|
OAMSSOAuthHandler(IdcHttpProtocol httpProtocol) |
|
| Method Summary | |
|---|---|
protected RIDCHttpMethod |
createPingMethod()Create the method used to PING the server |
IdcContext.HttpAuthScheme |
getAuthScheme() |
protected IdcContext.LoginForm |
getLoginForm()Retrieve the login form for this context |
protected void |
handleFormLogin()Handle logging into the Content Server via a login form |
protected void |
handleFormResponse(RIDCHttpMethod postMethod, int status)Handle processing the response from the form login |
boolean |
isAuthSupported(RIDCHttpClient httpClient, RIDCHttpMethod httpMethod)Determine if the current handler can handle the given response to the auth scheme |
| Methods inherited from class oracle.stellent.ridc.protocol.http.auth.FormAuthHandler |
|---|
createHttpClient, createLoginMethod, executeLogin, getHttpClient, getHttpProtocol, getLoginFormPath, getPingMethod, sendAuthenticatedRequest, setHttpClient, setPingMethod, throwFormValidateException |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String OBSSO_COOKIE
| Constructor Detail |
|---|
public OAMSSOAuthHandler(IdcHttpProtocol httpProtocol)
| Method Detail |
|---|
public boolean isAuthSupported(RIDCHttpClient httpClient,
RIDCHttpMethod httpMethod)
throws ProtocolException
isAuthSupported in interface AuthenticationHandlerisAuthSupported in class FormAuthHandlerhttpClient - the http client that was used to invoke the pinghttpMethod - the http method that was used to invoke the pingProtocolExceptionpublic IdcContext.HttpAuthScheme getAuthScheme()
getAuthScheme in interface AuthenticationHandlergetAuthScheme in class FormAuthHandlerprotected IdcContext.LoginForm getLoginForm()
getLoginForm in class FormAuthHandler
protected void handleFormLogin()
throws ProtocolException
handleFormLogin in class FormAuthHandlerProtocolException - if a login error occurs
protected void handleFormResponse(RIDCHttpMethod postMethod,
int status)
throws ProtocolException
handleFormResponse in class FormAuthHandlerpostMethod - the post methodstatus - the status of the postProtocolException - if the POST was invalid
protected RIDCHttpMethod createPingMethod()
throws ProtocolException
ProtocolException
|
Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC) 11g Release 1 (11.1) E17274-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||