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 How to change the date format from MM/DD/YY to DD/MM/YY on RSA Identity Governance & Lifecycle 6.9.1 and 7.0.0 17Number of Views Replica having trouble authenticting users. Unexpected error retrieving ldap config info ims.ldap.connect. Using default v… 16Number of Views Pre-Upgrade Script Information 919Number of Views How to configure High Availability (HA) on multiple RSA Authentication Agents for Citrix StoreFront with Risk Based Authen… 249Number of Views
Trending Articles
RSA Authentication Manager 8.9 Setup and Configuration Guide How to 'Trust' the RSA Authentication Manager Security Console Self-Signed Root CA certificate and prevent Cert warnings. RSA Authentication Manager 8.9 Release Notes (January 2026) Configure RSA Authentication Manager as a Secure Proxy Server for Cloud Access Service LDAP password authentication failed - Logon failure: unknown username or invalid password when attempting RADIUS authentic…
Don't see what you're looking for?