Метод | Описание | |
---|---|---|
CreateMasterNodeManager ( IServerInternal server, ApplicationConfiguration configuration ) : |
Creates the node managers for the server. This method allows the sub-class create any additional node managers which it uses. The SDK always creates a CoreNodeManager which handles the built-in nodes defined by the specification. Any additional NodeManagers are expected to handle application specific nodes. |
|
CreateResourceManager ( IServerInternal server, ApplicationConfiguration configuration ) : |
Creates the resource manager for the server.
|
|
LoadServerProperties ( ) : |
Loads the non-configurable properties for the application. These properties are exposed by the server but cannot be changed by administrators. |
|
OnServerStarted ( IServerInternal server ) : void |
Called after the server has been started.
|
Метод | Описание | |
---|---|---|
SessionManager_ImpersonateUser ( |
Called when a client tries to change its user identity.
|
|
VerifyPassword ( string userName, string password ) : void |
Validates the password for a username token.
|
protected CreateMasterNodeManager ( IServerInternal server, ApplicationConfiguration configuration ) : |
||
server | IServerInternal | |
configuration | ApplicationConfiguration | |
Результат |
protected CreateResourceManager ( IServerInternal server, ApplicationConfiguration configuration ) : |
||
server | IServerInternal | |
configuration | ApplicationConfiguration | |
Результат |
protected LoadServerProperties ( ) : |
||
Результат |
protected OnServerStarted ( IServerInternal server ) : void | ||
server | IServerInternal | |
Результат | void |