Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.4.0)

E10686-05

Deprecated API


Contents
Deprecated Interfaces
oracle.adf.share.common.rc.util.MetadataRegistry.PathVisitor
          see PathVisitor2 
 

Deprecated Classes
oracle.adf.share.config.ADFSiteUserCC
          As of version 11.1.1.1.0. 
oracle.adf.share.config.ADFUserCC
          As of version 11.1.1.1.0, replaced by oracle.adf.share.config.UserCC 
 

Deprecated Fields
oracle.adf.share.security.binding.AttributeOperationDef.READ
            
oracle.adf.share.security.binding.ViewOperationDef.REMOVE_ROW
            
oracle.adf.share.security.binding.ViewOperationDef.UPDATE
            
oracle.adf.share.security.binding.AttributeOperationDef.UPDATE_WHILE_NEW
            
 

Deprecated Methods
oracle.adf.share.http.ServletADFContext.createServletMDSComponentConfig()
          should not call anymore. See bug#6473565 
oracle.adf.share.ADFContext.getApplication()
          Use getADFConfig() instead. 
oracle.adf.share.security.providers.jps.JpsUtil.getApplicationName()
          Deprecated since 11.1.1.1.0 Internal: Applications should not use this method. 
oracle.adf.share.jndi.SecureRefAddr.getContent()
          it will not return String anymore, instead, char[] for security purpose. Suggest to use getCharValue() 
oracle.adf.share.logging.ADFLogger.getECID()
          1. If want to get current ECID string, replace with oracle.adf.share.logging.internal.LoggingUtils.getECID(); 2. If want to pass ecid from parent to child thread, call newChildExecutionContext(); 
oracle.adf.share.security.JAASInitialContextFactory.getInitialContext(Hashtable)
          try to use getInitialContext(Map env) instead 
oracle.adf.share.security.binding.BindingPermissionDef.getPermissionClass()
            
oracle.adf.share.security.binding.BindingPermissionDef.getTarget()
            
oracle.adf.share.jndi.SecureRefAddr.getValue()
          This method will be replaced by getCharValue() which returns char[] instead of String for security purpose. 
oracle.adf.share.security.authentication.AbstractAuthenticationService.hasSsoSupport()
          Deprecated since 11.1.1.4.0 
oracle.adf.share.security.providers.jps.JpsServices.initDefaultJpsConfig()
          since 11.1.1.0.0 Internal: Applications should not use this method. 
oracle.adf.share.security.credentialstore.CredentialStoreContext.initialize(Properties)
          Deprecated since 11.1.1.0. 
oracle.adf.share.security.authentication.AbstractAuthenticationService.internalLogout(HttpServletRequest, HttpServletResponse, Map)
          Deprecated since 11.1.1.4.0 Internal: Applications should not use this class. This is method is internal used only if implemented by subclass. 
oracle.adf.share.security.providers.jps.JpsAuthenticationService.internalLogout(HttpServletRequest, HttpServletResponse, Map)
          Deprecated since 11.1.1.4.0 Internal: Applications should not use this class. This is method is strictly internal use only. 
oracle.adf.share.security.binding.BindingPermissionDef.isValid()
            
oracle.adf.share.http.ServletADFContext.resetThreadContext()
          Replaced by: ServletADFContext.resetThreadContext(ServletRequest). 
oracle.adf.share.logging.ADFLogger.setECID(String)
          The pair of getECID(), setECID() should be replaced by newChildExecutionContext(), setExecutionContext(), and deactivateExecutionContext() 
oracle.adf.share.security.authentication.AbstractAuthenticationService.setLoginConfig(String)
          Deprecated since 11.1.1.1.0 
oracle.adf.share.security.AuthenticationService.setLoginConfigProvider(String)
          Deprecated since 11.1.1.1.0 
oracle.adf.share.security.authentication.AbstractAuthenticationService.setLoginConfigProvider(String)
          Deprecated since 11.1.1.1.0 
oracle.adf.share.security.authentication.JAASAuthenticationService.setLoginConfigProvider(String)
          Deprecated since 11.1.1.1.0 
oracle.adf.share.common.rc.util.DefaultPathVisitor.visit(MetadataRegistry, URL, String)
            
 

Deprecated Constructors
oracle.adf.share.connection.jmx.JMXConnection()
          for internal use only: use the JMXConnectionFactory.createNew() method instead 
oracle.adf.share.connection.jmx.JMXConnection(Reference)
          this method is for internal use only, users should not usually create their own connections but let the ADF CA do it for them via the JMXConnectionFactory 
 


Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.4.0)

E10686-05

Copyright © 1997, 2011, Oracle. All rights reserved.