Interface AuthConfig.UpdateStages.WithGlobalValidation

All Known Subinterfaces:
AuthConfig.Update
Enclosing interface:
AuthConfig.UpdateStages

public static interface AuthConfig.UpdateStages.WithGlobalValidation
The stage of the AuthConfig update allowing to specify globalValidation.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the globalValidation property: The configuration settings that determines the validation flow of users using Service Authentication/Authorization..
  • Method Details

    • withGlobalValidation

      AuthConfig.Update withGlobalValidation(GlobalValidation globalValidation)
      Specifies the globalValidation property: The configuration settings that determines the validation flow of users using Service Authentication/Authorization..
      Parameters:
      globalValidation - The configuration settings that determines the validation flow of users using Service Authentication/Authorization.
      Returns:
      the next definition stage.