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

Public Member Functions

 AuthenticationServicesConnector ()
 
 AuthenticationServicesConnector (string serverURI)
 
 AuthenticationServicesConnector (IConfigSource source)
 
virtual void Initialise (IConfigSource source)
 
string Authenticate (UUID principalID, string password, int lifetime, out UUID realID)
 
string Authenticate (UUID principalID, string password, int lifetime)
 
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)
 
- Public Member Functions inherited from OpenSim.Services.Connectors.BaseServiceConnector
 BaseServiceConnector ()
 
 BaseServiceConnector (IConfigSource config, string section)
 
void Initialise (IConfigSource config, string section)
 

Additional Inherited Members

- Protected Attributes inherited from OpenSim.Services.Connectors.BaseServiceConnector
IServiceAuth m_Auth
 

Detailed Description

Definition at line 42 of file AuthenticationServicesConnector.cs.

Constructor & Destructor Documentation

OpenSim.Services.Connectors.AuthenticationServicesConnector.AuthenticationServicesConnector ( )
inline

Definition at line 50 of file AuthenticationServicesConnector.cs.

OpenSim.Services.Connectors.AuthenticationServicesConnector.AuthenticationServicesConnector ( string  serverURI)
inline

Definition at line 54 of file AuthenticationServicesConnector.cs.

OpenSim.Services.Connectors.AuthenticationServicesConnector.AuthenticationServicesConnector ( IConfigSource  source)
inline

Definition at line 59 of file AuthenticationServicesConnector.cs.

Member Function Documentation

string OpenSim.Services.Connectors.AuthenticationServicesConnector.Authenticate ( UUID  principalID,
string  password,
int  lifetime,
out UUID  realID 
)
inline
string OpenSim.Services.Connectors.AuthenticationServicesConnector.Authenticate ( UUID  principalID,
string  password,
int  lifetime 
)
inline
AuthInfo OpenSim.Services.Connectors.AuthenticationServicesConnector.GetAuthInfo ( UUID  principalID)
inline
virtual void OpenSim.Services.Connectors.AuthenticationServicesConnector.Initialise ( IConfigSource  source)
inlinevirtual
bool OpenSim.Services.Connectors.AuthenticationServicesConnector.Release ( UUID  principalID,
string  token 
)
inline
bool OpenSim.Services.Connectors.AuthenticationServicesConnector.SetAuthInfo ( AuthInfo  info)
inline
bool OpenSim.Services.Connectors.AuthenticationServicesConnector.SetPassword ( UUID  principalID,
string  passwd 
)
inline
bool OpenSim.Services.Connectors.AuthenticationServicesConnector.Verify ( UUID  principalID,
string  token,
int  lifetime 
)
inline

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