BEA Systems, Inc.

WebLogic Server 8.1 API Reference

Deprecated API

Deprecated Classes
weblogic.security.acl.AbstractListableRealm
          Deprecated in WebLogic Server 7.0. Replaced by a Pluggable Security Infrastructure that includes Authentication, Authorization, and Auditing providers. 
weblogic.security.acl.AbstractManageableRealm
          Deprecated in WebLogic Server 7.0. Replaced by a Pluggable Security Infrastructure that includes Authentication, Authorization, and Auditing providers. 
weblogic.security.acl.AclEntryImpl
          Deprecated in WebLogic Server 7.0. Replaced by the rules-based Authorization Provider in the Pluggable Security Infrastructure. 
weblogic.security.acl.AclImpl
          Deprecated in WebLogic Server 7.0. Replaced by the rules-based Authorization Provider in the Pluggable Security Infrastructure. 
weblogic.security.acl.AdminPermissions
          Deprecated in WebLogic Server 7.0. 
weblogic.security.audit.Audit
          Deprecated in WebLogic Server 7.0. Replaced by the weblogic.security.service.Auditor provided by the Pluggable Security Infrastructure. 
weblogic.security.acl.CachingRealm
          Deprecated in WebLogic Server 7.0. Replaced by the Pluggable Security Infrastructure. 
weblogic.security.acl.CertAuthentication
          Deprecated in WebLogic Server 7.0. Replaced by the IdentityAsserter in the Pluggable Security Infrastructure. 
weblogic.security.Certificate
          Deprecated in WebLogic Server 7.0. 
weblogic.security.acl.DefaultGroupImpl
          Deprecated in WebLogic Server 7.0. Replaced by JAAS and the Pluggable Security Infrastructure. 
weblogic.security.acl.DefaultUserImpl
          Deprecated in WebLogic Server 7.0. Replaced by JAAS principal and the Pluggable Security Infrastructure . 
weblogic.security.acl.DefaultUserInfoImpl
          Deprecated in WebLogic Server 7.0. Replaced by JAAS subject/principal and the Pluggable Security Infrastructure. 
weblogic.security.Entity
          Deprecated in WebLogic Server 7.0. 
weblogic.security.acl.Everyone
          Deprecated in WebLogic Server 7.0. Replaced by the rules-based Authorization Provider in the Pluggable Security Infrastructure. 
weblogic.security.acl.FlatGroup
          Deprecated in WebLogic Server 7.0. Replaced by the rules-based Authorization Provider in the Pluggable Security Infrastructure. 
weblogic.management.configuration.Group
          Deprecated in WebLogic Server version 7.0. 
weblogic.security.acl.GroupImpl
          Deprecated in WebLogic Server 7.0. Replaced by the rules-based Authorization Provider in the Pluggable Security Infrastructure. 
weblogic.security.JDK11Certificate
          Deprecated in WebLogic Server 7.0. 
weblogic.security.Key
          Deprecated in WebLogic Server 7.0. 
weblogic.security.acl.OwnerImpl
          Deprecated in WebLogic Server 7.0. Replaced by the rules-based Authorization Provider in the Pluggable Security Infrastructure. 
weblogic.security.acl.PermissionImpl
          Deprecated in WebLogic Server 7.0. Replaced by the rules-based Authorization Provider in the Pluggable Security Infrastructure. 
weblogic.management.configuration.Principal
          Deprecated in WebLogic Server version 7.0. Replaced by the new Security architecture that includes Authentication, Authorization, and Auditing providers. 
weblogic.security.acl.Realm
          Deprecated in WebLogic Server 7.0. Replaced by the rules-based Authorization Provider in the Pluggable Security Infrastructure. 
weblogic.security.service.RealmAdapterAclResource
          This class can be ignored.

The RealmAdapterAclResource class is used only for backwards compatibility when a specific ACL must be referenced by the server. Only the Realm Adapter Authorization provider need worry about it; other Authorization providers can just abstain on access decision requests regarding this role.

In sum, the JMS subsystem allows an ACL to be specified for a connection pool. When an ACL is specified in this manner, that ACL takes precedence over the default ACL. This functionality has been deprecated but is still supported in 7.0. When a specific ACL has been specified, there is no way to handle it in a 7.0 security provider (that is, it cannot be converted to a JMSResource). Instead, the JMS subsystem creates a RealmAdapterAclResource. This resource should only be handled by the Realm Adapter Authorization provider. Specifying an ACL for a JMS connection pool is not supported outside of Compatibility security.

The toString format for a Realm Adapter ACL resource is:
type=<acl>, permission=admin, acl=my.custom.jms.acl

 

weblogic.security.acl.RealmProxy
          Deprecated in WebLogic Server 7.0. Replaced by the rules-based Authorization Provider in the Pluggable Security Infrastructure. 
weblogic.time.common.Scheduler
          Deprecated in WebLogic Server 6.1 
weblogic.security.acl.Security
          Deprecated in WebLogic Server 7.0. Replaced by Pluggable Security Infrastructure and JAAS based authentication. 
weblogic.security.SSL.SSLCertificate
          Deprecated in WebLogic Server 7.0. 
weblogic.security.SSL.SSLSocket
          Deprecated in WebLogic Server 7.0. 
weblogic.io.common.T3FileInputStream
          WLS 7.0 
weblogic.io.common.T3FileOutputStream
          WLS 7.0 
weblogic.jndi.T3InitialContextFactory
          Use TengahInitialContextFactory instead 
weblogic.common.T3User
          Deprecated in WebLogic Server 7.0.

 

weblogic.jndi.TengahInitialContextFactory
          Replaced by WLInitialContextFactory 
weblogic.time.common.TimeRepeat
          Deprecated in WebLogic Server 6.1 
weblogic.time.common.Trigger
          Deprecated in WebLogic Server 6.1 
weblogic.security.acl.TTLCache
          Deprecated in WebLogic Server 7.0. 
weblogic.security.acl.User
          Deprecated in WebLogic Server 7.0. Replaced by the rules-based Authorization Provider in the Pluggable Security Infrastructure. 
weblogic.management.tools.WebAppComponentRefreshTool
          Use weblogic.Deployer instead 
weblogic.security.service.WebResource
          The WebResource class is used by a container to specify the Web resource (and method related to the resource) that a caller is attempting to access.

The URLResource class should be used in place of this WebResource class, which is now deprecated.

The toString format (which is produced by the ResourceBase class) for a Web resource is:
type=<web>, application=myApp, uri=/mywebapp, webResource=securityConstraintName, httpMethod=GET

 

weblogic.security.X500Name
          Deprecated in WebLogic Server 7.0. 
weblogic.security.X509
          Deprecated in WebLogic Server 7.0. 
weblogic.xml.sax.XMLInputSource
            
 

Deprecated Interfaces
weblogic.security.audit.AuditProvider
          Deprecated in WebLogic Server 7.0. Replaced by by the Pluggable Security Infrastructure-based AuditProvider(s) that implement weblogic.security.spi.AuditProvider. 
weblogic.security.acl.BasicRealm
          Deprecated in WebLogic Server 7.0. Replaced by Pluggable Security Infrastructure. 
weblogic.security.acl.CertAuthenticator
          Deprecated in WebLogic Server 7.0. Replaced by Pluggable Security Infrastructure IdentityAsserter. 
weblogic.security.acl.ClosableEnumeration
          Deprecated in WebLogic Server 7.0. 
weblogic.security.acl.CredentialChanger
          Deprecated in WebLogic Server 7.0. Replaced by Pluggable Security Infrastructure Authentication. 
weblogic.security.acl.DebuggableRealm
          Deprecated in WebLogic Server 7.0. Replaced by Pluggable Security Infrastructure. 
weblogic.security.providers.pk.DefaultKeyStoreMBean
            
weblogic.security.acl.DynamicUserAcl
          Deprecated in WebLogic Server 7.0. Replaced by the rules-based Authorization Provider in the Pluggable Security Infrastructure. 
weblogic.security.acl.ExplicitlyControlled
            
weblogic.security.acl.FlatGroup.Source
          Deprecated in WebLogic Server 7.0. 
weblogic.security.SSL.HostnameVerifier
          Deprecated in WebLogic Server 7.0. Use HostnameVerifierJSSE instead. 
weblogic.management.security.pk.KeyStoreMBean
            
weblogic.security.acl.ListableRealm
          Deprecated in WebLogic Server 7.0. Replaced by Pluggable Security Infrastructure. 
weblogic.common.LogServicesDef
          Deprecated in WebLogic Server 7.0.

Use the Java internationalization APIs or, if internationalization is not required, use weblogic.logging.NonCatalogLogger. 

weblogic.security.acl.ManageableRealm
          Deprecated in WebLogic Server 7.0. Replaced by Pluggable Security Infrastructure. 
weblogic.security.acl.PrivilegedAction
          Deprecated in WebLogic Server 7.0. 
weblogic.security.acl.PrivilegedExceptionAction
          Deprecated in WebLogic Server 7.0. 
weblogic.security.acl.RefreshableRealm
          Deprecated in WebLogic Server 7.0. Replaced by the rules-based Authorization Provider in the Pluggable Security Infrastructure. 
weblogic.rmi.Remote
          Deprecated in WebLogic Server 7.0 
weblogic.time.common.Schedulable
          Deprecated in WebLogic Server 6.1 
weblogic.time.common.ScheduleDef
          Deprecated in WebLogic Server 6.1 
weblogic.time.common.ScheduledTriggerDef
          Deprecated in WebLogic Server 6.1 
weblogic.management.configuration.SecurityMBean
          Deprecated in WebLogic Server version 7.0. Replaced by the new Security architecture. 
weblogic.security.Streamable
          Deprecated in WebLogic Server 7.0. 
weblogic.io.common.T3File
          WLS 7.0 
weblogic.io.common.T3FileSystem
          WLS 7.0 
weblogic.jndi.TengahContext
          Replaced by WLContext 
weblogic.time.common.TimeServicesDef
          Deprecated in WebLogic Server 6.1 
weblogic.time.common.Triggerable
          Deprecated in WebLogic Server 6.1 
weblogic.time.common.TriggerDef
          Deprecated in WebLogic Server 6.1 
weblogic.security.SSL.TrustManager
          Deprecated in WebLogic Server 7.0. 
weblogic.security.acl.UserInfo
          Deprecated in WebLogic Server 7.0. Replaced by the rules-based Authorization Provider in the Pluggable Security Infrastructure. 
weblogic.common.WLSerializable
          Use java.io.Externalizable instead. 
weblogic.management.configuration.XMLRegistryEntryMBean
            
 

Deprecated Exceptions
weblogic.security.AuthenticationException
          Deprecated in WebLogic Server 7.0. 
weblogic.management.DistributedAttributeUpdateException
            
weblogic.management.DistributedOperationUpdateException
            
weblogic.security.KeyManagementException
          Deprecated in WebLogic Server 7.0. 
weblogic.management.configuration.RealmException
          Deprecated in WebLogic Server version 7.0. 
weblogic.rmi.RemoteException
          Deprecated in WebLogic Server 7.0 
weblogic.time.common.TimeTriggerException
          Deprecated in WebLogic Server 6.1 
weblogic.management.tools.WebAppComponentRefreshTool.ManagedServerNotRunningException
            
weblogic.management.tools.WebAppComponentRefreshTool.NoSuchComponentException
            
 

Deprecated Fields
weblogic.apache.xerces.impl.Version.fVersion
          getVersion() should be used instead. 
weblogic.servlet.security.ServletAuthentication.NEEDS_CREDENTIALS
            
 

Deprecated Methods
weblogic.management.configuration.XMLRegistryMBean.addRegistryEntry(XMLRegistryEntryMBean)
            
weblogic.management.configuration.WebDeploymentMBean.addWebServer(WebServerMBean)
          in 7.0.0.0. This attribute is being replaced by VirtualHosts attribute 
weblogic.servlet.security.ServletAuthentication.authObject(String, Object, HttpServletRequest)
            
weblogic.servlet.security.ServletAuthentication.authObject(String, Object, HttpSession, HttpServletRequest)
            
weblogic.time.common.ScheduledTriggerDef.cancel()
          Deprecated in WebLogic Server 6.1 
weblogic.security.SSL.TrustManager.certificateCallback(X509[], int)
            
weblogic.common.T3Connection.connect()
          Use the JNDI model 
weblogic.time.common.TimeServicesDef.currentTimeMillis()
          Deprecated in WebLogic Server 6.1 
weblogic.management.configuration.ApplicationMBean.deploy()
          weblogic.management.runtime.DeployerRuntimeMBean is the appropriate class for deploying an application. Applications using this interface will not use the 2 phase deployment protocol. 
weblogic.management.runtime.JDBCConnectionPoolRuntimeMBean.disableDroppingUsers()
            
weblogic.management.runtime.JDBCConnectionPoolRuntimeMBean.disableFreezingUsers()
            
weblogic.common.T3Connection.disconnect()
          Use the JNDI model 
weblogic.servlet.security.AuthFilter.doFailAuth(ServletRequest, ServletResponse)
            
weblogic.servlet.security.AuthFilter.doPreAuth(ServletRequest, ServletResponse)
            
weblogic.servlet.security.AuthFilter.doSuccessAuth(ServletRequest, ServletResponse)
            
weblogic.management.runtime.JDBCConnectionPoolRuntimeMBean.enable()
            
weblogic.common.LogServicesDef.error(String, String)
          Throwables be left in their raw form rather than stringified so that loggers can manipulate them. Use error(String, Throwable) instead. 
weblogic.common.LogServicesDef.error(Throwable)
          Throwables should be accompanied by a text explanation. Use error(String, Throwable) instead. 
weblogic.management.configuration.JDBCMultiPoolMBean.getACLName()
            
weblogic.management.configuration.JDBCConnectionPoolMBean.getACLName()
            
weblogic.management.runtime.EJBPoolRuntimeMBean.getBeansInUseCount()
          28-Aug-2002. Use getBeansInUseCurrentCount() instead. 
weblogic.management.runtime.EJBCacheRuntimeMBean.getCacheHitCount()
          28-Aug-2002. The cache hit count can be calculated by subtracting the cache miss count from the cache access count. 
weblogic.security.acl.DefaultUserInfoImpl.getCertificates()
          Deprecated in WebLogic Server 7.0. 
weblogic.transaction.TxHelper.getClientTransactionManager()
            
weblogic.management.configuration.KernelMBean.getCompleteCOMMessageTimeout()
            
weblogic.management.configuration.KernelMBean.getCompleteHTTPMessageTimeout()
            
weblogic.management.configuration.KernelMBean.getCompleteIIOPMessageTimeout()
            
weblogic.management.configuration.KernelMBean.getCompleteT3MessageTimeout()
            
weblogic.management.configuration.JDBCDataSourceMBean.getConnectionWaitPeriod()
            
weblogic.security.SSL.SSLSocketFactory.getDefault()
          Deprecated in WebLogic Server 7.0. This method returns the legacy SSLSocketFactory so use the getDefaultJSSE() method instead. 
weblogic.net.http.HttpsURLConnection.getDefaultHostnameVerifier()
          Deprecated in WebLogic Server 7.0. Replaced by the getDefaultHostnameVerifierJSSE() method. 
weblogic.apache.xerces.dom.AttrImpl.getElement()
          Previous working draft of DOM Level 2. New method is getOwnerElement(). 
weblogic.management.console.extensibility.Extension.getExtensionContentFor(ExtensibleTag)
          This method has been replaced by the NavTreeExtension interface; implement that instead. 
weblogic.time.common.TimeRepeat.getFirstScheduleTime()
          Deprecated in WebLogic Server 6.1 
weblogic.common.T3Connection.getHost()
          Use the JNDI model and its accessors for information about the connection 
weblogic.net.http.HttpsURLConnection.getHostnameVerifier()
          Deprecated in WebLogic Server 7.0. Replaced by the getHostnameVerifierJSSE() method. 
weblogic.management.runtime.EJBPoolRuntimeMBean.getIdleBeansCount()
          28-Aug-2002. Use getPooledBeansCurrentCount() instead. 
weblogic.management.configuration.KernelMBean.getIdleIIOPConnectionTimeout()
            
weblogic.management.security.RealmMBean.getKeyStores()
            
weblogic.management.configuration.ApplicationMBean.getLastModified()
          the 2 phase deployment protocol does not maintain application file modification times 
weblogic.management.configuration.ServerMBean.getListenDelaySecs()
            
weblogic.management.configuration.ApplicationMBean.getLoadError()
            
weblogic.time.common.TimeServicesDef.getLocalClockOffsetMillis()
          Deprecated in WebLogic Server 6.1 
weblogic.i18ntools.L10nLookup.getLocalizer(int)
          use L10nLookup.getLocalizer(String) 
weblogic.i18ntools.L10nLookup.getLocalizer(int, Locale)
          use L10nLookup.getLocalizer(String,Locale) 
weblogic.management.configuration.KernelMBean.getMaxCOMMessageSize()
            
weblogic.management.configuration.KernelMBean.getMaxHTTPMessageSize()
            
weblogic.management.configuration.KernelMBean.getMaxIIOPMessageSize()
            
weblogic.management.configuration.IIOPMBean.getMaxMessageSize()
            
weblogic.management.configuration.KernelMBean.getMaxT3MessageSize()
            
weblogic.management.configuration.XMLParserSelectRegistryEntryMBean.getParserClassName()
            
weblogic.common.T3Connection.getPath()
          Use the JNDI model and its accessors for information about the connection 
weblogic.management.configuration.SSLMBean.getPeerValidationEnforced()
          As of WLS 6.1, this is an unused attribute 
weblogic.management.runtime.JDBCConnectionPoolRuntimeMBean.getPoolState()
            
weblogic.common.T3Connection.getPort()
          Use the JNDI model and its accessors for information about the connection 
weblogic.management.configuration.JDBCConnectionPoolMBean.getPreparedStatementCacheSize()
            
weblogic.common.T3Connection.getProtocol()
          Use the JNDI model and its accessors for information about the connection 
weblogic.common.T3Connection.getQueryParam(String)
          Use the JNDI model and its accessors for information about the connection 
weblogic.common.T3Connection.getQueryParams()
          Use the JNDI model and its accessors for information about the connection 
weblogic.management.configuration.JDBCConnectionPoolMBean.getRefreshMinutes()
            
weblogic.management.configuration.XMLRegistryMBean.getRegistryEntries()
            
weblogic.time.common.TimeServicesDef.getRoundTripDelayMillis()
          Deprecated in WebLogic Server 6.1 
weblogic.time.common.TimeServicesDef.getScheduledTrigger(Schedulable, Triggerable)
          Deprecated in WebLogic Server 6.1 
weblogic.time.common.TimeServicesDef.getScheduledTrigger(Scheduler, Trigger)
          Deprecated in WebLogic Server 6.1 
weblogic.management.configuration.SSLMBean.getServerCertificateChainFileName()
          Deprecated in WebLogic Server version 7.0. 
weblogic.management.configuration.SSLMBean.getServerCertificateFileName()
          as of 7.1, server certificates (and chains) should be stored in keystores. 
weblogic.management.configuration.SSLMBean.getServerKeyFileName()
          as of 7.1, private keys should be stored in keystores. 
weblogic.management.configuration.JDBCConnectionPoolMBean.getShrinkPeriodMinutes()
            
weblogic.security.SSL.SSLContext.getSocketFactory()
          Deprecated in WebLogic Server 7.0. Replaced by the getSocketFactoryJSSE() method. 
weblogic.jndi.Environment.getSSLClientKeyPassword()
          This method will be removed in the next major release. 
weblogic.transaction.TxHelper.getTransaction()
            
weblogic.transaction.TxHelper.getTransactionManager()
            
weblogic.management.configuration.SSLMBean.getTrustedCAFileName()
          as of 7.1, trusted CAs should be stored in keystores. 
weblogic.common.T3Connection.getURL()
          Use the JNDI model and its accessors for information about the connection 
weblogic.common.T3Connection.getUser()
          Use the JNDI model and its accessors for information about the connection 
weblogic.security.acl.AbstractListableRealm.getUser(UserInfo)
          Deprecated in WebLogic Server 7.0. 
weblogic.transaction.TxHelper.getUserTransaction()
            
weblogic.management.runtime.EJBPoolRuntimeMBean.getWaiterTotalCount()
          28-Aug-2002. Use getWaiterCurrentCount() instead. 
weblogic.management.configuration.WebDeploymentMBean.getWebServers()
          in 7.0.0.0. This attribute is being replaced by VirtualHosts attribute. To target an actual web server, the ComponentMBean.Targets attribute should be used. 
weblogic.security.service.ApplicationResource.initialize(String)
          As of 04/01/02, the constructor should be used instead.

 

weblogic.security.service.COMResource.initialize(String, String)
          As of 04/01/02, the constructor should be used instead.

 

weblogic.security.service.JNDIResource.initialize(String, String[], String)
          As of 04/01/02, the constructor should be used instead.

 

weblogic.security.service.ServerResource.initialize(String, String, String)
          As of 04/01/02, the constructor should be used instead.

 

weblogic.security.service.EISResource.initialize(String, String, String)
          As of 04/01/02, the constructor should be used instead.

 

weblogic.security.service.AdminResource.initialize(String, String, String)
          As of 04/01/02, the constructor should be used instead.

 

weblogic.security.service.JMSResource.initialize(String, String, String, String)
          As of 04/01/02, the constructor should be used instead.

 

weblogic.security.service.WebResource.initialize(String, String, String, String, String)
          As of 04/01/02, the constructor should be used instead.

 

weblogic.security.service.JDBCResource.initialize(String, String, String, String, String)
          As of 04/01/02, the constructor should be used instead.

 

weblogic.security.service.EJBResource.initialize(String, String, String, String, String, String[])
          As of 04/01/02, the constructor should be used instead.

 

weblogic.common.T3Connection.isConnected()
          Use the JNDI model 
weblogic.time.common.ScheduledTriggerDef.isDaemon()
          Deprecated in WebLogic Server 6.1 
weblogic.management.configuration.ApplicationMBean.isDeployed()
          This attribute is unused for applications deployed with the 2 phase deployment protocol. Application modules are deployed based on whether they have targets. 
weblogic.management.configuration.JMSConnectionFactoryMBean.isUserTransactionsEnabled()
            
weblogic.management.configuration.JDBCDataSourceMBean.isWaitForConnectionEnabled()
            
weblogic.management.configuration.JMSConnectionFactoryMBean.isXAServerEnabled()
            
weblogic.time.common.TimeRepeat.lastTime()
          Deprecated in WebLogic Server 6.1 
weblogic.management.configuration.ApplicationMBean.load()
          weblogic.management.runtime.DeployerRuntimeMBean is the appropriate class for initializing application and component MBeans. Applications using this interface will not use the 2 phase deployment protocol. 
weblogic.management.configuration.ApplicationMBean.load(boolean)
          weblogic.management.runtime.DeployerRuntimeMBean is the appropriate class for initializing application and component MBeans. Applications using this interface will not use the 2 phase deployment protocol. 
weblogic.common.LogServicesDef.log(String)
          Use a more specific method such as info, error, or warning 
weblogic.common.LogServicesDef.log(String, Throwable)
          Use a more specific method such as info, error, or warning 
weblogic.management.tools.WebAppComponentRefreshTool.refresh()
          Use weblogic.Deployer instead 
weblogic.management.configuration.XMLRegistryMBean.removeRegistryEntry(XMLRegistryEntryMBean)
            
weblogic.management.configuration.WebDeploymentMBean.removeWebServer(WebServerMBean)
          in 7.0.0.0. This attribute is being replaced by VirtualHosts attribute 
weblogic.security.service.ResourceBase.reset()
          As of 04/01/02.

 

weblogic.security.service.JNDIResource.reset()
          As of 04/01/02.

 

weblogic.security.service.EJBResource.reset()
          As of 04/01/02.

 

weblogic.security.service.ApplicationResource.reset()
          As of 04/01/02.

 

weblogic.time.common.ScheduledTriggerDef.schedule()
          Deprecated in WebLogic Server 6.1 
weblogic.time.common.TimeRepeat.schedule(long)
          Deprecated in WebLogic Server 6.1 
weblogic.time.common.Schedulable.schedule(long)
          Deprecated in WebLogic Server 6.1 
weblogic.time.common.ScheduleDef.scheduleInit(ParamSet)
          Deprecated in WebLogic Server 6.1 
weblogic.common.LogServicesDef.security(String)
          Only the security service should log security messages. 
weblogic.servlet.security.AuthFilter.service(ServletRequest, ServletResponse)
            
weblogic.management.configuration.JDBCMultiPoolMBean.setACLName(String)
          @non-dynamic 
weblogic.management.configuration.JDBCConnectionPoolMBean.setACLName(String)
            
weblogic.management.configuration.JDBCDataSourceMBean.setConnectionWaitPeriod(int)
            
weblogic.time.common.ScheduledTriggerDef.setDaemon(boolean)
          Deprecated in WebLogic Server 6.1 
weblogic.time.common.ScheduledTriggerDef.setDispatchPolicy(String)
          Deprecated in WebLogic Server 6.1 
weblogic.security.net.ConnectionFilterImpl.setFilter(ConnectionFilter)
            
weblogic.time.common.TimeRepeat.setFirstScheduleTime(long)
          Deprecated in WebLogic Server 6.1 
weblogic.net.http.HttpsURLConnection.setHostnameVerifier(HostnameVerifier)
          Deprecated in WebLogic Server 7.0. Replaced by the setHostnameVerifierJSSE() method. 
weblogic.security.SSL.SSLContext.setHostnameVerifier(HostnameVerifier)
          Deprecated in WebLogic Server 7.0. Replaced by the setHostnameVerifierJSSE() method. 
weblogic.management.security.RealmMBean.setKeyStores(KeyStoreMBean[])
            
weblogic.apache.xml.serialize.XMLSerializer.setNamespaces(boolean)
          -- functionality could be removed 
weblogic.management.configuration.XMLParserSelectRegistryEntryMBean.setParserClassName(String)
            
weblogic.management.configuration.JDBCConnectionPoolMBean.setPreparedStatementCacheSize(int)
          @non-dynamic 
weblogic.management.configuration.JDBCConnectionPoolMBean.setRefreshMinutes(int)
            
weblogic.management.configuration.XMLRegistryMBean.setRegistryEntries(XMLRegistryEntryMBean[])
            
weblogic.management.configuration.SSLMBean.setServerCertificateFileName(String)
          as of 7.1, server certificates (and chains) should be stored in keystores. 
weblogic.management.configuration.SSLMBean.setServerKeyFileName(String)
          as of 7.1, private keys should be stored in keystores. 
weblogic.time.common.TriggerDef.setServices(T3ServicesDef)
          Deprecated in WebLogic Server 6.1 
weblogic.time.common.ScheduleDef.setServices(T3ServicesDef)
          Deprecated in WebLogic Server 6.1 
weblogic.management.configuration.JDBCConnectionPoolMBean.setShrinkPeriodMinutes(int)
            
weblogic.security.acl.SSLUserInfo.setSSLCertificate(X509)
          Deprecated in WebLogic Server 7.0. 
weblogic.management.configuration.SSLMBean.setTrustedCAFileName(String)
          as of 7.1, trusted CAs should be stored in keystores. 
weblogic.security.SSL.SSLContext.setTrustManager(TrustManager)
          Deprecated in WebLogic Server 7.0. Replaced by the setTrustManagerJSSE() method. 
weblogic.management.configuration.JMSConnectionFactoryMBean.setUserTransactionsEnabled(boolean)
            
weblogic.management.configuration.JDBCDataSourceMBean.setWaitForConnectionEnabled(boolean)
            
weblogic.management.configuration.WebDeploymentMBean.setWebServers(WebServerMBean[])
          in 7.0.0.0. This attribute is being replaced by VirtualHosts attribute 
weblogic.management.configuration.JMSConnectionFactoryMBean.setXAServerEnabled(boolean)
            
weblogic.management.runtime.JDBCConnectionPoolRuntimeMBean.shutdownHard()
            
weblogic.management.runtime.JDBCConnectionPoolRuntimeMBean.shutdownSoft()
            
weblogic.management.configuration.ServerMBean.stop()
            
weblogic.common.T3Connection.toString()
          Information is no longer very useful 
weblogic.time.common.Triggerable.trigger(Schedulable)
          Deprecated in WebLogic Server 6.1 
weblogic.time.common.TriggerDef.triggerInit(ParamSet)
          Deprecated in WebLogic Server 6.1 
weblogic.management.configuration.ApplicationMBean.undeploy()
          weblogic.management.runtime.DeployerRuntimeMBean is the appropriate class for undeploying an application. Applications using this interface will not use the 2 phase deployment protocol. 
weblogic.servlet.security.ServletAuthentication.weak(String, String, HttpSession)
            
 

Deprecated Constructors
weblogic.security.service.ApplicationResource()
          As of 04/01/02.

 

weblogic.management.AttributeAddNotification(ObjectName, String, Object)
            
weblogic.security.service.JNDIResource()
          As of 04/01/02.

 

weblogic.time.common.Scheduler(Schedulable)
          Deprecated in WebLogic Server 6.1 
weblogic.time.common.Scheduler(Schedulable, ParamSet)
          Deprecated in WebLogic Server 6.1 
weblogic.time.common.Scheduler(String)
          Deprecated in WebLogic Server 6.1 
weblogic.time.common.Scheduler(String, ParamSet)
          Deprecated in WebLogic Server 6.1 
weblogic.common.T3Connection(String)
          Use the JNDI model 
weblogic.common.T3Connection(String, UserInfo)
          Use the JNDI model 
weblogic.time.common.TimeRepeat(int)
          Deprecated in WebLogic Server 6.1 
weblogic.time.common.TimeRepeat(long)
          Deprecated in WebLogic Server 6.1 
weblogic.time.common.TimeTriggerException(String)
          Deprecated in WebLogic Server 6.1 
weblogic.time.common.Trigger(String)
          Deprecated in WebLogic Server 6.1 
weblogic.time.common.Trigger(String, ParamSet)
          Deprecated in WebLogic Server 6.1 
weblogic.time.common.Trigger(Triggerable)
          Deprecated in WebLogic Server 6.1 
weblogic.time.common.Trigger(Triggerable, ParamSet)
          Deprecated in WebLogic Server 6.1 
weblogic.management.tools.WebAppComponentRefreshTool(String, String, String, String, String, String[])
          Use weblogic.Deployer instead 
weblogic.management.tools.WebAppComponentRefreshTool(String, String, String, String, String, String, String[])
          Use weblogic.Deployer instead 
weblogic.management.tools.WebAppComponentRefreshTool(String, String, String, String, String, String, String[], boolean)
          Use weblogic.Deployer instead 
weblogic.management.WebLogicObjectName(ObjectName, String)
          In WLS 6.1 
weblogic.management.WebLogicObjectName(String)
          In WLS 6.1 
weblogic.management.WebLogicObjectName(String, Hashtable)
          In WLS 6.1 
weblogic.management.WebLogicObjectName(String, String, WebLogicObjectName)
          In WLS 6.1 
weblogic.management.WebLogicObjectName(WebLogicObjectName, WebLogicObjectName)
          In WLS 6.1 
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81b