Query JMS resource policy using wlst / python
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).