Uses of Class
com.azure.spring.aad.AADApplicationType
-
Packages that use AADApplicationType Package Description com.azure.spring.aad Package com.azure.spring.aadcom.azure.spring.autoconfigure.aad Package com.azure.spring.autoconfigure.aad -
-
Uses of AADApplicationType in com.azure.spring.aad
Methods in com.azure.spring.aad that return AADApplicationType Modifier and Type Method Description 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. -
Uses of AADApplicationType in com.azure.spring.autoconfigure.aad
Methods in com.azure.spring.autoconfigure.aad that return AADApplicationType Modifier and Type Method Description AADApplicationTypeAADAuthenticationProperties. getApplicationType()Gets the AADApplicationType.Methods in com.azure.spring.autoconfigure.aad with parameters of type AADApplicationType Modifier and Type Method Description voidAADAuthenticationProperties. setApplicationType(AADApplicationType applicationType)Sets the AADApplicationType.
-