Class AuthenticationDetector
java.lang.Object
oracle.stellent.ridc.protocol.http.auth.AuthenticationDetector
Delegates to the other authentication handlers depending on response from a Content Server PING_SERVER request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondetermineAuthHandler(IdcHttpProtocol httpProtocol) Determine which authentication handler to use for the Content Server.
-
Constructor Details
-
AuthenticationDetector
public AuthenticationDetector()
-
-
Method Details
-
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
-