BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


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

Packages that use ApplicationInfo.ComponentType
weblogic.security.service

This package 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 ApplicationInfo.ComponentType in weblogic.security.service
 

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

Constructors in weblogic.security.service with parameters of type ApplicationInfo.ComponentType
SecurityApplicationInfoImpl(weblogic.management.configuration.AppDeploymentMBean mbean, ApplicationInfo.ComponentType componentType, String componentName)
          Construct a SecurityApplicationInfo.
 

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.EJB
          Indicates that component type is an EJB.
static ApplicationInfo.ComponentType ApplicationInfo.ComponentType.WEBAPP
          Indicates that component type is a WebApp.
static ApplicationInfo.ComponentType ApplicationInfo.ComponentType.CONTROL_RESOURCE
          Indicates that component type is a ControlResource.
 

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


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.