Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Are you asking for the wlst wrapper scripts for the group reader mbean? ie: sec=cmo.getSecurityConfiguration().getDefaultRealm().lookupAuthenticationProvider('DefaultAuthenticator') users=sec.listGroups('username') This for example would find all the groups the specified user belongs to. There are quite a few methods…