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.HttpAuthSchemeReturns 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 TypeMethodDescriptionvoidIdcContext.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 voidIdcHttpProtocol.addHandler(IdcContext.HttpAuthScheme authScheme, Class<? extends AuthenticationHandler> handler) Add/replace a handler associated with the given authentication schemestatic voidIdcHttpProtocol.addHandlerFirst(IdcContext.HttpAuthScheme authScheme, Class<? extends AuthenticationHandler> handler) Add/replace a handler to be the first authentication schemestatic voidIdcHttpProtocol.addHandlerLast(IdcContext.HttpAuthScheme authScheme, Class<? extends AuthenticationHandler> handler) Add/replace a handler to be the last authentication schemestatic AuthenticationHandlerIdcHttpProtocol.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()