OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Static Protected Attributes | Properties | List of all members
OpenSim.Data.SQLite.SQLiteAuthenticationData Class Reference
Inheritance diagram for OpenSim.Data.SQLite.SQLiteAuthenticationData:
Inheritance graph
[legend]
Collaboration diagram for OpenSim.Data.SQLite.SQLiteAuthenticationData:
Collaboration graph
[legend]

Public Member Functions

 SQLiteAuthenticationData (string connectionString, string realm)
 
AuthenticationData Get (UUID principalID)
 
bool Store (AuthenticationData data)
 
bool SetDataItem (UUID principalID, string item, string value)
 
bool SetToken (UUID principalID, string token, int lifetime)
 
bool CheckToken (UUID principalID, string token, int lifetime)
 

Static Protected Attributes

static SqliteConnection m_Connection
 

Properties

virtual Assembly Assembly [get]
 

Additional Inherited Members

- Protected Member Functions inherited from OpenSim.Data.SQLite.SQLiteFramework
 SQLiteFramework (string connectionString)
 
int ExecuteNonQuery (SqliteCommand cmd, SqliteConnection connection)
 
IDataReader ExecuteReader (SqliteCommand cmd, SqliteConnection connection)
 
- Protected Attributes inherited from OpenSim.Data.SQLite.SQLiteFramework
Object m_lockObject = new Object()
 

Detailed Description

Definition at line 45 of file SQLiteAuthenticationData.cs.

Constructor & Destructor Documentation

OpenSim.Data.SQLite.SQLiteAuthenticationData.SQLiteAuthenticationData ( string  connectionString,
string  realm 
)
inline

Definition at line 61 of file SQLiteAuthenticationData.cs.

Member Function Documentation

bool OpenSim.Data.SQLite.SQLiteAuthenticationData.CheckToken ( UUID  principalID,
string  token,
int  lifetime 
)
inline

Implements OpenSim.Data.IAuthenticationData.

Definition at line 236 of file SQLiteAuthenticationData.cs.

AuthenticationData OpenSim.Data.SQLite.SQLiteAuthenticationData.Get ( UUID  principalID)
inline

Implements OpenSim.Data.IAuthenticationData.

Definition at line 81 of file SQLiteAuthenticationData.cs.

bool OpenSim.Data.SQLite.SQLiteAuthenticationData.SetDataItem ( UUID  principalID,
string  item,
string  value 
)
inline

Implements OpenSim.Data.IAuthenticationData.

Definition at line 209 of file SQLiteAuthenticationData.cs.

bool OpenSim.Data.SQLite.SQLiteAuthenticationData.SetToken ( UUID  principalID,
string  token,
int  lifetime 
)
inline

Implements OpenSim.Data.IAuthenticationData.

Definition at line 221 of file SQLiteAuthenticationData.cs.

bool OpenSim.Data.SQLite.SQLiteAuthenticationData.Store ( AuthenticationData  data)
inline

Implements OpenSim.Data.IAuthenticationData.

Definition at line 131 of file SQLiteAuthenticationData.cs.

Member Data Documentation

SqliteConnection OpenSim.Data.SQLite.SQLiteAuthenticationData.m_Connection
staticprotected

Definition at line 53 of file SQLiteAuthenticationData.cs.

Property Documentation

virtual Assembly OpenSim.Data.SQLite.SQLiteAuthenticationData.Assembly
getprotected

Definition at line 57 of file SQLiteAuthenticationData.cs.


The documentation for this class was generated from the following file: