Interface WebAppAuthentication.DefinitionStages.WithAttach<ParentT>

Type Parameters:
ParentT - the return type of Attachable.InDefinition.attach()
All Superinterfaces:
Attachable.InDefinition<ParentT>, WebAppAuthentication.DefinitionStages.WithAuthenticationProvider<ParentT>, WebAppAuthentication.DefinitionStages.WithExternalRedirectUrls<ParentT>, WebAppAuthentication.DefinitionStages.WithTokenStore<ParentT>
All Known Subinterfaces:
WebAppAuthentication.Definition<ParentT>
Enclosing interface:
WebAppAuthentication.DefinitionStages

The final stage of the web app authentication definition.

At this stage, any remaining optional settings can be specified, or the web app authentication definition can be attached to the parent web app definition using Attachable.InDefinition.attach().