Checks if token exists for specified user.
[Visual Basic]
Function UserTokenExists( _
ByVal userName As String _
) As Boolean
true if user token exists, otherwise false
Exception Type | Condition |
---|---|
Safe.FMEServer.API.FMEServerException | if a FME Repository exception occurred |
IFMESecurityManager Interface | IFMESecurityManager Members | Safe.FMEServer.API.Security Namespace