case AuthenticationMethod.AUTH_TYPE_ID_PASS:
initRequest.idAuthentication = new IdAuthentication_type();
initRequest.idAuthentication.which = IdAuthentication_type.idpass_CID;
idPass_inline0_type idpass = new idPass_inline0_type();
idpass.groupId = authenticationMethod.getGroupId();
idpass.userId = authenticationMethod.getUserId();
idpass.password = authenticationMethod.getCredentials();
initRequest.idAuthentication.o = idpass;