FME Server .NET API

IFMESecurityManager.AddUserToken Method 

Adds a new user token for the specified user.

[Visual Basic]
Sub AddUserToken( _
   ByVal userName As String, _
   ByVal userToken As Safe.FMEServer.API.Security.IFMEUserToken _
)
[C#]
void AddUserToken(
   string userName,
   IFMEUserToken userToken
);

Parameters

userName
the user name
userToken
the user token to add

Exceptions

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

See Also

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