Uses of Interface
oracle.stellent.ridc.protocol.http.AuthenticationHandler
Packages that use AuthenticationHandler
-
Uses of AuthenticationHandler in oracle.stellent.ridc.protocol.http
Methods in oracle.stellent.ridc.protocol.http that return AuthenticationHandlerModifier and TypeMethodDescriptionstatic AuthenticationHandler
IdcHttpProtocol.createAuthHandler
(IdcContext.HttpAuthScheme authScheme, IdcHttpProtocol httpProtocol) Retrieve the authentication handler associated with the given authentication schemeMethods in oracle.stellent.ridc.protocol.http that return types with arguments of type AuthenticationHandlerModifier and TypeMethodDescriptionstatic Class<? extends AuthenticationHandler>
IdcHttpProtocol.removeHandler
(IdcContext.HttpAuthScheme authScheme) Removes a handler associated with the given authentication schemeMethod parameters in oracle.stellent.ridc.protocol.http with type arguments of type AuthenticationHandlerModifier 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 scheme -
Uses of AuthenticationHandler in oracle.stellent.ridc.protocol.http.auth
Classes in oracle.stellent.ridc.protocol.http.auth that implement AuthenticationHandlerModifier and TypeClassDescriptionclass
Handler that sets the appropriate config on HttpClient to perform a BasicAuthenticationclass
Handler that sets the appropriate config on HttpClient to perform Bearer Token Authenticationclass
Handler for Forms-based login to the Content Serverfinal class
An authentication handler that is capable of handling the following login methods: Basic authentication Content server login form OAM basic authenticationclass
class
Oracle Single Sign-on via the Oracle Access Manager (OAM) authentication handler.class
class
Oracle Single Sign-on via the Oracle Identity Management (OIM) authentication handler.Methods in oracle.stellent.ridc.protocol.http.auth that return AuthenticationHandlerModifier and TypeMethodDescriptionAuthenticationDetector.determineAuthHandler
(IdcHttpProtocol httpProtocol) Determine which authentication handler to use for the Content Server.