Identity Management (MOSC)

MOSC Banner

Trying to list Oracle Entitlement Server Security Modules programmatically

edited Dec 6, 2017 4:08AM in Identity Management (MOSC) 5 commentsAnswered

Hi,

I am trying to write a small test application in Java to list all of the Security Modules in an Oracle Entitlements Server instance.

I found this page, which has an incomplete code snippet using "getSecurityModules()":

https://docs.oracle.com/cd/E52734_01/oes/ESAPI/oracle/security/jps/service/policystore/search/SecurityModuleSearchQuery.…

I also found this page:

https://docs.oracle.com/cd/E28280_01/security.1111/e14097/distpolicies.htm#ESPSJ371

which, in 4.3.1, has a small (really small) snippet in Example 4.3:

//get the policy store and configuration manager

PolicyStore ps = ctx.getServiceInstance(PolicyStore.class);

ConfigurationManager configMgr = ps.getConfigurationManager();

However, I am having problems trying to put this information together to get a working application. 

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center