My Project
|
Contains access security context information. More...
#include <SignOn/SecurityContext>
Public Member Functions | |
SecurityContext () | |
Creates a new SecurityContext object. | |
SecurityContext (const QString &systemContext, const QString &applicationContext) | |
Creates a new SecurityContext object. More... | |
void | setSystemContext (const QString &systemContext) |
Sets the system context. More... | |
QString | systemContext () const |
Gets the system context. More... | |
void | setApplicationContext (const QString &applicationContext) |
Sets the application context. More... | |
QString | applicationContext () const |
Gets the application context. More... | |
Contains access security context information.
Definition at line 40 of file securitycontext.h.
SignOn::SecurityContext::SecurityContext | ( | const QString & | systemContext, |
const QString & | applicationContext | ||
) |
Creates a new SecurityContext object.
systemContext | |
applicationContext |
Definition at line 36 of file securitycontext.cpp.
QString SignOn::SecurityContext::applicationContext | ( | ) | const |
Gets the application context.
Definition at line 82 of file securitycontext.cpp.
Referenced by setApplicationContext().
void SignOn::SecurityContext::setApplicationContext | ( | const QString & | applicationContext | ) |
Sets the application context.
applicationContext |
Definition at line 77 of file securitycontext.cpp.
References applicationContext().
void SignOn::SecurityContext::setSystemContext | ( | const QString & | systemContext | ) |
Sets the system context.
systemContext |
Definition at line 67 of file securitycontext.cpp.
References systemContext().
QString SignOn::SecurityContext::systemContext | ( | ) | const |
Gets the system context.
Definition at line 72 of file securitycontext.cpp.
Referenced by setSystemContext().