C# Class OpenSim.Data.SQLite.SQLiteAuthenticationData

Inheritance: OpenSim.Data.SQLite.SQLiteFramework, IAuthenticationData
Afficher le fichier Open project: N3X15/VoxelSim

Protected Properties

Свойство Type Description
m_Connection SqliteConnection

Méthodes publiques

Méthode Description
CheckToken ( UUID principalID, string token, int lifetime ) : bool
Get ( UUID principalID ) : AuthenticationData
SQLiteAuthenticationData ( string connectionString, string realm ) : System
SetDataItem ( UUID principalID, string item, string value ) : bool
SetToken ( UUID principalID, string token, int lifetime ) : bool
Store ( AuthenticationData data ) : bool

Private Methods

Méthode Description
DoExpire ( ) : void

Method Details

CheckToken() public méthode

public CheckToken ( UUID principalID, string token, int lifetime ) : bool
principalID UUID
token string
lifetime int
Résultat bool

Get() public méthode

public Get ( UUID principalID ) : AuthenticationData
principalID UUID
Résultat AuthenticationData

SQLiteAuthenticationData() public méthode

public SQLiteAuthenticationData ( string connectionString, string realm ) : System
connectionString string
realm string
Résultat System

SetDataItem() public méthode

public SetDataItem ( UUID principalID, string item, string value ) : bool
principalID UUID
item string
value string
Résultat bool

SetToken() public méthode

public SetToken ( UUID principalID, string token, int lifetime ) : bool
principalID UUID
token string
lifetime int
Résultat bool

Store() public méthode

public Store ( AuthenticationData data ) : bool
data AuthenticationData
Résultat bool

Property Details

m_Connection protected_oe static_oe property

protected static SqliteConnection m_Connection
Résultat SqliteConnection