Interface WebAppAuthentication.UpdateDefinitionStages.WithDefaultAuthenticationProvider<ParentT>
-
- Type Parameters:
ParentT- the return type of the finalAttachable.attach()
- All Known Subinterfaces:
WebAppAuthentication.UpdateDefinition<ParentT>,WebAppAuthentication.UpdateDefinitionStages.Blank<ParentT>
- Enclosing interface:
- WebAppAuthentication.UpdateDefinitionStages
public static interface WebAppAuthentication.UpdateDefinitionStages.WithDefaultAuthenticationProvider<ParentT>A web app authentication definition allowing the default authentication provider to be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebAppAuthentication.UpdateDefinitionStages.WithAttach<ParentT>withAnonymousAuthentication()Does not require login by default.WebAppAuthentication.UpdateDefinitionStages.WithAttach<ParentT>withDefaultAuthenticationProvider(BuiltInAuthenticationProvider provider)Specifies the default authentication provider.
-
-
-
Method Detail
-
withAnonymousAuthentication
WebAppAuthentication.UpdateDefinitionStages.WithAttach<ParentT> withAnonymousAuthentication()
Does not require login by default.- Returns:
- the next stage of the definition
-
withDefaultAuthenticationProvider
WebAppAuthentication.UpdateDefinitionStages.WithAttach<ParentT> withDefaultAuthenticationProvider(BuiltInAuthenticationProvider provider)
Specifies the default authentication provider.- Parameters:
provider- the default authentication provider- Returns:
- the next stage of the definition
-
-