JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Identity Analytics API Guide 11g Release 1
search filter icon
search icon

Document Information

Preface

1.  User Service

2.  Role Service

Overview

WSDL Access

API Reference

Find Roles in Business Units

Method Signature

Request Parameters

Response

Exception

Find Users in Role

Method Signature

Request Parameters

Response

Exception

Assign User to Role

Method Signature

Request Parameters

Response

Exception

Remove User From Role

Method Signature

Request Parameters

Response

Exception

Preview User to Role Assignment

Method Signature

Request Parameters

Response

Exception

3.  Business Unit Service

4.  Identity Audit Service

5.  Web Service Exception Handling

Overview

This chapter describes the web services that are used to get roles and policies information from Oracle Identity Analytics.

Each web service has two parts: the request parameters and the response. Request parameters such as businessUnitName and roleId are used to request a role by business unit name or role name, and the policyId request parameter is used to request a policy by policy ID. The typical responses received are the RoleVO and AccessPolicyVO objects. The Role Value Object provides the resultant role object on the request criteria of roleId.

Note - The Role Management Service has been deprecated and is superseded by the Role Service. Implementations using methods from the Role Management Service, however, can continue to use the older methods.