Class BearerTokenAuthHandler
java.lang.Object
oracle.stellent.ridc.protocol.http.auth.BearerTokenAuthHandler
- All Implemented Interfaces:
AuthenticationHandler
Handler that sets the appropriate config on HttpClient to perform Bearer Token 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
-
BearerTokenAuthHandler
-
-
Method Details
-
getHttpProtocol
-
isAuthSupported
Determine if the current handler can handle the given response to the auth scheme- Specified by:
isAuthSupported
in interfaceAuthenticationHandler
- Parameters:
httpClient
- the http client that was used to invoke the pinghttpMethod
- the http method that was used to invoke the ping- Returns:
- true if the handler can support the requests to the given server
-
getAuthScheme
- Specified by:
getAuthScheme
in interfaceAuthenticationHandler
- Returns:
- the authentication scheme associated with this handler
-
sendAuthenticatedRequest
Send the authenticated request to the Content Server- Specified by:
sendAuthenticatedRequest
in interfaceAuthenticationHandler
- Returns:
- the http status
- Throws:
ProtocolException
-