Uses of Class
com.azure.resourcemanager.appservice.models.Login
-
Packages that use Login 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. -
-
Uses of Login in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return Login Modifier and Type Method Description LoginSiteAuthSettingsV2Inner. login()Get the login property: The configuration settings of the login flow of users using App Service Authentication/Authorization.LoginSiteAuthSettingsV2Properties. login()Get the login property: The configuration settings of the login flow of users using App Service Authentication/Authorization.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type Login Modifier and Type Method Description SiteAuthSettingsV2InnerSiteAuthSettingsV2Inner. withLogin(Login login)Set the login property: The configuration settings of the login flow of users using App Service Authentication/Authorization.SiteAuthSettingsV2PropertiesSiteAuthSettingsV2Properties. withLogin(Login login)Set the login property: The configuration settings of the login flow of users using App Service Authentication/Authorization. -
Uses of Login in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return Login Modifier and Type Method Description LoginLogin. withAllowedExternalRedirectUrls(List<String> allowedExternalRedirectUrls)Set the allowedExternalRedirectUrls property: External URLs that can be redirected to as part of logging in or logging out of the app.LoginLogin. withCookieExpiration(CookieExpiration cookieExpiration)Set the cookieExpiration property: The configuration settings of the session cookie's expiration.LoginLogin. withNonce(Nonce nonce)Set the nonce property: The configuration settings of the nonce used in the login flow.LoginLogin. withPreserveUrlFragmentsForLogins(Boolean preserveUrlFragmentsForLogins)Set the preserveUrlFragmentsForLogins property: <code>true</code> if the fragments from the request are preserved after the login request is made; otherwise, <code>false</code>.LoginLogin. withRoutes(LoginRoutes routes)Set the routes property: The routes that specify the endpoints used for login and logout requests.LoginLogin. withTokenStore(TokenStore tokenStore)Set the tokenStore property: The configuration settings of the token store.
-