public class Login extends ProxyOnlyResource
| Constructor and Description |
|---|
Login() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
allowedExternalRedirectUrls()
Get the allowedExternalRedirectUrls property: The allowedExternalRedirectUrls property.
|
CookieExpiration |
cookieExpiration()
Get the cookieExpiration property: The cookieExpiration property.
|
Nonce |
nonce()
Get the nonce property: The nonce property.
|
Boolean |
preserveUrlFragmentsForLogins()
Get the preserveUrlFragmentsForLogins property: The preserveUrlFragmentsForLogins property.
|
LoginRoutes |
routes()
Get the routes property: The routes property.
|
TokenStore |
tokenStore()
Get the tokenStore property: The tokenStore property.
|
void |
validate()
Validates the instance.
|
Login |
withAllowedExternalRedirectUrls(List<String> allowedExternalRedirectUrls)
Set the allowedExternalRedirectUrls property: The allowedExternalRedirectUrls property.
|
Login |
withCookieExpiration(CookieExpiration cookieExpiration)
Set the cookieExpiration property: The cookieExpiration property.
|
Login |
withKind(String kind)
Set the kind property: Kind of resource.
|
Login |
withNonce(Nonce nonce)
Set the nonce property: The nonce property.
|
Login |
withPreserveUrlFragmentsForLogins(Boolean preserveUrlFragmentsForLogins)
Set the preserveUrlFragmentsForLogins property: The preserveUrlFragmentsForLogins property.
|
Login |
withRoutes(LoginRoutes routes)
Set the routes property: The routes property.
|
Login |
withTokenStore(TokenStore tokenStore)
Set the tokenStore property: The tokenStore property.
|
kindpublic LoginRoutes routes()
public Login withRoutes(LoginRoutes routes)
routes - the routes value to set.public TokenStore tokenStore()
public Login withTokenStore(TokenStore tokenStore)
tokenStore - the tokenStore value to set.public Boolean preserveUrlFragmentsForLogins()
public Login withPreserveUrlFragmentsForLogins(Boolean preserveUrlFragmentsForLogins)
preserveUrlFragmentsForLogins - the preserveUrlFragmentsForLogins value to set.public List<String> allowedExternalRedirectUrls()
public Login withAllowedExternalRedirectUrls(List<String> allowedExternalRedirectUrls)
allowedExternalRedirectUrls - the allowedExternalRedirectUrls value to set.public CookieExpiration cookieExpiration()
public Login withCookieExpiration(CookieExpiration cookieExpiration)
cookieExpiration - the cookieExpiration value to set.public Nonce nonce()
public Login withNonce(Nonce nonce)
nonce - the nonce value to set.public Login withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.