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

Public Member Functions

 WebkeyOrPasswordAuthenticationService (IConfigSource config)
 
string Authenticate (UUID principalID, string password, int lifetime)
 
string Authenticate (UUID principalID, string password, int lifetime, out UUID realID)
 
- Public Member Functions inherited from OpenSim.Services.AuthenticationService.AuthenticationServiceBase
 AuthenticationServiceBase (IConfigSource config, IUserAccountService acct)
 
 AuthenticationServiceBase (IConfigSource config)
 
bool Verify (UUID principalID, string token, int lifetime)
 
virtual bool Release (UUID principalID, string token)
 
virtual bool SetPassword (UUID principalID, string password)
 
virtual AuthInfo GetAuthInfo (UUID principalID)
 
virtual bool SetAuthInfo (AuthInfo info)
 
- Public Member Functions inherited from OpenSim.Services.Base.ServiceBase
LoadPlugin< T > (string dllName)
 
LoadPlugin< T > (string dllName, Object[] args)
 
LoadPlugin< T > (string dllName, string className, Object[] args)
 
 ServiceBase (IConfigSource config)
 
- Public Member Functions inherited from OpenSim.Services.Interfaces.IAuthenticationService
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)
 

Additional Inherited Members

- Protected Member Functions inherited from OpenSim.Services.AuthenticationService.AuthenticationServiceBase
string GetToken (UUID principalID, int lifetime)
 
- Protected Attributes inherited from OpenSim.Services.AuthenticationService.AuthenticationServiceBase
IAuthenticationData m_Database
 
IUserAccountService m_UserAccountService = null
 

Detailed Description

Definition at line 42 of file WebkeyOrPasswordAuthenticationService.cs.

Constructor & Destructor Documentation

OpenSim.Services.AuthenticationService.WebkeyOrPasswordAuthenticationService.WebkeyOrPasswordAuthenticationService ( IConfigSource  config)
inline

Definition at line 49 of file WebkeyOrPasswordAuthenticationService.cs.

Member Function Documentation

string OpenSim.Services.AuthenticationService.WebkeyOrPasswordAuthenticationService.Authenticate ( UUID  principalID,
string  password,
int  lifetime 
)
inline
string OpenSim.Services.AuthenticationService.WebkeyOrPasswordAuthenticationService.Authenticate ( UUID  principalID,
string  password,
int  lifetime,
out UUID  realID 
)
inline

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