Uses of Class
com.azure.resourcemanager.appservice.models.AzureActiveDirectoryLogin
Packages that use AzureActiveDirectoryLogin
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of AzureActiveDirectoryLogin in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type AzureActiveDirectoryLoginModifier and TypeClassDescriptionfinal classThe configuration settings of the Azure Active Directory login flow.Methods in com.azure.resourcemanager.appservice.models that return AzureActiveDirectoryLoginModifier and TypeMethodDescriptionstatic AzureActiveDirectoryLoginAzureActiveDirectoryLogin.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureActiveDirectoryLogin from the JsonReader.AzureActiveDirectory.login()Get the login property: The configuration settings of the Azure Active Directory login flow.AzureActiveDirectoryLogin.withDisableWwwAuthenticate(Boolean disableWwwAuthenticate) Set the disableWwwAuthenticate property: <code>true</code> if the www-authenticate provider should be omitted from the request; otherwise, <code>false</code>.AzureActiveDirectoryLogin.withLoginParameters(List<String> loginParameters) Set the loginParameters property: Login parameters to send to the OpenID Connect authorization endpoint when a user logs in.Methods in com.azure.resourcemanager.appservice.models with parameters of type AzureActiveDirectoryLoginModifier and TypeMethodDescriptionAzureActiveDirectory.withLogin(AzureActiveDirectoryLogin login) Set the login property: The configuration settings of the Azure Active Directory login flow.