OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | List of all members
OpenSim.Services.Interfaces.IAuthenticationService Interface Reference
Inheritance diagram for OpenSim.Services.Interfaces.IAuthenticationService:
Inheritance graph
[legend]

Public Member Functions

string Authenticate (UUID principalID, string password, int lifetime)
 
string Authenticate (UUID principalID, string password, int lifetime, out UUID realID)
 
bool Verify (UUID principalID, string token, int lifetime)
 
bool Release (UUID principalID, string token)
 
bool SetPassword (UUID principalID, string passwd)
 
AuthInfo GetAuthInfo (UUID principalID)
 
bool SetAuthInfo (AuthInfo info)
 

Detailed Description

Definition at line 61 of file IAuthenticationService.cs.

Member Function Documentation

string OpenSim.Services.Interfaces.IAuthenticationService.Authenticate ( UUID  principalID,
string  password,
int  lifetime 
)
string OpenSim.Services.Interfaces.IAuthenticationService.Authenticate ( UUID  principalID,
string  password,
int  lifetime,
out UUID  realID 
)
AuthInfo OpenSim.Services.Interfaces.IAuthenticationService.GetAuthInfo ( UUID  principalID)
bool OpenSim.Services.Interfaces.IAuthenticationService.Release ( UUID  principalID,
string  token 
)
bool OpenSim.Services.Interfaces.IAuthenticationService.SetAuthInfo ( AuthInfo  info)
bool OpenSim.Services.Interfaces.IAuthenticationService.SetPassword ( UUID  principalID,
string  passwd 
)
bool OpenSim.Services.Interfaces.IAuthenticationService.Verify ( UUID  principalID,
string  token,
int  lifetime 
)

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