Method | Description | |
---|---|---|
Authenticate ( string sessionId ) : |
||
Authenticate ( string username, string password, string ipAddress ) : |
||
CreateSwitchboardSession ( string owner ) : |
||
CustomerSessionManager ( SIPAssetPersistor |
||
CustomerSessionManager ( SIPSorcery.Sys.SIPSorceryConfiguration sipSorceryConfig ) : System | ||
CustomerSessionManager ( StorageTypes storageType, string connectionString ) : System | ||
ExpireToken ( string sessionId ) : void | ||
ExtendSession ( string sessionId, int minutes ) : void |
public Authenticate ( string sessionId ) : |
||
sessionId | string | |
return |
public Authenticate ( string username, string password, string ipAddress ) : |
||
username | string | |
password | string | |
ipAddress | string | |
return |
public CreateSwitchboardSession ( string owner ) : |
||
owner | string | |
return |
public CustomerSessionManager ( SIPAssetPersistor |
||
customerPersistor | SIPAssetPersistor |
|
customerSessionPersistor | SIPAssetPersistor |
|
return | System |
public CustomerSessionManager ( SIPSorcery.Sys.SIPSorceryConfiguration sipSorceryConfig ) : System | ||
sipSorceryConfig | SIPSorcery.Sys.SIPSorceryConfiguration | |
return | System |
public CustomerSessionManager ( StorageTypes storageType, string connectionString ) : System | ||
storageType | StorageTypes | |
connectionString | string | |
return | System |
public ExpireToken ( string sessionId ) : void | ||
sessionId | string | |
return | void |
public ExtendSession ( string sessionId, int minutes ) : void | ||
sessionId | string | |
minutes | int | |
return | void |