Package | Description |
---|---|
oracle.stellent.ridc | |
oracle.stellent.ridc.protocol.http | |
oracle.stellent.ridc.protocol.http.auth |
Modifier and Type | Method and Description |
---|---|
IdcContext.HttpAuthScheme |
IdcContext.getAuthScheme() |
static IdcContext.HttpAuthScheme |
IdcContext.HttpAuthScheme.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdcContext.HttpAuthScheme[] |
IdcContext.HttpAuthScheme.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IdcContext.setAuthScheme(IdcContext.HttpAuthScheme authScheme) |
Modifier and Type | Method and Description |
---|---|
IdcContext.HttpAuthScheme |
AuthenticationHandler.getAuthScheme() |
Modifier and Type | Method and Description |
---|---|
static Set<IdcContext.HttpAuthScheme> |
IdcHttpProtocol.getAuthSchemes() |
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
|
static AuthenticationHandler |
IdcHttpProtocol.createAuthHandler(IdcContext.HttpAuthScheme authScheme,
IdcHttpProtocol httpProtocol)
Retrieve the authentication handler associated with the given authentication scheme
|
static Class<? extends AuthenticationHandler> |
IdcHttpProtocol.removeHandler(IdcContext.HttpAuthScheme authScheme)
Removes a handler associated with the given authentication scheme
|
Modifier and Type | Method and Description |
---|---|
IdcContext.HttpAuthScheme |
BasicAuthHandler.getAuthScheme() |
IdcContext.HttpAuthScheme |
BearerTokenAuthHandler.getAuthScheme() |
IdcContext.HttpAuthScheme |
OIMSSOAuthHandler.getAuthScheme() |
IdcContext.HttpAuthScheme |
FormAuthHandler.getAuthScheme() |
IdcContext.HttpAuthScheme |
OAM11GWebgateAuthHandler.getAuthScheme() |
IdcContext.HttpAuthScheme |
OAMSSOAuthHandler.getAuthScheme() |
IdcContext.HttpAuthScheme |
GenericAuthHandler.getAuthScheme() |