Oracle Entitlements Server Provider SSPI API Reference

Deprecated API

Deprecated Classes
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

 

 

Deprecated Methods
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.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.

 

 

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

 

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