Uses of Class
oracle.stellent.ridc.protocol.http.IdcHttpProtocol
Packages that use IdcHttpProtocol
-
Uses of IdcHttpProtocol in oracle.stellent.ridc.protocol.http
Methods in oracle.stellent.ridc.protocol.http that return IdcHttpProtocolModifier and TypeMethodDescriptionprotected IdcHttpProtocolIdcHttpClient.createProtocol(ServiceRequest<IdcHttpClientConnection> connection) Create the protocol to handle the requestMethods in oracle.stellent.ridc.protocol.http with parameters of type IdcHttpProtocolModifier and TypeMethodDescriptionstatic AuthenticationHandlerIdcHttpProtocol.createAuthHandler(IdcContext.HttpAuthScheme authScheme, IdcHttpProtocol httpProtocol) Retrieve the authentication handler associated with the given authentication scheme -
Uses of IdcHttpProtocol in oracle.stellent.ridc.protocol.http.auth
Methods in oracle.stellent.ridc.protocol.http.auth that return IdcHttpProtocolModifier and TypeMethodDescriptionBasicAuthHandler.getHttpProtocol()BearerTokenAuthHandler.getHttpProtocol()FormAuthHandler.getHttpProtocol()GenericAuthHandler.getHttpProtocol()OAM11GWebgateAuthHandler.getHttpProtocol()OAuth2IDCSAuthHandler.getHttpProtocol()Methods in oracle.stellent.ridc.protocol.http.auth with parameters of type IdcHttpProtocolModifier and TypeMethodDescriptionAuthenticationDetector.determineAuthHandler(IdcHttpProtocol httpProtocol) Determine which authentication handler to use for the Content Server.Constructors in oracle.stellent.ridc.protocol.http.auth with parameters of type IdcHttpProtocolModifierConstructorDescriptionBasicAuthHandler(IdcHttpProtocol httpProtocol) BearerTokenAuthHandler(IdcHttpProtocol httpProtocol) FormAuthHandler(IdcHttpProtocol httpProtocol) GenericAuthHandler(IdcHttpProtocol httpProtocol) OAM11GWebgateAuthHandler(IdcHttpProtocol httpProtocol) ConstructorOAMSSOAuthHandler(IdcHttpProtocol httpProtocol) OAuth2IDCSAuthHandler(IdcHttpProtocol httpProtocol) ConstructorOIMSSOAuthHandler(IdcHttpProtocol httpProtocol)