Interface WebAppAuthentication.UpdateDefinitionStages.WithAttach<ParentT>
- Type Parameters:
ParentT- the return type ofAttachable.InUpdate.attach()
- All Superinterfaces:
Attachable.InUpdate<ParentT>, WebAppAuthentication.UpdateDefinitionStages.WithAuthenticationProvider<ParentT>, WebAppAuthentication.UpdateDefinitionStages.WithExternalRedirectUrls<ParentT>, WebAppAuthentication.UpdateDefinitionStages.WithTokenStore<ParentT>
- All Known Subinterfaces:
WebAppAuthentication.UpdateDefinition<ParentT>
- Enclosing interface:
WebAppAuthentication.UpdateDefinitionStages
public static interface WebAppAuthentication.UpdateDefinitionStages.WithAttach<ParentT>
extends Attachable.InUpdate<ParentT>, WebAppAuthentication.UpdateDefinitionStages.WithAuthenticationProvider<ParentT>, WebAppAuthentication.UpdateDefinitionStages.WithTokenStore<ParentT>, WebAppAuthentication.UpdateDefinitionStages.WithExternalRedirectUrls<ParentT>
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 update using Attachable.InUpdate.attach().
-
Method Summary
Methods inherited from interface Attachable.InUpdate
attachMethods inherited from interface WebAppAuthentication.UpdateDefinitionStages.WithAuthenticationProvider
withActiveDirectory, withFacebook, withGoogle, withMicrosoft, withTwitterMethods inherited from interface WebAppAuthentication.UpdateDefinitionStages.WithExternalRedirectUrls
withAllowedExternalRedirectUrlMethods inherited from interface WebAppAuthentication.UpdateDefinitionStages.WithTokenStore
withTokenStore