How to retrieve the CT Server info enter into RSA Federated Identity Manager (FIM) GUI within Custom Plugins
Originally Published: 2004-12-24
Last Modified: 2023-09-22
Article Number
Applies To
Issue
Resolution
Admin
try {
apiServerProxy = CtAdminApiPool.getInstance().getConnection();
} catch (Exception ex) {
Debug.traceException(this, ex);
throw new AttributePluginException(ex);
}
Runtime
myRuntimeAPIPool = CtRuntimeApiPool.getInstance();
if (myRuntimeAPIPool != null) {
runtimeAPI = myRuntimeAPIPool.getRuntimeAPIConnection();
if (runtimeAPI != null) {
noRuntimeAPI = false;
}
}
Related Articles
How to enter email address for P10 certificate request in RSA Certificate Manager 16Number of Views Add User task list item does not allow user to enter user's name and login in RSA ACE/Server 5.2 9Number of Views Being prompted to enter PIN when issuing certificate off of an nCipher based CA 13Number of Views PASSCODE slow to appear in post dial terminal window after end user enters username (and domain name depending on the conf… 24Number of Views Previously entered form values in RSA Via Lifecycle and Governance are not refreshed when navigating back in the form 21Number of Views
Trending Articles
How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device Unable to login to RSA Authentication Manager Security Console as super admin Manual synchronization introduced in RSA Authentication Manager 8.2 Service Pack 1 patch 6 Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory How to verify NTP server synchronization is not working in RSA Authentication Manager 8.x
Don't see what you're looking for?