Uses of Enum Class
oracle.stellent.ridc.IdcContext.HttpAuthScheme
Packages that use IdcContext.HttpAuthScheme
Package
Description
-
Uses of IdcContext.HttpAuthScheme in oracle.stellent.ridc
Methods in oracle.stellent.ridc that return IdcContext.HttpAuthSchemeModifier and TypeMethodDescriptionIdcContext.getAuthScheme()
static IdcContext.HttpAuthScheme
Returns the enum constant of this class with the specified name.static IdcContext.HttpAuthScheme[]
IdcContext.HttpAuthScheme.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in oracle.stellent.ridc with parameters of type IdcContext.HttpAuthSchemeModifier and TypeMethodDescriptionvoid
IdcContext.setAuthScheme
(IdcContext.HttpAuthScheme authScheme) -
Uses of IdcContext.HttpAuthScheme in oracle.stellent.ridc.protocol.http
Methods in oracle.stellent.ridc.protocol.http that return IdcContext.HttpAuthSchemeMethods in oracle.stellent.ridc.protocol.http that return types with arguments of type IdcContext.HttpAuthSchemeModifier and TypeMethodDescriptionstatic Set<IdcContext.HttpAuthScheme>
IdcHttpProtocol.getAuthSchemes()
Methods in oracle.stellent.ridc.protocol.http with parameters of type IdcContext.HttpAuthSchemeModifier and TypeMethodDescriptionstatic void
IdcHttpProtocol.addHandler
(IdcContext.HttpAuthScheme authScheme, Class<? extends AuthenticationHandler> handler) Add/replace a handler associated with the given authentication schemestatic void
IdcHttpProtocol.addHandlerFirst
(IdcContext.HttpAuthScheme authScheme, Class<? extends AuthenticationHandler> handler) Add/replace a handler to be the first authentication schemestatic void
IdcHttpProtocol.addHandlerLast
(IdcContext.HttpAuthScheme authScheme, Class<? extends AuthenticationHandler> handler) Add/replace a handler to be the last authentication schemestatic AuthenticationHandler
IdcHttpProtocol.createAuthHandler
(IdcContext.HttpAuthScheme authScheme, IdcHttpProtocol httpProtocol) Retrieve the authentication handler associated with the given authentication schemestatic Class<? extends AuthenticationHandler>
IdcHttpProtocol.removeHandler
(IdcContext.HttpAuthScheme authScheme) Removes a handler associated with the given authentication scheme -
Uses of IdcContext.HttpAuthScheme in oracle.stellent.ridc.protocol.http.auth
Methods in oracle.stellent.ridc.protocol.http.auth that return IdcContext.HttpAuthSchemeModifier and TypeMethodDescriptionBasicAuthHandler.getAuthScheme()
BearerTokenAuthHandler.getAuthScheme()
FormAuthHandler.getAuthScheme()
GenericAuthHandler.getAuthScheme()
OAM11GWebgateAuthHandler.getAuthScheme()
OAMSSOAuthHandler.getAuthScheme()
OAuth2IDCSAuthHandler.getAuthScheme()
OIMSSOAuthHandler.getAuthScheme()