Interface PortalConfigContract.UpdateStages.WithEnableBasicAuth
- All Known Subinterfaces:
PortalConfigContract.Update
- Enclosing interface:
PortalConfigContract.UpdateStages
public static interface PortalConfigContract.UpdateStages.WithEnableBasicAuth
The stage of the PortalConfigContract update allowing to specify enableBasicAuth.
-
Method Summary
Modifier and TypeMethodDescriptionwithEnableBasicAuth(Boolean enableBasicAuth) Specifies the enableBasicAuth property: Enable or disable Basic authentication method..
-
Method Details
-
withEnableBasicAuth
Specifies the enableBasicAuth property: Enable or disable Basic authentication method..- Parameters:
enableBasicAuth- Enable or disable Basic authentication method.- Returns:
- the next definition stage.
-