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