Uses of Class
com.azure.spring.cloud.autoconfigure.aad.properties.AadApplicationType
-
Packages that use AadApplicationType Package Description com.azure.spring.cloud.autoconfigure.aad.properties 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 AadApplicationType Modifier and Type Method Description AadApplicationTypeAadAuthenticationProperties. getApplicationType()Gets the AADApplicationType.static AadApplicationTypeAadApplicationType. inferApplicationTypeByDependencies()Infer application type by dependenciesstatic AadApplicationTypeAadApplicationType. valueOf(String name)Returns 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 AadApplicationType Modifier and Type Method Description voidAadAuthenticationProperties. setApplicationType(AadApplicationType applicationType)Sets the AADApplicationType.
-