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