Skip navigation links

Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1.1)

E17274-02


oracle.stellent.ridc.protocol.http.auth
Class AuthenticationDetector

java.lang.Object
  extended by oracle.stellent.ridc.protocol.http.auth.AuthenticationDetector


public class AuthenticationDetector
extends java.lang.Object

Delegates to the other authentication handlers depending on response from a Content Server PING_SERVER request.


Constructor Summary
AuthenticationDetector()
           

 

Method Summary
 AuthenticationHandler determineAuthHandler(IdcHttpProtocol httpProtocol)
          Determine which authentication handler to use for the Content Server.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

AuthenticationDetector

public AuthenticationDetector()

Method Detail

determineAuthHandler

public AuthenticationHandler determineAuthHandler(IdcHttpProtocol httpProtocol)
                                           throws ProtocolException
Determine which authentication handler to use for the Content Server.
Parameters:
httpProtocol - the http protocol
Returns:
the authentication handler or null if it cannot be determined
Throws:
ProtocolException

Skip navigation links

Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1.1)

E17274-02


Copyright © 2008, 2011, Oracle and/or its affiliates. All rights reserved.