selectRoles(roles)
Use this method to select roles for the current session. If the user is authenticated by a security provider, the action is successful and the bibus » biBusHeader passport, located in the bibus » CAM » CAMPassport property, is updated.
For more information, refer to Using the selectRoles Method has no Effect.
Signatures
- Java and Apache Axis
public void selectRoles( com.cognos.developer.schemas.bibus._3.SearchPathSingleObject[] roles)
- C# .NET
public void selectRoles(searchPathSingleObject[] roles)
References
- Part of the following method sets:
- Implemented by the following services:
The services that implement the selectRoles method, along with the associated SOAP actions, are listed in the following table.
Table 1. Services implementing the selectRoles method. Service
SOAP Action
contentManagerService
http://www.ibm.com/xmlns/prod/cognos/contentManagerService/201404/
Input parameters
Use the following parameters when calling this method.
- roles
Specifies the set of search paths for the roles that will be assigned to the current session.
This argument
is an array of type bibus » searchPathSingleObject
is encoded as type
tns:searchPathSingleObjectArray
Return values
None.