nm_iam_state_find_user_by_username()

DESCRIPTION

Find a user with a given username in a state structure.

DECLARATION

struct nm_iam_user* nm_iam_state_find_user_by_username(struct nm_iam_state* state, const char* username)

PARAMETERS

state:
[in] The state to look for the user in
username:
[in] The username to look for

RETURNS

NULL iff the user could not be found