public final class AzureActiveDirectory extends Object
| Constructor and Description |
|---|
AzureActiveDirectory() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
enabled()
Get the enabled property: <code>false</code> if the Azure Active Directory provider should not be
enabled despite the set registration; otherwise, <code>true</code>.
|
Boolean |
isAutoProvisioned()
Get the isAutoProvisioned property: Gets a value indicating whether the Azure AD configuration was
auto-provisioned using 1st party tooling.
|
AzureActiveDirectoryLogin |
login()
Get the login property: The configuration settings of the Azure Active Directory login flow.
|
AzureActiveDirectoryRegistration |
registration()
Get the registration property: The configuration settings of the Azure Active Directory app registration.
|
void |
validate()
Validates the instance.
|
AzureActiveDirectoryValidation |
validation()
Get the validation property: The configuration settings of the Azure Active Directory token validation flow.
|
AzureActiveDirectory |
withEnabled(Boolean enabled)
Set the enabled property: <code>false</code> if the Azure Active Directory provider should not be
enabled despite the set registration; otherwise, <code>true</code>.
|
AzureActiveDirectory |
withIsAutoProvisioned(Boolean isAutoProvisioned)
Set the isAutoProvisioned property: Gets a value indicating whether the Azure AD configuration was
auto-provisioned using 1st party tooling.
|
AzureActiveDirectory |
withLogin(AzureActiveDirectoryLogin login)
Set the login property: The configuration settings of the Azure Active Directory login flow.
|
AzureActiveDirectory |
withRegistration(AzureActiveDirectoryRegistration registration)
Set the registration property: The configuration settings of the Azure Active Directory app registration.
|
AzureActiveDirectory |
withValidation(AzureActiveDirectoryValidation validation)
Set the validation property: The configuration settings of the Azure Active Directory token validation flow.
|
public Boolean enabled()
public AzureActiveDirectory withEnabled(Boolean enabled)
enabled - the enabled value to set.public AzureActiveDirectoryRegistration registration()
public AzureActiveDirectory withRegistration(AzureActiveDirectoryRegistration registration)
registration - the registration value to set.public AzureActiveDirectoryLogin login()
public AzureActiveDirectory withLogin(AzureActiveDirectoryLogin login)
login - the login value to set.public AzureActiveDirectoryValidation validation()
public AzureActiveDirectory withValidation(AzureActiveDirectoryValidation validation)
validation - the validation value to set.public Boolean isAutoProvisioned()
public AzureActiveDirectory withIsAutoProvisioned(Boolean isAutoProvisioned)
isAutoProvisioned - the isAutoProvisioned value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.