OpenSim
|
An interface for connecting to the authentication datastore More...
Public Member Functions | |
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) |
An interface for connecting to the authentication datastore
Definition at line 44 of file IAuthenticationData.cs.
bool OpenSim.Data.IAuthenticationData.CheckToken | ( | UUID | principalID, |
string | token, | ||
int | lifetime | ||
) |
AuthenticationData OpenSim.Data.IAuthenticationData.Get | ( | UUID | principalID | ) |
bool OpenSim.Data.IAuthenticationData.SetDataItem | ( | UUID | principalID, |
string | item, | ||
string | value | ||
) |
bool OpenSim.Data.IAuthenticationData.SetToken | ( | UUID | principalID, |
string | token, | ||
int | lifetime | ||
) |
bool OpenSim.Data.IAuthenticationData.Store | ( | AuthenticationData | data | ) |