| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
AzureActiveDirectoryRegistration |
AzureActiveDirectory.registration()
Get the registration property: The configuration settings of the Azure Active Directory app registration.
|
AzureActiveDirectoryRegistration |
AzureActiveDirectoryRegistration.withClientId(String clientId)
Set the clientId property: The Client ID of this relying party application, known as the client_id.
|
AzureActiveDirectoryRegistration |
AzureActiveDirectoryRegistration.withClientSecretCertificateIssuer(String clientSecretCertificateIssuer)
Set the clientSecretCertificateIssuer property: An alternative to the client secret thumbprint, that is the
issuer of a certificate used for signing purposes.
|
AzureActiveDirectoryRegistration |
AzureActiveDirectoryRegistration.withClientSecretCertificateSubjectAlternativeName(String clientSecretCertificateSubjectAlternativeName)
Set the clientSecretCertificateSubjectAlternativeName property: An alternative to the client secret thumbprint,
that is the subject alternative name of a certificate used for signing purposes.
|
AzureActiveDirectoryRegistration |
AzureActiveDirectoryRegistration.withClientSecretCertificateThumbprint(String clientSecretCertificateThumbprint)
Set the clientSecretCertificateThumbprint property: An alternative to the client secret, that is the thumbprint
of a certificate used for signing purposes.
|
AzureActiveDirectoryRegistration |
AzureActiveDirectoryRegistration.withClientSecretSettingName(String clientSecretSettingName)
Set the clientSecretSettingName property: The app setting name that contains the client secret of the relying
party application.
|
AzureActiveDirectoryRegistration |
AzureActiveDirectoryRegistration.withOpenIdIssuer(String openIdIssuer)
Set the openIdIssuer property: The OpenID Connect Issuer URI that represents the entity which issues access
tokens for this application.
|
| Modifier and Type | Method and Description |
|---|---|
AzureActiveDirectory |
AzureActiveDirectory.withRegistration(AzureActiveDirectoryRegistration registration)
Set the registration property: The configuration settings of the Azure Active Directory app registration.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.