Interface EmbeddedSecurity

All Known Implementing Classes:
EmbeddedSecurityUtil

@Contract public interface EmbeddedSecurity
Utility contact to copy the security related config files from the passed non-embedded instanceDir to the embedded server instance's config. This is implemented by the EmbeddedSecurityUtil class
Author:
Nithya Subramanian
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    copyConfigFiles(org.glassfish.hk2.api.ServiceLocator habitat, File fromInstanceDir, File domainXml)
     
    getKeyFileNames(com.sun.enterprise.config.serverbeans.SecurityService securityService)
     
    boolean
    isEmbedded(org.glassfish.api.admin.ServerEnvironment se)
     
    parseFileName(String fullFilePath)
     
  • Method Details

    • copyConfigFiles

      void copyConfigFiles(org.glassfish.hk2.api.ServiceLocator habitat, File fromInstanceDir, File domainXml) throws IOException, XMLStreamException
      Throws:
      IOException
      XMLStreamException
    • parseFileName

      String parseFileName(String fullFilePath)
    • isEmbedded

      boolean isEmbedded(org.glassfish.api.admin.ServerEnvironment se)
    • getKeyFileNames

      List<String> getKeyFileNames(com.sun.enterprise.config.serverbeans.SecurityService securityService)