Uses of Class
com.azure.spring.aad.AADAuthorizationServerEndpoints
-
Packages that use AADAuthorizationServerEndpoints Package Description com.azure.spring.autoconfigure.aad Package com.azure.spring.autoconfigure.aad -
-
Uses of AADAuthorizationServerEndpoints in com.azure.spring.autoconfigure.aad
Constructors in com.azure.spring.autoconfigure.aad with parameters of type AADAuthorizationServerEndpoints Constructor Description AADAuthenticationFilter(AADAuthenticationProperties aadAuthenticationProperties, AADAuthorizationServerEndpoints endpoints, UserPrincipalManager userPrincipalManager)Deprecated.Creates a new instance ofAADAuthenticationFilter.AADAuthenticationFilter(AADAuthenticationProperties aadAuthenticationProperties, AADAuthorizationServerEndpoints endpoints, com.nimbusds.jose.util.ResourceRetriever resourceRetriever)Deprecated.Creates a new instance ofAADAuthenticationFilter.AADAuthenticationFilter(AADAuthenticationProperties aadAuthenticationProperties, AADAuthorizationServerEndpoints endpoints, com.nimbusds.jose.util.ResourceRetriever resourceRetriever, com.nimbusds.jose.jwk.source.JWKSetCache jwkSetCache)Deprecated.Creates a new instance ofAADAuthenticationFilter.AzureADGraphClient(String clientId, String clientSecret, AADAuthenticationProperties aadAuthenticationProperties, AADAuthorizationServerEndpoints endpoints)Creates a new instance ofAzureADGraphClient.UserPrincipalManager(AADAuthorizationServerEndpoints endpoints, AADAuthenticationProperties aadAuthenticationProperties, com.nimbusds.jose.util.ResourceRetriever resourceRetriever, boolean explicitAudienceCheck)Create a newUserPrincipalManagerbased of thejwkSetEndpoint()UserPrincipalManager(AADAuthorizationServerEndpoints endpoints, AADAuthenticationProperties aadAuthenticationProperties, com.nimbusds.jose.util.ResourceRetriever resourceRetriever, boolean explicitAudienceCheck, com.nimbusds.jose.jwk.source.JWKSetCache jwkSetCache)Create a newUserPrincipalManagerbased of thejwkSetEndpoint()()}
-