| Package | Description |
|---|---|
| com.azure.spring.aad |
Package com.azure.spring.aad
|
| com.azure.spring.autoconfigure.aad |
Package com.azure.spring.autoconfigure.aad
|
| Modifier and Type | Method and Description |
|---|---|
static AADApplicationType |
AADApplicationType.inferApplicationTypeByDependencies()
Infer application type by dependencies
|
static AADApplicationType |
AADApplicationType.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.
|
| Modifier and Type | Method and Description |
|---|---|
AADApplicationType |
AADAuthenticationProperties.getApplicationType() |
| Modifier and Type | Method and Description |
|---|---|
void |
AADAuthenticationProperties.setApplicationType(AADApplicationType applicationType) |
Copyright © 2021 Microsoft Corporation. All rights reserved.