Interface WebAppAuthentication.DefinitionStages
-
- Enclosing interface:
- WebAppAuthentication
public static interface WebAppAuthentication.DefinitionStagesGrouping of web app authentication definition stages applicable as part of a web app creation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceWebAppAuthentication.DefinitionStages.Blank<ParentT>The first stage of a web app authentication definition as part of a definition of a web app.static interfaceWebAppAuthentication.DefinitionStages.WithAttach<ParentT>The final stage of the web app authentication definition.static interfaceWebAppAuthentication.DefinitionStages.WithAuthenticationProvider<ParentT>A web app authentication definition allowing detailed provider information to be specified.static interfaceWebAppAuthentication.DefinitionStages.WithDefaultAuthenticationProvider<ParentT>A web app authentication definition allowing the default authentication provider to be set.static interfaceWebAppAuthentication.DefinitionStages.WithExternalRedirectUrls<ParentT>A web app authentication definition allowing branch to be specified.static interfaceWebAppAuthentication.DefinitionStages.WithTokenStore<ParentT>A web app authentication definition allowing token store to be specified.
-