setup_wizardΒΆ

This Package contains the setup wizard django application.

SubmodulesΒΆ

AttributesΒΆ

ClassesΒΆ

SetupWizardState

This enum represents the current setup wizard state of the trustpoint.

Package ContentsΒΆ

setup_wizard.WIZARD_STATE_PATH[source]ΒΆ
class setup_wizard.SetupWizardState(*args, **kwds)[source]ΒΆ

Bases: enum.Enum

This enum represents the current setup wizard state of the trustpoint.

WIZARD_SETUP_CRYPTO_STORAGE[source]ΒΆ
WIZARD_SETUP_HSM[source]ΒΆ
WIZARD_SETUP_HSM_AUTORESTORE[source]ΒΆ
WIZARD_SETUP_MODE[source]ΒΆ
WIZARD_SELECT_TLS_SERVER_CREDENTIAL[source]ΒΆ
WIZARD_RESTORE[source]ΒΆ
WIZARD_TLS_SERVER_CREDENTIAL_APPLY[source]ΒΆ
WIZARD_BACKUP_PASSWORD[source]ΒΆ
WIZARD_DEMO_DATA[source]ΒΆ
WIZARD_CREATE_SUPER_USER[source]ΒΆ
WIZARD_COMPLETED[source]ΒΆ
WIZARD_AUTO_RESTORE_HSM[source]ΒΆ
WIZARD_AUTO_RESTORE_PASSWORD[source]ΒΆ
classmethod get_current_state()[source]ΒΆ

Gets the current setup wizard state of the trustpoint.

Returns:

The current setup wizard state.

Raises:

RuntimeError – If the current setup wizard state cannot be determined.

Return type:

SetupWizardState