Interface AuthorizationProviderContract.DefinitionStages.WithIdentityProvider

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

public static interface AuthorizationProviderContract.DefinitionStages.WithIdentityProvider
The stage of the AuthorizationProviderContract definition allowing to specify identityProvider.
  • Method Details

    • withIdentityProvider

      AuthorizationProviderContract.DefinitionStages.WithCreate withIdentityProvider(String identityProvider)
      Specifies the identityProvider property: Identity provider name. Must be 1 to 300 characters long..
      Parameters:
      identityProvider - Identity provider name. Must be 1 to 300 characters long.
      Returns:
      the next definition stage.