Class AuthenticationSetting


  • public class AuthenticationSetting
    extends Object
    • Field Detail

      • serverId

        private String serverId
        serverId from settings.xml
      • file

        private File file
        Authentication file.
    • Constructor Detail

      • AuthenticationSetting

        public AuthenticationSetting()
    • Method Detail

      • getServerId

        public String getServerId()
      • setServerId

        public void setServerId​(String serverId)
      • getFile

        public File getFile()
      • setFile

        public void setFile​(File file)