Uses of Class
com.azure.resourcemanager.appservice.models.AzureActiveDirectoryRegistration
Packages that use AzureActiveDirectoryRegistration
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of AzureActiveDirectoryRegistration in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type AzureActiveDirectoryRegistrationModifier and TypeClassDescriptionfinal classThe configuration settings of the Azure Active Directory app registration.Methods in com.azure.resourcemanager.appservice.models that return AzureActiveDirectoryRegistrationModifier and TypeMethodDescriptionAzureActiveDirectoryRegistration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureActiveDirectoryRegistration from the JsonReader.AzureActiveDirectory.registration()Get the registration property: The configuration settings of the Azure Active Directory app registration.AzureActiveDirectoryRegistration.withClientId(String clientId) Set the clientId property: The Client ID of this relying party application, known as the client_id.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.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.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.withClientSecretSettingName(String clientSecretSettingName) Set the clientSecretSettingName property: The app setting name that contains the client secret of the relying party application.AzureActiveDirectoryRegistration.withOpenIdIssuer(String openIdIssuer) Set the openIdIssuer property: The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.Methods in com.azure.resourcemanager.appservice.models with parameters of type AzureActiveDirectoryRegistrationModifier and TypeMethodDescriptionAzureActiveDirectory.withRegistration(AzureActiveDirectoryRegistration registration) Set the registration property: The configuration settings of the Azure Active Directory app registration.