Programatically create a user with no expiration date in RSA Authentication Manager 8.x
2 years ago
Originally Published: 2010-05-26
Article Number
000066671
Applies To
RSA Product Set: SecurID
RSA Product/Service Type: Authenication Manager SDK
RSA Version/Condition: 8.x
Issue
This article explains how to programatically create a user with no expiration date in RSA Authentication Manager 8.x.

TheAdminAPIDemos sample code shows how to set an expiration date for a user via method PrincipalDTO.setAccountExpireDate.
Resolution
The default principal expiration is never expire.  If you do not want the new account to have an expiration date simply do not call PrincipalDTO.setAccountExpireDate during the principal creation process.