I develope a new code for the API 8.6 and few of this class is obsolete
import com.rsa.admin.*;
import com.rsa.admin.data.*;
import com.rsa.authmgr.admin.tokenmgt.LookupTokenCommand;
import com.rsa.authmgr.admin.tokenmgt.ResynchronizeTokenCommand;
import com.rsa.authmgr.admin.tokenmgt.SearchTokensCommand;
import com.rsa.authmgr.admin.tokenmgt.UpdateTokenCommand;
import com.rsa.authmgr.admin.tokenmgt.data.ListTokenDTO;
import com.rsa.authmgr.admin.tokenmgt.data.TokenDTO;
import com.rsa.authmgr.common.SecurIDAuthenticationConstants;
import com.rsa.authn.AuthenticationCommandException;
import com.rsa.authn.LoginCommand;
import com.rsa.authn.data.AbstractParameterDTO;
import com.rsa.authn.data.FieldParameterDTO;
import com.rsa.command.*;
import com.rsa.command.exception.DuplicateDataException;
import com.rsa.common.AuthenticationConstants;
import com.rsa.common.SystemException;
import com.rsa.common.search.Filter;
There is a way to view the new class and libraries published for API 8.6 and AM 8.1
Hi Sebastian,
I think there may be some confusion between the RSA Authentication Manager Administrative Software Development Kit (SDK) and the RSA Agent Authentication SDK. The Administrative SDK allow programs to make administrative changes to data within the RSA Authentication Manager (i.e. Add a user, Assign a token, etc.). The Agent Authentication SDK allows you to make a program that performs SecurID authentication. These are completely different interfaces with different requirements.
The classes you mention above are not a part of the Authentication SDK. Interfaces such as the "UpdateTokenCommand" are a part of the Administrative SDK. This SDK is provided on the "Extras DVD" and is available for download through RSA Link.