{ "opencollection": "1.0.0", "info": { "name": "Oracle WebLogic Server Oracle WebLogic Deployment Application Deployment Security API", "version": "12.2.1.3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Security", "type": "folder" }, "items": [ { "info": { "name": "Oracle WebLogic Server List all security realms", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/edit/securityConfiguration/realms" }, "docs": "Oracle WebLogic Server List all security realms" }, { "info": { "name": "Oracle WebLogic Server Create a security realm", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/edit/securityConfiguration/realms", "headers": [ { "name": "X-Requested-By", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Oracle WebLogic Server Create a security realm" }, { "info": { "name": "Oracle WebLogic Server Get a security realm configuration", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/edit/securityConfiguration/realms/:realmName", "params": [ { "name": "realmName", "value": "", "type": "path", "description": "Name of the security realm" } ] }, "docs": "Oracle WebLogic Server Get a security realm configuration" }, { "info": { "name": "Oracle WebLogic Server Update a security realm", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/edit/securityConfiguration/realms/:realmName", "headers": [ { "name": "X-Requested-By", "value": "" } ], "params": [ { "name": "realmName", "value": "", "type": "path", "description": "Name of the security realm" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Oracle WebLogic Server Update a security realm" }, { "info": { "name": "Oracle WebLogic Server List authentication providers for a realm", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/edit/securityConfiguration/realms/:realmName/authenticationProviders", "params": [ { "name": "realmName", "value": "", "type": "path", "description": "Name of the security realm" } ] }, "docs": "Oracle WebLogic Server List authentication providers for a realm" }, { "info": { "name": "Oracle WebLogic Server Create an authentication provider", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/edit/securityConfiguration/realms/:realmName/authenticationProviders", "headers": [ { "name": "X-Requested-By", "value": "" } ], "params": [ { "name": "realmName", "value": "", "type": "path", "description": "Name of the security realm" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Oracle WebLogic Server Create an authentication provider" }, { "info": { "name": "Oracle WebLogic Server Create a user in an authentication provider", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/serverConfig/securityConfiguration/realms/:realmName/authenticationProviders/:providerName/createUser", "headers": [ { "name": "X-Requested-By", "value": "" } ], "params": [ { "name": "realmName", "value": "", "type": "path", "description": "Name of the security realm" }, { "name": "providerName", "value": "", "type": "path", "description": "Name of the authentication provider" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new user in the specified authentication provider. This is an operation invoked on the serverConfig tree." }, { "info": { "name": "Oracle WebLogic Server Add a user or group to a security group", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/serverConfig/securityConfiguration/realms/:realmName/authenticationProviders/:providerName/addMemberToGroup", "headers": [ { "name": "X-Requested-By", "value": "" } ], "params": [ { "name": "realmName", "value": "", "type": "path", "description": "Name of the security realm" }, { "name": "providerName", "value": "", "type": "path", "description": "Name of the authentication provider" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Oracle WebLogic Server Add a user or group to a security group" } ] } ], "bundled": true }