Initializing help system before first use

User

Contains information about a User

Method summary

name description
getAuthorities The authorities granted to this user.
getAuthorityGroups The authority groups this user belongs to.
getEmail Get the email entered for the user or an empty string if none provided
getFirstName The first name of this user.
getFullName The full name of this user, consisting of their first and last names.
getLastName The last name of this user.
getUsername The username of this user.

Methods

method
getAuthorities ( ) → {Array.<string>}

The authorities granted to this user.

details
Returns:
returns table
Type Description
type
Array.<string>
The authorities granted to this user
Back to Top
method
getAuthorityGroups ( ) → {Array.<string>}

The authority groups this user belongs to.

details
Returns:
returns table
Type Description
type
Array.<string>
The authority groups this user belongs to
Back to Top
method
getEmail ( ) → {string}

Get the email entered for the user or an empty string if none provided

details
Returns:
returns table
Type Description
type
string
The email address of the user or an empty string if none provided
Back to Top
method
getFirstName ( ) → {string}

The first name of this user.

details
Returns:
returns table
Type Description
type
string
The first name of this user
Back to Top
method
getFullName ( ) → {string}

The full name of this user, consisting of their first and last names.

details
Returns:
returns table
Type Description
type
string
The full name of this user
Back to Top
method
getLastName ( ) → {string}

The last name of this user.

details
Returns:
returns table
Type Description
type
string
The last name of this user
Back to Top
method
getUsername ( ) → {string}

The username of this user.

details
Returns:
returns table
Type Description
type
string
The username of this user
Back to Top