Interface AuthConfig.DefinitionStages.WithGlobalValidation

All Known Subinterfaces:
AuthConfig.Definition, AuthConfig.DefinitionStages.WithCreate
Enclosing interface:
AuthConfig.DefinitionStages

public static interface AuthConfig.DefinitionStages.WithGlobalValidation
The stage of the AuthConfig definition allowing to specify globalValidation.
  • Method Details

    • withGlobalValidation

      AuthConfig.DefinitionStages.WithCreate 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.