Package com.sun.enterprise.security.ee
Class SecurityContainer
- java.lang.Object
-
- com.sun.enterprise.security.ee.SecurityContainer
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_WEB_MODULE_NAMEThe system-assigned default web module's name/identifier.
-
Constructor Summary
Constructors Constructor Description SecurityContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends Deployer>getDeployer()Returns the Deployer implementation capable of deploying applications to this container.StringgetName()Returns a human redeable name for this container, this name is not used for identifying the container but can be used to display messages belonging to the container.voidpostConstruct()
-
-
-
Field Detail
-
DEFAULT_WEB_MODULE_NAME
public static final String DEFAULT_WEB_MODULE_NAME
The system-assigned default web module's name/identifier. This has to be the same value as is in j2ee/WebModule.cpp.- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:ContainerReturns a human redeable name for this container, this name is not used for identifying the container but can be used to display messages belonging to the container.
-
getDeployer
public Class<? extends Deployer> getDeployer()
Description copied from interface:ContainerReturns the Deployer implementation capable of deploying applications to this container.- Specified by:
getDeployerin interfaceContainer- Returns:
- the Deployer implementation
-
postConstruct
public void postConstruct()
- Specified by:
postConstructin interfaceorg.glassfish.hk2.api.PostConstruct
-
-