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 Detail

      • 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)