public static interface WebAppAuthentication.UpdateDefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
WebAppAuthentication.UpdateDefinitionStages.Blank<ParentT>
The first stage of a web app authentication definition as part of a definition of a web app.
|
static interface |
WebAppAuthentication.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of the web app authentication definition.
|
static interface |
WebAppAuthentication.UpdateDefinitionStages.WithAuthenticationProvider<ParentT>
A web app authentication definition allowing detailed provider information to be specified.
|
static interface |
WebAppAuthentication.UpdateDefinitionStages.WithDefaultAuthenticationProvider<ParentT>
A web app authentication definition allowing the default authentication provider to be set.
|
static interface |
WebAppAuthentication.UpdateDefinitionStages.WithExternalRedirectUrls<ParentT>
A web app authentication definition allowing branch to be specified.
|
static interface |
WebAppAuthentication.UpdateDefinitionStages.WithTokenStore<ParentT>
A web app authentication definition allowing token store to be specified.
|
Copyright © 2019. All rights reserved.