| 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 | Field | Description |
|---|---|---|
static ApplicationInfo.ComponentType |
ApplicationInfo.ComponentType.APPLICATION |
Indicates that component type is an Application.
|
static ApplicationInfo.ComponentType |
ApplicationInfo.ComponentType.CONTROL_RESOURCE |
Indicates that component type is a ControlResource.
|
static ApplicationInfo.ComponentType |
ApplicationInfo.ComponentType.EJB |
Indicates that component type is an EJB.
|
static ApplicationInfo.ComponentType |
ApplicationInfo.ComponentType.WEBAPP |
Indicates that component type is a WebApp.
|
| Modifier and Type | Method | Description |
|---|---|---|
ApplicationInfo.ComponentType |
ApplicationInfo.getComponentType() |
Get the type of component.
|