OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | List of all members
OpenSim.Data.IAuthenticationData Interface Reference

An interface for connecting to the authentication datastore More...

Inheritance diagram for OpenSim.Data.IAuthenticationData:
Inheritance graph
[legend]

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)
 

Detailed Description

An interface for connecting to the authentication datastore

Definition at line 44 of file IAuthenticationData.cs.

Member Function Documentation

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)

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