UserInfo

class borneo.UserInfo(user_id, user_name)[source]

Bases: object

On-premise only.

A class that encapsulates the information associated with a user including the user id and name in the system.

Methods Summary

get_id()

Returns the id associated with the user.

get_name()

Returns the name associated with the user.

Methods Documentation

get_id()[source]

Returns the id associated with the user.

Returns:

the user id string.

Return type:

str

get_name()[source]

Returns the name associated with the user.

Returns:

the user name string.

Return type:

str