Class SecurityContainer

  • All Implemented Interfaces:
    Container, org.glassfish.hk2.api.PostConstruct

    @Service(name="com.sun.enterprise.security.ee.SecurityContainer")
    public class SecurityContainer
    extends Object
    implements Container, org.glassfish.hk2.api.PostConstruct
    Security container service
    • 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
    • Constructor Detail

      • SecurityContainer

        public SecurityContainer()
    • Method Detail

      • getName

        public String getName()
        Description copied from interface: Container
        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.
        Specified by:
        getName in interface Container
        Returns:
        a human readable name for this container.
      • getDeployer

        public Class<? extends Deployer> getDeployer()
        Description copied from interface: Container
        Returns the Deployer implementation capable of deploying applications to this container.
        Specified by:
        getDeployer in interface Container
        Returns:
        the Deployer implementation
      • postConstruct

        public void postConstruct()
        Specified by:
        postConstruct in interface org.glassfish.hk2.api.PostConstruct