How to retrieve the CT Server info enter into RSA Federated Identity Manager (FIM) GUI within Custom Plugins
Originally Published: 2004-12-24
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
Being prompted to enter PIN when issuing certificate off of an nCipher based CA 11Number of Views RSA Governance & Lifecycle Blueprint - License Insights Solution - Dashboard Info v1 18Number of Views How to enter email address for P10 certificate request in RSA Certificate Manager 14Number of Views Additional Apache Struts INFO level messages in WebLogic log files. 23Number 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
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x
Don't see what you're looking for?