Author Topic: KKAdmin login with user/password  (Read 632 times)

fjbarrena

  • Jr. Member
  • **
  • Posts: 13
    • View Profile
KKAdmin login with user/password
« on: February 11, 2010, 05:38:30 AM »
Hi all,

to use KKAdmin object we need to login in Konakart with an administrator's user/password account, like this:

   Class<?> engineClass =
      Class.forName("com.konakartadmin.bl.KKAdmin");
            
        eng = (KKAdminIf) engineClass.newInstance();
                  
   sessionId = eng.login(AdminConstants.KONAKART_ADMIN_USER,
             AdminConstants.KONAKART_ADMIN_PASSWORD);

I think this is a big security black hole, and my question is

¿it's necessary?
¿there are another way to access to KKAdmin?

Best regards.