IAuthenticationMgr Interface

Relativity API
Provides a mockable interface with methods to obtain the user specific information and authentication helper methods.

Namespace:  Relativity.API
Assembly:  Relativity.API (in Relativity.API.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public interface IAuthenticationMgr

The IAuthenticationMgr type exposes the following members.

Properties

  NameDescription
Public propertyUserInfo
Returns a a UserInfo interface which contains information regarding the currently logged in user. Note: In Preview Security Mode, the user info will represent the previewed user with the logged in user id being available in the Audit___ID properties
Top
Methods

  NameDescription
Public methodGetAuthenticationToken
Returns a token which is later used to authenticate a currently logged in user in Relativity. Note: In Preview Security Mode, this token will continue to be written for the actual user.
Top
See Also

Reference