| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_WEB_MODULE_NAME
The system-assigned default web module's name/identifier.
|
| Constructor and Description |
|---|
SecurityContainer() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Deployer> |
getDeployer()
Returns the Deployer implementation capable of deploying applications to this
container.
|
String |
getName()
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.
|
void |
postConstruct() |
public static final String DEFAULT_WEB_MODULE_NAME
public String getName()
Containerpublic Class<? extends Deployer> getDeployer()
ContainergetDeployer in interface Containerpublic void postConstruct()
postConstruct in interface org.glassfish.hk2.api.PostConstructCopyright © 2017. All rights reserved.