|
AuthenticationService
v0.2.0
|
A command that canbe used to initialize the database from scratch. More...
Public Member Functions | |
| CreateTablesCommand () | |
| Creates the command. More... | |
| override void | Execute () |
| Executes the command's logic to initialize the database. More... | |
Static Public Member Functions | |
| static SubParser | CreateParser (SubParser parser) |
| Creates a command line parser for use with the command. 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... | |
| AuthenticationNHibernateSchema | Schema [get, set] |
| The schema for the authentication database. More... | |
| UserRepository | UserRepository [set] |
| A repository used to create the admin user. More... | |
| ApplicationRepository | AppRepository [set] |
| A repository used to create the authentication service application. More... | |
| RoleRepository | RoleRepository [set] |
| A repository used to create the admin cole for the admin user and the authentication service. More... | |
A command that canbe used to initialize the database from scratch.
| Joutsen.AuthenticationControl.CreateTablesCommand.CreateTablesCommand | ( | ) |
Creates the command.
|
static |
Creates a command line parser for use with the command.
|
virtual |
Executes the command's logic to initialize the database.
Implements Joutsen.AuthenticationControl.Command.
|
getset |
The name of the application's administrator.
|
getset |
The password of the application's administrator.
|
set |
A repository used to create the authentication service application.
|
set |
A repository used to create the admin cole for the admin user and the authentication service.
|
getset |
The schema for the authentication database.
|
getset |
Determines if the database is actually created or if only a scrip tis generated.
|
set |
A repository used to create the admin user.
1.8.13