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

Public Member Functions

 WebkeyAuthenticationService (IConfigSource config, IUserAccountService userService)
 
 WebkeyAuthenticationService (IConfigSource config)
 
string Authenticate (UUID principalID, string password, int lifetime, out UUID realID)
 
string Authenticate (UUID principalID, string password, int lifetime)
 
- 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 46 of file WebkeyAuthenticationService.cs.

Constructor & Destructor Documentation

OpenSim.Services.AuthenticationService.WebkeyAuthenticationService.WebkeyAuthenticationService ( IConfigSource  config,
IUserAccountService  userService 
)
inline

Definition at line 53 of file WebkeyAuthenticationService.cs.

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

Definition at line 58 of file WebkeyAuthenticationService.cs.

Member Function Documentation

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

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