| Modifier and Type | Interface and Description |
|---|---|
static interface |
ActiveDirectoryApplication.Definition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
ActiveDirectoryApplication.DefinitionStages.WithCreate |
ActiveDirectoryApplication.DefinitionStages.WithMultiTenant.withAvailableToOtherTenants(boolean availableToOtherTenants)
Specifies if the application can be used in multiple tenants.
|
ActiveDirectoryApplication.DefinitionStages.WithCreate |
ActiveDirectoryApplication.DefinitionStages.WithIdentifierUrl.withIdentifierUrl(String identifierUrl)
Adds an identifier URL to the application.
|
ActiveDirectoryApplication.DefinitionStages.WithCreate |
ActiveDirectoryApplication.DefinitionStages.WithReplyUrl.withReplyUrl(String replyUrl)
Adds a reply URL to the application.
|
ActiveDirectoryApplication.DefinitionStages.WithCreate |
ActiveDirectoryApplication.DefinitionStages.WithSignOnUrl.withSignOnUrl(String signOnUrl)
Specifies the sign on URL.
|
| Modifier and Type | Method and Description |
|---|---|
CertificateCredential.DefinitionStages.Blank<ActiveDirectoryApplication.DefinitionStages.WithCreate> |
ActiveDirectoryApplication.DefinitionStages.WithCredential.defineCertificateCredential(String name)
Starts the definition of a certificate credential.
|
PasswordCredential.DefinitionStages.Blank<ActiveDirectoryApplication.DefinitionStages.WithCreate> |
ActiveDirectoryApplication.DefinitionStages.WithCredential.definePasswordCredential(String name)
Starts the definition of a password credential.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/