FME Server .NET API

IFMESecurityManager.UpdateUserToken Method 

Updates the user token for the specified user.

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

Parameters

userName
the user name
userToken
the user token to update

Exceptions

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

See Also

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