| Package | Description |
|---|---|
| com.azure.spring.cloud.autoconfigure.aad.filter | |
| com.azure.spring.cloud.autoconfigure.aad.graph |
| Constructor and Description |
|---|
AADAuthenticationFilter(AADAuthenticationProperties aadAuthenticationProperties,
AADAuthorizationServerEndpoints endpoints,
com.nimbusds.jose.util.ResourceRetriever resourceRetriever)
Deprecated.
|
AADAuthenticationFilter(AADAuthenticationProperties aadAuthenticationProperties,
AADAuthorizationServerEndpoints endpoints,
com.nimbusds.jose.util.ResourceRetriever resourceRetriever,
com.nimbusds.jose.jwk.source.JWKSetCache jwkSetCache)
Deprecated.
|
AADAuthenticationFilter(AADAuthenticationProperties aadAuthenticationProperties,
AADAuthorizationServerEndpoints endpoints,
UserPrincipalManager userPrincipalManager)
Deprecated.
|
UserPrincipalManager(AADAuthorizationServerEndpoints endpoints,
AADAuthenticationProperties aadAuthenticationProperties,
com.nimbusds.jose.util.ResourceRetriever resourceRetriever,
boolean explicitAudienceCheck)
Create a new
UserPrincipalManager based of the
AADAuthorizationServerEndpoints.jwkSetEndpoint() |
UserPrincipalManager(AADAuthorizationServerEndpoints endpoints,
AADAuthenticationProperties aadAuthenticationProperties,
com.nimbusds.jose.util.ResourceRetriever resourceRetriever,
boolean explicitAudienceCheck,
com.nimbusds.jose.jwk.source.JWKSetCache jwkSetCache)
Create a new
UserPrincipalManager based of the
AADAuthorizationServerEndpoints.jwkSetEndpoint()
()} |
| Constructor and Description |
|---|
AzureADGraphClient(String clientId,
String clientSecret,
AADAuthenticationProperties aadAuthenticationProperties,
AADAuthorizationServerEndpoints endpoints) |
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.