FME Server .NET API

IFMESecurityManager.GetUserToken Method 

Gets the token for the specified user.

[Visual Basic]
Function GetUserToken( _
   ByVal userName As String _
) As Safe.FMEServer.API.Security.IFMEUserToken
[C#]
IFMEUserToken GetUserToken(
   string userName
);

Parameters

userName
the user name

Return Value

the token for the specified user

Exceptions

Exception TypeCondition
Safe.FMEServer.API.FMEServerExceptionif a FME Repository exception occurred

See Also

IFMESecurityManager Interface | IFMESecurityManager Members | Safe.FMEServer.API.Security Namespace