AquaLogic Interaction Development Kit (IDK) 6.0.0

IProxyUser.GetRoles Method 

Get an Iterator of the roles associated with this user.

IEnumerator GetRoles();

Return Value

The roles associated with this user.

Remarks

This iterator contains the names of roles as Strings.

Exceptions

Exception Type Condition
NotGatewayedException The request is not gatewayed.
ProtocolNotSupportedException Used with a version of the portal that does not support this feature.

See Also

IProxyUser Interface | Bea.Alui.Proxy Namespace