Copyright © TIBCO Software Inc. All rights reserved.
Copyright © TIBCO Software Inc. All rights reserved.


Chapter 2 The TIBCO iProcess User Validation API : API Interfaces : uva_get_user_identity

uva_get_user_identity
Purpose
Returns the encrypted VPIU name that relates to the current processes execution context.
Prototype
UV_RCODE uva_get_user_identity (
UV_SH uvsh,
UV_PSTR pEncrUserNameBuf,
UV_SIZE iNameBufSize
);
Parameters
 
Return Values
 
Refer to Return Values for a complete list of possible return values.
Remarks
If there is no direct mapping between the identity of the execution context and a VPIU, the UVAPI package must supply the name of a compatible VPIU. iProcess will call this interface to determine if the user executing certain iProcess Engine hosted utilities has permissions to perform a requested action.

Copyright © TIBCO Software Inc. All rights reserved.
Copyright © TIBCO Software Inc. All rights reserved.