weblogic - Add security realm role using WLST -


i have started wl admin console. went security realms -> myrealm -> roles , policies -> global roles -> roles. there clicked on "new" button, created new role, modified it, giving "allow access everyone" role condition. works perfectly.

my question is: how can same thing using wlst? have managed find these roles, list them, remove them, can't find method create new role , give role condition.

thanks help.


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -