Skip to end of banner
Go to start of banner

isAnyUserAuthenticated

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Availability

  • This routine is available starting with SIL Engine™ 2.0.5 for Jira 5.x or SIL Engine™ 1.1.12 for Jira 4.3.x/4.4.x.
  • This routine is available for Jira server and cloud deployment options.

Syntax

isAnyUserAuthenticated()

Description

Verifies if there is a logged in user.

Parameters

None

Return type

boolean (true/false)

A "true" return value means that there is a logged in user.


Example

Example 1

 if (isAnyUserAuthenticated()) {
     print(currentDate());
 }
 

Result: It will print the current date. If there is nobody logged in, the current date will not be printed.

2012-06-20 13:39:31,629 pool-5-thread-2 INFO admin 819x261x1 1k7wpbj 127.0.0.1 /rest/keplerrominfo/jjupin/latest/rungadget/run [commons.sil.routines.StringPrintRoutine] 2012-06-20 13:39:31


See also

  • No labels