09-20-2006 10:57 AM
09-20-2006 11:43 AM
AuthenticationUtils.startSession("admin", "admin"); error java.lang.NullPointerException 09-21-2006 09:49 AM
09-21-2006 10:57 AM
AuthenticationUtils.startSession("admin","admin");
NewUserDetails newUser = new NewUserDetails();
newUser.setUserName("prova");
newUser.setPassword("prova");
UserDetails[] userDetails = WebServiceFactory.getAdministrationService().createUsers(new NewUserDetails[ ]{newUser});
AuthenticationUtils.endSession();
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.