| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
GlobalValidation |
SiteAuthSettingsV2Inner.globalValidation()
Get the globalValidation property: The configuration settings that determines the validation flow of users using
App Service Authentication/Authorization.
|
GlobalValidation |
SiteAuthSettingsV2Properties.globalValidation()
Get the globalValidation property: The configuration settings that determines the validation flow of users using
App Service Authentication/Authorization.
|
| Modifier and Type | Method and Description |
|---|---|
SiteAuthSettingsV2Inner |
SiteAuthSettingsV2Inner.withGlobalValidation(GlobalValidation globalValidation)
Set the globalValidation property: The configuration settings that determines the validation flow of users using
App Service Authentication/Authorization.
|
SiteAuthSettingsV2Properties |
SiteAuthSettingsV2Properties.withGlobalValidation(GlobalValidation globalValidation)
Set the globalValidation property: The configuration settings that determines the validation flow of users using
App Service Authentication/Authorization.
|
| Modifier and Type | Method and Description |
|---|---|
GlobalValidation |
GlobalValidation.withExcludedPaths(List<String> excludedPaths)
Set the excludedPaths property: The paths for which unauthenticated flow would not be redirected to the login
page.
|
GlobalValidation |
GlobalValidation.withRedirectToProvider(String redirectToProvider)
Set the redirectToProvider property: The default authentication provider to use when multiple providers are
configured.
|
GlobalValidation |
GlobalValidation.withRequireAuthentication(Boolean requireAuthentication)
Set the requireAuthentication property: <code>true</code> if the authentication flow is required any
request is made; otherwise, <code>false</code>.
|
GlobalValidation |
GlobalValidation.withUnauthenticatedClientAction(UnauthenticatedClientActionV2 unauthenticatedClientAction)
Set the unauthenticatedClientAction property: The action to take when an unauthenticated client attempts to
access the app.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.