Package | Description |
---|---|
oracle.stellent.ridc.protocol.http | |
oracle.stellent.ridc.protocol.http.auth |
Modifier and Type | Method and Description |
---|---|
protected IdcHttpProtocol |
IdcHttpClient.createProtocol(ServiceRequest<IdcHttpClientConnection> connection)
Create the protocol to handle the request
|
Modifier and Type | Method and Description |
---|---|
static AuthenticationHandler |
IdcHttpProtocol.createAuthHandler(IdcContext.HttpAuthScheme authScheme,
IdcHttpProtocol httpProtocol)
Retrieve the authentication handler associated with the given authentication scheme
|
Modifier and Type | Method and Description |
---|---|
IdcHttpProtocol |
BasicAuthHandler.getHttpProtocol() |
IdcHttpProtocol |
BearerTokenAuthHandler.getHttpProtocol() |
IdcHttpProtocol |
FormAuthHandler.getHttpProtocol() |
IdcHttpProtocol |
OAM11GWebgateAuthHandler.getHttpProtocol() |
IdcHttpProtocol |
GenericAuthHandler.getHttpProtocol() |
Modifier and Type | Method and Description |
---|---|
AuthenticationHandler |
AuthenticationDetector.determineAuthHandler(IdcHttpProtocol httpProtocol)
Determine which authentication handler to use for the Content Server.
|
Constructor and Description |
---|
BasicAuthHandler(IdcHttpProtocol httpProtocol) |
BearerTokenAuthHandler(IdcHttpProtocol httpProtocol) |
FormAuthHandler(IdcHttpProtocol httpProtocol) |
GenericAuthHandler(IdcHttpProtocol httpProtocol) |
OAM11GWebgateAuthHandler(IdcHttpProtocol httpProtocol)
Constructor
|
OAMSSOAuthHandler(IdcHttpProtocol httpProtocol) |
OIMSSOAuthHandler(IdcHttpProtocol httpProtocol) |