Uses of Enum
com.azure.spring.cloud.autoconfigure.aad.properties.AadApplicationType
Packages that use AadApplicationType
Package
Description
Configuration properties class for Active Directory.
-
Uses of AadApplicationType in com.azure.spring.cloud.autoconfigure.aad.properties
Methods in com.azure.spring.cloud.autoconfigure.aad.properties that return AadApplicationTypeModifier and TypeMethodDescriptionAadAuthenticationProperties.getApplicationType()Gets the AADApplicationType.static AadApplicationTypeAadApplicationType.inferApplicationTypeByDependencies()Infer application type by dependenciesstatic AadApplicationTypeReturns the enum constant of this type with the specified name.static AadApplicationType[]AadApplicationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.spring.cloud.autoconfigure.aad.properties with parameters of type AadApplicationTypeModifier and TypeMethodDescriptionvoidAadAuthenticationProperties.setApplicationType(AadApplicationType applicationType) Sets the AADApplicationType.