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 How to enter email address for P10 certificate request in RSA Certificate Manager 14Number 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 Previously entered form values in RSA Via Lifecycle and Governance are not refreshed when navigating back in the form 21Number of Views Installation fails with 'unzip: cannot find zipfile directory in one of /tmp/aveksa/packages/<filename.zip>' error in RSA … 54Number of Views
Trending Articles
How to recover the Application and AFX after an unexpected database failure in RSA Identity Governance & Lifecycle RSA SecurID Software Token 5.0.2 for Windows Desktop displays message after reboot due to roaming profile: No token stor… RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide Downloading RSA Authentication Manager license files or RSA Software token seed records RSA Release Notes for RSA Authentication Manager 8.8
Don't see what you're looking for?