ParentT - the return type of the final Attachable.attach()public static interface WebAppAuthentication.DefinitionStages.WithDefaultAuthenticationProvider<ParentT>
| Modifier and Type | Method and Description |
|---|---|
WebAppAuthentication.DefinitionStages.WithAttach<ParentT> |
withAnonymousAuthentication()
Does not require login by default.
|
WebAppAuthentication.DefinitionStages.WithAttach<ParentT> |
withDefaultAuthenticationProvider(BuiltInAuthenticationProvider provider)
Specifies the default authentication provider.
|
WebAppAuthentication.DefinitionStages.WithAttach<ParentT> withAnonymousAuthentication()
WebAppAuthentication.DefinitionStages.WithAttach<ParentT> withDefaultAuthenticationProvider(BuiltInAuthenticationProvider provider)
provider - the default authentication providerCopyright © 2019. All rights reserved.