public final class AzureActiveDirectoryLogin extends Object
| Constructor and Description |
|---|
AzureActiveDirectoryLogin() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
disableWwwAuthenticate()
Get the disableWwwAuthenticate property: <code>true</code> if the www-authenticate provider should be
omitted from the request; otherwise, <code>false</code>.
|
List<String> |
loginParameters()
Get the loginParameters property: Login parameters to send to the OpenID Connect authorization endpoint when a
user logs in.
|
void |
validate()
Validates the instance.
|
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.
|
public List<String> loginParameters()
public AzureActiveDirectoryLogin withLoginParameters(List<String> loginParameters)
loginParameters - the loginParameters value to set.public Boolean disableWwwAuthenticate()
public AzureActiveDirectoryLogin withDisableWwwAuthenticate(Boolean disableWwwAuthenticate)
disableWwwAuthenticate - the disableWwwAuthenticate value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.