Package | Description |
---|---|
oracle.stellent.ridc.protocol.http | |
oracle.stellent.ridc.protocol.http.auth |
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 |
---|---|
static Class<? extends AuthenticationHandler> |
IdcHttpProtocol.removeHandler(IdcContext.HttpAuthScheme authScheme)
Removes a handler associated with the given authentication scheme
|
Modifier and Type | Method and Description |
---|---|
static void |
IdcHttpProtocol.addHandler(IdcContext.HttpAuthScheme authScheme,
Class<? extends AuthenticationHandler> handler)
Add/replace a handler associated with the given authentication scheme
|
static void |
IdcHttpProtocol.addHandlerFirst(IdcContext.HttpAuthScheme authScheme,
Class<? extends AuthenticationHandler> handler)
Add/replace a handler to be the first authentication scheme
|
static void |
IdcHttpProtocol.addHandlerLast(IdcContext.HttpAuthScheme authScheme,
Class<? extends AuthenticationHandler> handler)
Add/replace a handler to be the last authentication scheme
|
Modifier and Type | Class and Description |
---|---|
class |
BasicAuthHandler
Handler that sets the appropriate config on HttpClient to perform a BasicAuthentication
|
class |
BearerTokenAuthHandler
Handler that sets the appropriate config on HttpClient to perform Bearer Token Authentication
|
class |
FormAuthHandler
Handler for Forms-based login to the Content Server
|
class |
GenericAuthHandler
An authentication handler that is capable of handling the following login methods:
Basic authentication
Content server login form
OAM basic authentication
|
class |
OAM11GWebgateAuthHandler |
class |
OAMSSOAuthHandler
Oracle Single Sign-on via the Oracle Access Manager (OAM) authentication handler.
|
class |
OIMSSOAuthHandler
Oracle Single Sign-on via the Oracle Identity Management (OIM) authentication handler.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationHandler |
AuthenticationDetector.determineAuthHandler(IdcHttpProtocol httpProtocol)
Determine which authentication handler to use for the Content Server.
|