Skip navigation links

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

E52934-01


Deprecated API


Contents

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

 

Deprecated Classes
oracle.adf.share.config.ADFRolesCC
          As of version 11.1.1.6.0, replaced by oracle.adf.share.config.SecurityRoleCC 
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 
oracle.adf.share.statemanager.javacache.AttributePolicyImpl
           
oracle.adf.share.mds.EnterpriseCC
          As of version 11.1.1.6.0 in favor of MDS tenant striping. To enable MDS tenant striping for a multitenant application:
  • Initialize or upgrade MDS database repository to include VPD tenant striping.
  • Update mds-config section of adf-config.xml
    • Set attribute multitenant-capable="true" on the persistence-config element.
    • Use another tenant layer customization class (e.g. oracle.adf.share.config.SiteCC) in the cust-config section.
    • Configure the upgraded MDS database repository in the metadata-store section.
  • Set Java system property "oracle.multitenant.enabled" to "true" on the virtual machine hosting the application.
 
oracle.adf.share.http.StateHolder
            
oracle.adf.share.statemanager.javacache.StateManagerCacheLoaderHolder
           
oracle.adf.share.statemanager.javacache.StateManagerImpl
           

 

Deprecated Fields
oracle.adf.share.logging.ADFLogger.ENTERRING_TAG
           
oracle.adf.share.security.authentication.AuthenticationCallbackHandler.mPassword
          Use cPassword instead. 
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.mds.MDSTransManager.beginFlush(MDSSession)
          relaced by MDSTransManager.beginFlushCurrentMDSSess() 
oracle.adf.share.ADFContextManager.connectionsFileChanged(String)
            
oracle.adf.share.http.ServletADFContext.createServletMDSComponentConfig()
          should not call anymore. See bug#6473565 
oracle.adf.share.logging.ADFLogger.end(Level)
          Use end(Level level, String actionName). When building partial ADF requests(begin/end messages is missing), finding corresponding end/begin message is not possible. 
oracle.adf.share.mds.MDSTransManager.endFlush(MDSSession)
          relaced by MDSTransManager.endFlushCurrentMDSSess() 
oracle.adf.share.security.authentication.JEEAuthenticationService.ensureRedirectUrl(HttpServletRequest, String, String)
          since 12.1.3.0.0 
oracle.adf.share.ADFContext.getADFFacesViewScopeMap()
          Internal use only. Applications should not use this method. 
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.ADFContext.getCreatedBy()
            
oracle.adf.share.customizationset.util.CSMigratorUtil.getCustomizationSetStatus(Number)
           
oracle.adf.share.customizationset.util.CSMigratorUtil.getCustomizationSetStatus(Number, Map<String, Object[]>)
           
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.ADFContext.getEnterpriseId()
          Use getTenantId() instead. 
oracle.adf.share.ADFContext.getEnterpriseName()
          Use getTenantName() instead. 
oracle.adf.share.security.JAASInitialContextFactory.getInitialContext(Hashtable)
          try to use getInitialContext(Map env) instead 
oracle.adf.share.security.authentication.AuthenticationServiceUtil.getLoginUrl(String)
          since 11.1.7.3.0 
oracle.adf.share.mds.MDSTransManager.getMDSTransManagerForSession()
           
oracle.adf.share.ADFContext.getNativeJdbcConnection(Connection)
          Please use getNativeDBConnection(Connection, Class) method instead 
oracle.adf.share.security.binding.BindingPermissionDef.getPermissionClass()
            
oracle.adf.share.security.SecurityContextUtils.getPolicyContextId()
            
oracle.adf.share.security.authentication.JEEAuthenticationService.getRequest(Map<String, ?>)
          since 12.1.3.0.0 
oracle.adf.share.security.authentication.JEEAuthenticationService.getResponse(Map<String, ?>)
          since 12.1.3.0.0 
oracle.adf.share.mds.MDSTransManager.getSingleFlushFlag()
           
oracle.adf.share.mds.MDSTransManager.getSingleFlushFlagGlobal()
           
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.http.ServletADFContext.initThreadContextIfNeeded(ServletContext, HttpSession)
            
oracle.adf.share.security.authentication.JEEAuthenticationService.internalGetRequest(Map<String, Object>)
          since 12.1.3.0.0 
oracle.adf.share.security.authentication.JEEAuthenticationService.internalGetResponse(Map<String, Object>)
          since 12.1.3.0.0 
oracle.adf.share.security.authentication.AbstractAuthenticationService.internalLogout(HttpServletRequest, HttpServletResponse, Map<String, ?>)
          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<String, ?>)
          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.mds.MDSTransManager.isFinalFlush(MDSSession)
          relaced by MDSTransManager.isFinalFlushCurrentMDSSess() 
oracle.adf.share.ADFContext.isInServiceRequest()
            
oracle.adf.share.ADFContext.isMultiTenantEnabled()
          since 11.1.1.9.0. Use ResourceTenantUtils.isOracleMTEnabled() instead. 
oracle.adf.share.security.binding.BindingPermissionDef.isValid()
            
oracle.adf.share.security.ADFSecurityUtil.isXSMode()
          XS not supported. 
oracle.adf.share.security.authentication.JEEAuthenticationService.logRequestHeaders(HttpServletRequest)
          since 12.1.2.0.0 
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.ADFContext.setIsInServiceRequest(boolean)
            
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.security.SecurityContextUtils.setPolicyContextId(String)
            
oracle.adf.share.mds.MDSTransManager.setSingleFlushFlag(boolean)
           
oracle.adf.share.mds.MDSTransManager.setSingleFlushFlagGlobal(boolean)
           
oracle.adf.share.common.rc.util.DefaultPathVisitor.visit(MetadataRegistry, URL, String)
            

 

Deprecated Constructors
oracle.adf.share.http.HttpSessionScopeAdapter(String, HttpSession)
          applications should not use. 
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.adf.share.config.MDSConfigImpl(MDSSession, MetadataObject, URL)
            

 


Skip navigation links

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

E52934-01


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