Class GlassFish4xInstalledLocalDeployer

    • Constructor Detail

      • GlassFish4xInstalledLocalDeployer

        public GlassFish4xInstalledLocalDeployer​(InstalledLocalContainer localContainer)
        Calls parent constructor, which saves the container.
        Parameters:
        localContainer - Container.
    • Method Detail

      • createFileUser

        public void createFileUser​(User user)
        Does not do anything since GlassFish 3.x support was not tested. Calls create-file-user via asadmin to register a user.
        Overrides:
        createFileUser in class GlassFish3xInstalledLocalDeployer
        Parameters:
        user - user to register
      • activateDefaultPrincipalToRoleMapping

        public void activateDefaultPrincipalToRoleMapping()
        Does not do anything since GlassFish 3.x support was not tested. Activates the default principal to role mapping. This allows groups defined in cargo.servlet.users to be used as the roles for the application.
        Overrides:
        activateDefaultPrincipalToRoleMapping in class GlassFish3xInstalledLocalDeployer