AuthenticationSessionSettings

Authentication session settings

Package com.appliedrec.verid.core2

public class AuthenticationSessionSettings

Constructors

AuthenticationSessionSettings

Introduced in version 1.0.0

public AuthenticationSessionSettings()

Constructor that sets the user ID to null

If you use this constructor make sure you set the user ID before you start the session.

See also

AuthenticationSessionSettings

Introduced in version 1.0.0

public AuthenticationSessionSettings(String)

Constructor

Parameters

userId java.lang.String
ID of the user to authenticate in the session

Methods

getUserId

Introduced in version 1.0.0

public getUserId()

Get the ID of the user who will be authenticated in the session.

Returns

java.lang.String
User ID

See also

setUserId

Introduced in version 1.0.0

public setUserId(String)

Set the ID of the user who will be authenticated in the session.

Parameters

userId java.lang.String
User ID

See also

setIncludeFaceTemplatesInResult

Introduced in version 1.0.0

public setIncludeFaceTemplatesInResult(boolean)

Has no effect. The value is always set to true.

Parameters

includeFaceTemplatesInResult boolean
The value will be ignored. It's always set to {@literal true} in this class

See also