|
AuthenticationService v0.3.0+7-g8a7f190
|
A command that canbe used to initialize the database from scratch. More...
Public Member Functions | |
| CreateTablesCommand (IServiceProvider services) | |
| A repository used to create the authentication service application. More... | |
| override void | Execute () |
| Executes the command's logic to initialize the database. More... | |
Static Public Member Functions | |
| static SubParser< CreateTablesCommand > | CreateParser (SubParser parser, IServiceProvider services) |
| Creates a command line parser for use with the command. More... | |
Public Attributes | |
| Authenticator | authenticator |
| The schema for the authentication database. More... | |
Properties | |
| String | AdminName [get, set] |
| The name of the application's administrator. More... | |
| String | AdminPassword [get, set] |
| The password of the application's administrator. More... | |
| bool | SimulationOnly [get, set] |
| Determines if the database is actually created or if only a scrip tis generated. More... | |
A command that canbe used to initialize the database from scratch.
| Joutsen.AuthenticationControl.CreateTablesCommand.CreateTablesCommand | ( | IServiceProvider | services | ) |
A repository used to create the authentication service application.
Creates the command.
|
static |
Creates a command line parser for use with the command.
| override void Joutsen.AuthenticationControl.CreateTablesCommand.Execute | ( | ) |
Executes the command's logic to initialize the database.
| Authenticator Joutsen.AuthenticationControl.CreateTablesCommand.authenticator |
The schema for the authentication database.
A repository used to create the admin user.
|
getset |
The name of the application's administrator.
|
getset |
The password of the application's administrator.
|
getset |
Determines if the database is actually created or if only a scrip tis generated.