Interface WebAppAuthentication.Definition<ParentT>
- Type Parameters:
ParentT- the return type of the finalAttachable.attach()
- All Superinterfaces:
Attachable.InDefinition<ParentT>, WebAppAuthentication.DefinitionStages.Blank<ParentT>, WebAppAuthentication.DefinitionStages.WithAttach<ParentT>, WebAppAuthentication.DefinitionStages.WithAuthenticationProvider<ParentT>, WebAppAuthentication.DefinitionStages.WithDefaultAuthenticationProvider<ParentT>, WebAppAuthentication.DefinitionStages.WithExternalRedirectUrls<ParentT>, WebAppAuthentication.DefinitionStages.WithTokenStore<ParentT>
- Enclosing interface:
WebAppAuthentication
public static interface WebAppAuthentication.Definition<ParentT>
extends WebAppAuthentication.DefinitionStages.Blank<ParentT>, WebAppAuthentication.DefinitionStages.WithDefaultAuthenticationProvider<ParentT>, WebAppAuthentication.DefinitionStages.WithAttach<ParentT>
The entirety of a web app authentication definition.
-
Method Summary
Methods inherited from interface Attachable.InDefinition
attachMethods inherited from interface WebAppAuthentication.DefinitionStages.WithAuthenticationProvider
withActiveDirectory, withFacebook, withGoogle, withMicrosoft, withTwitterMethods inherited from interface WebAppAuthentication.DefinitionStages.WithDefaultAuthenticationProvider
withAnonymousAuthentication, withDefaultAuthenticationProviderMethods inherited from interface WebAppAuthentication.DefinitionStages.WithExternalRedirectUrls
withAllowedExternalRedirectUrlMethods inherited from interface WebAppAuthentication.DefinitionStages.WithTokenStore
withTokenStore