setLoginType Example // Set client login type, find login types at: // https://www-304.ibm.com/support/docview.wss?uid=swg21114318 Short loginType = 0x130C; m_communityService.setLoginType(loginType); After setting the type, perform the login.