Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.3)

Part Number E13941-03

Uses of Interface
weblogic.security.spi.SelfDescribingResource

Packages that use SelfDescribingResource
weblogic.security.service Deprecated 9.0.0.0. Includes interfaces, classes, and exceptions that support security providers. 
weblogic.security.spi This package includes interfaces, classes, and exceptions you use to develop security providers. 
 

Uses of SelfDescribingResource in weblogic.security.service
 

Classes in weblogic.security.service that implement SelfDescribingResource
 class AdminResource
          The AdminResource class is used by a container to specify the Administrative resource (and method related to the resource) that a caller is attempting to access.
 class ApplicationResource
          The ApplicationResource class is used by a container to specify the Application resource (and method related to the resource) for which a security policy is being defined, or that a caller is attempting to access.
 class COMResource
          The COMResource class is used by a container to specify a class type that can be exported from the COM runtime.
 class ControlResource
          The ControlResource class is used by a controls container to specify the Control resource (and method related to the resource) that a caller is attempting to access.
 class EISResource
          The EISResource class is used by a container to specify the EIS resource (and method related to the resource) that a caller is attempting to access.
 class EJBResource
          The EJBResource class is used by a container to specify the EJB resource (and method related to the resource) that a caller is attempting to access.
 class JDBCResource
          The JDBCResource class is used by a container to specify the JDBC resource (and method related to the resource) that a caller is attempting to access.
 class JMSResource
          The JMSResource class is used by a container to specify the JMS resource (and method related to the resource) that a caller is attempting to access.
 class JMXResource
          The JMXResource class is used by a container to specify the JMX MBean resource (and method related to the resource) that a caller is attempting to access.
 class JNDIResource
          The JNDIResource class is used by a container to specify the JMS resource (and method related to the resource) that a caller is attempting to access.
 class RemoteResource
          The RemoteResource class is used by WLS to represent a service endpoint that is not deployed on the local WLS server.
 class ResourceBase
          The ResourceBase class is an abstract base class for all the specific resource types and facilitates the model for the extending resources.
 class ServerResource
          The ServerResource class is used by a container to specify the Server resource (and method related to the resource) that a caller is attempting to access.
 class URLResource
          The URLResource class is used by a container to specify the URL resource (and method related to the resource) that a caller is attempting to access.
 class WebServiceResource
          The WebServiceResource class is used by a container to specify the Web Service resource (and method related to the resource) that a caller is attempting to access.
 class WorkContextResource
          The WorkContextResource class is used by a container to specify the WorkContext resource (and method related to the resource) that a caller is attempting to access.
 

Uses of SelfDescribingResource in weblogic.security.spi
 

Subinterfaces of SelfDescribingResource in weblogic.security.spi
 interface SelfDescribingResourceV2
          The SelfDescribingResourceV2 class adds more query methods to the SelfDescribingResource class.
 


Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server 10.3.3 API Reference
11g Release 1 (10.3.3)

Part Number E13941-03