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
What is the originator info? 35Number of Views Form control type 'Drop Down Select with Web Service' displays Unauthorized error in RSA Identity Governance & Lifecycle 7… 143Number of Views Java client looks for a new key when requested stale key is in the cache 20Number of Views RSA Authenticator 4.3 for iOS and Android Coming in August 2023 with New Look and More 32Number of Views Upload OATH HOTP OTP Seed File fails with Admin Event "Authenticator(s) with serial number - [xxxxx] were not imported be… 102Number of Views
Trending Articles
RSA Authentication Manager 8.9 Release Notes (January 2026) RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA-2026-07: RSA Authentication Manager Security Update for Third-Party Component Vulnerabilities Downloading RSA Authentication Manager license files or RSA Software token seed records RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide
Don't see what you're looking for?