Signon.SecurityContext¶
Fields¶
None
Methods¶
class |
|
class |
|
|
|
|
|
|
|
|
Details¶
- class Signon.SecurityContext¶
Opaque struct. Use the accessor functions below.
- classmethod new()¶
- Returns:
a new
Signon.SecurityContext
item.- Return type:
Creates a new
Signon.SecurityContext
item.
- classmethod new_from_values(system_context, application_context)¶
- Parameters:
- Returns:
a new
Signon.SecurityContext
item.- Return type:
Creates a new
Signon.SecurityContext
item.
- copy()¶
- Returns:
a copy of the given
Signon.IdentityInfo
, orNone
on failure.- Return type:
Get a newly-allocated copy of info.
- free()¶
Destroys the given
Signon.SecurityContext
item.
- get_application_context()¶
- Returns:
the application context.
- Return type:
Get the application context of self.