Oracle Fusion Middleware
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02

Uses of Class
weblogic.security.spi.ApplicationInfo.ComponentType

Packages that use ApplicationInfo.ComponentType
weblogic.security.spi This package includes interfaces, classes, and exceptions you use to develop security providers. 
 

Uses of ApplicationInfo.ComponentType in weblogic.security.spi
 

Fields in weblogic.security.spi declared as ApplicationInfo.ComponentType
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.
 

Methods in weblogic.security.spi that return ApplicationInfo.ComponentType
 ApplicationInfo.ComponentType ApplicationInfo.getComponentType()
          Get the type of component.
 


Copyright 1996, 2011, 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 API Reference
12c Release 1 (12.1.1)

Part Number E24391-02