Message-ID: <615467929.15853.1614958452250.JavaMail.confluence@wiki> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_15852_83341856.1614958452250" ------=_Part_15852_83341856.1614958452250 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html isLoginValid - Java

isLoginValid - Java

=20
=20
=20
=20

 

=20
=20
=20
=20
=20
=20

Test whether the username and password are correct.

=20
=20
=20
=20
=20
=20
Example
=20
if(tmClient.isLoginvalid())
=09System.out.println("Login is OK!");
=20
=20
=20
=20
=20
=20
=20

Arguments:

=20
=20
=20
=20

None. 

=20
=20
=20
=20
=20
=20

Returns:

=20
=20
=20
=20

boolean, true if login is valid, false otherwise.

=20
=20
=20
=20
=20
=20

Specific error codes:

=20
=20
=20
=20

None. This function does not throw exceptions.

=20
=20
=20
=20
=20
=20

 

=20
=20
=20
=20

 

=20
=20
=20
=20
=20
=20
=20 =20
=20
=20
=20
=20

 

=20
=20
=20
=20

 

=20
=20
=20
------=_Part_15852_83341856.1614958452250--