| Package | Description | 
|---|---|
| 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. | 
| Modifier and Type | Class | Description | 
|---|---|---|
| class  | AdminResource | The  AdminResourceclass 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  ApplicationResourceclass 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  COMResourceclass is used by a container to specify a
 class type that can be exported from the COM runtime. | 
| class  | ControlResource | The  ControlResourceclass 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  EISResourceclass 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  EJBResourceclass 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  JDBCResourceclass 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  JMSResourceclass 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  JMXResourceclass 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  JNDIResourceclass 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  RemoteResourceclass is used by WLS
 to represent a service endpoint that is not deployed
 on the local WLS server. | 
| class  | ResourceBase | The  ResourceBaseclass is an abstract base class for all the specific resource types
 and facilitates the model for the extending resources. | 
| class  | ServerResource | The  ServerResourceclass 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  URLResourceclass 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  WebServiceResourceclass 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  WorkContextResourceclass is used by a container to specify the
 WorkContext resource (and method related to the resource) that a caller is
 attempting to access. | 
| Modifier and Type | Interface | Description | 
|---|---|---|
| interface  | SelfDescribingResourceV2 | The  SelfDescribingResourceV2class adds more query methods to theSelfDescribingResourceclass. |