sso-mib 0.6.0
Library to interact with the Microsoft Device Broker for SSO
Loading...
Searching...
No Matches
Typedefs | Functions
Account

Account object as returned by mib_client_app_get_accounts. More...

Typedefs

typedef void * MIBAccount
 

Functions

const gchar * mib_account_get_client_info (MIBAccount *self)
 
const gchar * mib_account_get_environment (MIBAccount *self)
 
const gchar * mib_account_get_family_name (MIBAccount *self)
 
const gchar * mib_account_get_given_name (MIBAccount *self)
 
const gchar * mib_account_get_home_account_id (MIBAccount *self)
 
const gchar * mib_account_get_local_account_id (MIBAccount *self)
 
const gchar * mib_account_get_name (MIBAccount *self)
 
const gchar * mib_account_get_username (MIBAccount *self)
 
time_t mib_account_get_password_expiry (MIBAccount *self)
 
void mib_account_get_realm (MIBAccount *self, uuid_t realm)
 

Detailed Description

Account object as returned by mib_client_app_get_accounts.

Typedef Documentation

◆ MIBAccount

typedef void* MIBAccount

Function Documentation

◆ mib_account_get_client_info()

const gchar * mib_account_get_client_info ( MIBAccount self)

◆ mib_account_get_environment()

const gchar * mib_account_get_environment ( MIBAccount self)

◆ mib_account_get_family_name()

const gchar * mib_account_get_family_name ( MIBAccount self)

◆ mib_account_get_given_name()

const gchar * mib_account_get_given_name ( MIBAccount self)

◆ mib_account_get_home_account_id()

const gchar * mib_account_get_home_account_id ( MIBAccount self)

◆ mib_account_get_local_account_id()

const gchar * mib_account_get_local_account_id ( MIBAccount self)

◆ mib_account_get_name()

const gchar * mib_account_get_name ( MIBAccount self)

◆ mib_account_get_password_expiry()

time_t mib_account_get_password_expiry ( MIBAccount self)

◆ mib_account_get_realm()

void mib_account_get_realm ( MIBAccount self,
uuid_t  realm 
)

◆ mib_account_get_username()

const gchar * mib_account_get_username ( MIBAccount self)