Skip to end of banner
Go to start of banner

getUser

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

« Previous Version 2 Next »

Availability

This routine is available since katl-commons 3.0.1

Syntax:

getUser(user)

Description:

Gets the user by username or key.

Parameters:

Parameter name

Type

Required

Description

user

String

Yes

The username or key

Return type:

JUser

Returns the user.

Example:

JUser usr = getUser("john.doe");

Notes:

The look-up is first made after the userkey, then after the username.

See Also:

  • No labels