Interface Registry.UpdateStages.WithAdminUserEnabled
-
- All Known Subinterfaces:
Registry.Update
- Enclosing interface:
- Registry.UpdateStages
public static interface Registry.UpdateStages.WithAdminUserEnabledThe stage of the registry update allowing to enable admin user.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Registry.UpdatewithoutRegistryNameAsAdminUser()Disable admin user.Registry.UpdatewithRegistryNameAsAdminUser()Enable admin user.
-
-
-
Method Detail
-
withRegistryNameAsAdminUser
Registry.Update withRegistryNameAsAdminUser()
Enable admin user.- Returns:
- the next stage of the definition
-
withoutRegistryNameAsAdminUser
Registry.Update withoutRegistryNameAsAdminUser()
Disable admin user.- Returns:
- the next stage of the definition
-
-