Skip navigation links

Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1.1)

E17274-02


Uses of Class
oracle.stellent.ridc.IdcContext.HttpAuthScheme

Packages that use IdcContext.HttpAuthScheme
oracle.stellent.ridc   
oracle.stellent.ridc.protocol.http   
oracle.stellent.ridc.protocol.http.auth   

 

Uses of IdcContext.HttpAuthScheme in oracle.stellent.ridc

 

Methods in oracle.stellent.ridc that return IdcContext.HttpAuthScheme
 IdcContext.HttpAuthScheme IdcContext.getAuthScheme()
           
static IdcContext.HttpAuthScheme IdcContext.HttpAuthScheme.valueOf(java.lang.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.

 

Methods in oracle.stellent.ridc with parameters of type IdcContext.HttpAuthScheme
 void 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.HttpAuthScheme
 IdcContext.HttpAuthScheme AuthenticationHandler.getAuthScheme()
           

 

Methods in oracle.stellent.ridc.protocol.http that return types with arguments of type IdcContext.HttpAuthScheme
static java.util.Set<IdcContext.HttpAuthScheme> IdcHttpProtocol.getAuthSchemes()
           

 

Methods in oracle.stellent.ridc.protocol.http with parameters of type IdcContext.HttpAuthScheme
static AuthenticationHandler IdcHttpProtocol.createAuthHandler(IdcContext.HttpAuthScheme authScheme, IdcHttpProtocol httpProtocol)
          Retrieve the authentication 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.HttpAuthScheme
 IdcContext.HttpAuthScheme FormAuthHandler.getAuthScheme()
           
 IdcContext.HttpAuthScheme OIMSSOAuthHandler.getAuthScheme()
           
 IdcContext.HttpAuthScheme BasicAuthHandler.getAuthScheme()
           
 IdcContext.HttpAuthScheme OAMSSOAuthHandler.getAuthScheme()
           

 


Skip navigation links

Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1.1)

E17274-02


Copyright © 2008, 2011, Oracle and/or its affiliates. All rights reserved.