C# Class SIPSorcery.Web.Services.SIPSorceryAuthorisationService

Afficher le fichier Open project: sipsorcery/sipsorcery

Protected Properties

Свойство Type Description
CRMCustomerPersistor SIPAssetPersistor
CRMSessionManager SIPSorcery.CRM.CustomerSessionManager

Méthodes publiques

Méthode Description
Authenticate ( string username, string password ) : string
SIPSorceryAuthorisationService ( ) : System
SIPSorceryAuthorisationService ( CustomerSessionManager crmSessionManager ) : System

Méthodes protégées

Méthode Description
AuthoriseRequest ( ) : Customer
ExpireSession ( ) : void
ExtendExistingSession ( int minutes ) : void
IsServiceAlive ( ) : bool

Method Details

Authenticate() public méthode

public Authenticate ( string username, string password ) : string
username string
password string
Résultat string

AuthoriseRequest() protected méthode

protected AuthoriseRequest ( ) : Customer
Résultat SIPSorcery.CRM.Customer

ExpireSession() protected méthode

protected ExpireSession ( ) : void
Résultat void

ExtendExistingSession() protected méthode

protected ExtendExistingSession ( int minutes ) : void
minutes int
Résultat void

IsServiceAlive() protected méthode

protected IsServiceAlive ( ) : bool
Résultat bool

SIPSorceryAuthorisationService() public méthode

public SIPSorceryAuthorisationService ( ) : System
Résultat System

SIPSorceryAuthorisationService() public méthode

public SIPSorceryAuthorisationService ( CustomerSessionManager crmSessionManager ) : System
crmSessionManager SIPSorcery.CRM.CustomerSessionManager
Résultat System

Property Details

CRMCustomerPersistor protected_oe property

protected SIPAssetPersistor CRMCustomerPersistor
Résultat SIPAssetPersistor

CRMSessionManager protected_oe property

protected CustomerSessionManager,SIPSorcery.CRM CRMSessionManager
Résultat SIPSorcery.CRM.CustomerSessionManager