Class ImportEntityModelImpl

    • Constructor Detail

      • ImportEntityModelImpl

        public ImportEntityModelImpl​(jakarta.servlet.http.HttpServletRequest req,
                                     Map map)
    • Method Detail

      • importEntity

        public void importEntity​(Map requestData)
                          throws AMConsoleException
        Import one of the following entity types: SAMLv2, IDFF, or WSFed. The parameters are the file names containing the standard and extended metadata. The standard is required, while the extended is optional.
        Specified by:
        importEntity in interface ImportEntityModel
        Parameters:
        requestData - is a Map containing the name of the standard meta data file name, and the name of the extended meta data file name.
        Throws:
        AMConsoleException - if unable to process this request.