Package | Description |
---|---|
com.azure.spring.autoconfigure.aad |
Package com.azure.spring.autoconfigure.aad
|
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.
|
AzureADGraphClient(String clientId,
String clientSecret,
AADAuthenticationProperties aadAuthenticationProperties,
AADAuthorizationServerEndpoints endpoints) |
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()
()} |
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.