Interface Registry.UpdateStages.WithAdminUserEnabled
- All Known Subinterfaces:
Registry.Update
- Enclosing interface:
- Registry.UpdateStages
public static interface Registry.UpdateStages.WithAdminUserEnabled
The stage of the registry update allowing to enable admin user.
-
Method Summary
Modifier and TypeMethodDescriptionDisable admin user.Enable admin user.
-
Method Details
-
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
-