login() method

Authenticates the user by verifying that the password field contains the certificate as well as the certificate digest encrypted with the corresponding private key.

Syntax

boolean login () throws LoginException

Returns

true if authentication is successful

Exceptions

Usage

Further, it compares the specified username with the subjectDN extracted from the certificate using the configured regular expression.