Property | Type | Description | |
---|---|---|---|
AddCommand | void | ||
AddCommandsFromConfig | void | ||
ChangePassword | bool | ||
GetTypeFactory | ITypeFactory | ||
GetUserRule | Rule | ||
OnAuthenticated | void | ||
RestService | System |
Method | Description | |
---|---|---|
AddListener ( string url ) : void | ||
AddListeners ( IEnumerable |
||
Configure ( Funq.Container container ) : void | ||
ResetService ( ) : void | ||
Start ( ) : void | ||
StartService ( IEnumerable |
||
Stop ( ) : void | ||
StopService ( ) : void | ||
TryAuthenticate ( IServiceBase authService, string userName, string password ) : bool |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
AddCommand ( ClrPlus.Powershell.Core.Service.RestCommand restCommand ) : void | ||
AddCommandsFromConfig ( Rule commandRule ) : void | ||
ChangePassword ( string userName, string newPassword ) : bool | ||
GetTypeFactory ( |
||
GetUserRule ( string name ) : Rule | ||
OnAuthenticated ( IServiceBase authService, IAuthSession session, IOAuthTokens tokens, string>.Dictionary |
||
RestService ( string serviceName, List |
public static AddListener ( string url ) : void | ||
url | string | |
return | void |
public static AddListeners ( IEnumerable |
||
listenOn | IEnumerable |
|
return | void |
public Configure ( Funq.Container container ) : void | ||
container | Funq.Container | |
return | void |
public static StartService ( IEnumerable |
||
activeModules | IEnumerable |
|
return | void |
public static TryAuthenticate ( IServiceBase authService, string userName, string password ) : bool | ||
authService | IServiceBase | |
userName | string | |
password | string | |
return | bool |