Simias::Security::Web::AuthenticationService::IAuthenticationService Interface Reference

Defines the AuthenticationService interface. More...

List of all members.

Public Member Functions

string Authenticate (string user, string password)
 Authenticates the user with password.
Simias.Authentication.Status AuthenticateByName (string user, string password)
 Authenticates the user by name and password.
Simias.Authentication.Status AuthenticateByID (string id, string password)
 Authenticates the user using their unique ID and a password.


Detailed Description

Defines the AuthenticationService interface.


Member Function Documentation

string Simias::Security::Web::AuthenticationService::IAuthenticationService::Authenticate ( string  user,
string  password 
)

Authenticates the user with password.

Returns:
Returns a string representing the user name for the identity of the principle to be set on the current context and session.

Simias.Authentication.Status Simias::Security::Web::AuthenticationService::IAuthenticationService::AuthenticateByName ( string  user,
string  password 
)

Authenticates the user by name and password.

Returns:
Returns an authentication status object

Simias.Authentication.Status Simias::Security::Web::AuthenticationService::IAuthenticationService::AuthenticateByID ( string  id,
string  password 
)

Authenticates the user using their unique ID and a password.

Returns:
Returns an authentication status object


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

Generated on Wed Apr 8 14:50:13 2009 for simias by  doxygen 1.5.6