Skip to main content

What it does

Information about the session of the current user of the Processing Station. During verification, returns information about the session of the user doing the verification (including remote verification).

Properties

NameTypeAccessDescription
PrincipalIdintRead-onlyThe ID of the user on the Application Server. For the Standalone version of FC, returns null.
RoleIdintRead-onlyThe ID of the user’s role. For the Standalone version of FC, returns null.
SessionIdintRead-onlyThe identifier of the connection to the Application Server. For the Standalone version of FC, returns null.
UserNamestringRead-onlyThe user name. When working without the Application Server, the name of the user under which the process is running is returned. When connected to the Application Server, tries to retrieve the name of the user logged into the Application Server.