Class GenericAuthHandler
java.lang.Object
oracle.stellent.ridc.protocol.http.auth.GenericAuthHandler
- All Implemented Interfaces:
AuthenticationHandler
An authentication handler that is capable of handling the following login methods:
- Basic authentication
- Content server login form
- OAM basic authentication
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isAuthSupported
(RIDCHttpClient httpClient, RIDCHttpMethod httpMethod) Determine if the current handler can handle the given response to the auth schemeint
Send the authenticated request to the Content Server
-
Constructor Details
-
GenericAuthHandler
-
-
Method Details
-
getHttpProtocol
-
isAuthSupported
public boolean isAuthSupported(RIDCHttpClient httpClient, RIDCHttpMethod httpMethod) throws ProtocolException Description copied from interface:AuthenticationHandler
Determine if the current handler can handle the given response to the auth scheme- Specified by:
isAuthSupported
in interfaceAuthenticationHandler
- Parameters:
httpClient
- client that was used to invoke the pinghttpMethod
- method that was used to invoke the ping- Returns:
- true if the handler can support the requests to the given server
- Throws:
ProtocolException
-
getAuthScheme
- Specified by:
getAuthScheme
in interfaceAuthenticationHandler
- Returns:
- the authentication scheme associated with this handler
-
sendAuthenticatedRequest
Description copied from interface:AuthenticationHandler
Send the authenticated request to the Content Server- Specified by:
sendAuthenticatedRequest
in interfaceAuthenticationHandler
- Returns:
- the http status
- Throws:
ProtocolException
-