Informatica ActiveVOS
- Informatica ActiveVOS 9.2.5
- All Products
Operation Name
| Description
|
---|---|
findRolesByPrincipal
| Returns a list of roles for the named principal. For example
User1 is a member of
Administration and
Finance .
|
findRoles
| Returns a list of roles, such as
Marketing ,
Finance , and
DnsAdmins that are defined in the directory service.
|
findIdentitiesByRole
| Returns a list of identities for the named roles
|
findIdentities
| Returns a list of identities that includes user name and email address
Specifies which roles and principals to include and exclude from the results
The query is comprised of include and exclude statements. The roles or principals listed under the include element are included in the result set while the ones listed under the exclude element are excluded.
|
assertPrincipalInQueryResult
| For a given principal, make sure the user exists in the final result of the query.
You can use this operation for fault handling. It is good for checking permissions.
|
assertPrincipalInQueryResultwithResponse
| Same as above with response
|
countIdentities
| Receive a count of the users and groups requested
|
<aeid:IdentityQuery xmlns:aeid="http://schemas.active-endpoints.com/identity/2007/01/identity.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="aeid:IdentityQuery"> <aeid:include> <aeid:group>Development</aeid:group> <aeid:user>user1</aeid:user> <aeid:id>CN=Kim Pan,CN=Users,DC=aedomain,DC=active-endpoints,DC=local</aeid:id> </aeid:include> </aeid:IdentityQuery>
<partnerLink name="provider"> <partnerRole endpointReference="dynamic" invokeHandler="system"/> </partnerLink>