Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 2 (11.1.2.3.0)

E17486-04


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 
oracle.adf.share.http.StateHolder
            

 

Deprecated Fields
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.http.ServletADFContext.createServletMDSComponentConfig()
          should not call anymore. See bug#6473565 
oracle.adf.share.common.ClassUtils.forName(String)
          use forName(java.lang.String, java.lang.Class) instead 
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.common.ClassUtils.getClassLoader()
          use getClassLoader(java.lang.Class) instead 
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.ADFSecurityUtil.hasIdentityManagementSupport(SecurityContext)
           
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<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.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.common.ClassUtilsForNamePrivAction(String)
          Use overload with referenceClass instead 

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 2 (11.1.2.3.0)

E17486-04


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