Oracle Weblogic Server (MOSC)

MOSC Banner

Query JMS resource policy using wlst / python

edited Mar 16, 2015 7:30PM in Oracle Weblogic Server (MOSC) 2 comments

i'm developing script to automate verification post provioioning of an environment (done using MyST). I want to list the policies attached to a JMS resource using wlst script, however i get no information:

i'm getting these results which don't make any sense:

wls:/xxx_domain/domainConfig/SecurityConfiguration/xxx_domain/Realms/myrealm/Authorizers/XACMLAuthorizer>cmo.listPoliciesByApplication('xxxJmsSystemResource',20)

'pm0'

wls:/xxx_domain/domainConfig/SecurityConfiguration/xxx_domain/Realms/myrealm/Authorizers/XACMLAuthorizer> cmo.listAllPolicies(20)

'pm1'

wls:/xxx_domain/domainConfig/SecurityConfiguration/xxx_domain/Realms/myrealm/Authorizers/XACMLAuthorizer> cmo.listAllPolicies()

'p1'

I believe that i'm in the correct MBean structure above. I believe that these XACML auth policies are stored in the embedded LDAP in our case (There is no RDBMS security store configured).

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