Uses of Class
com.azure.spring.cloud.autoconfigure.aad.properties.AadAuthorizationServerEndpoints
-
Packages that use AadAuthorizationServerEndpoints Package Description com.azure.spring.cloud.autoconfigure.aad.filter Filter class for Active Directory. -
-
Uses of AadAuthorizationServerEndpoints in com.azure.spring.cloud.autoconfigure.aad.filter
Constructors in com.azure.spring.cloud.autoconfigure.aad.filter with parameters of type AadAuthorizationServerEndpoints Constructor Description AadAuthenticationFilter(AadAuthenticationProperties aadAuthenticationProperties, AadAuthorizationServerEndpoints endpoints, UserPrincipalManager userPrincipalManager)Creates a new instance ofAadAuthenticationFilter.AadAuthenticationFilter(AadAuthenticationProperties aadAuthenticationProperties, AadAuthorizationServerEndpoints endpoints, com.nimbusds.jose.util.ResourceRetriever resourceRetriever)Creates a new instance ofAadAuthenticationFilter.AadAuthenticationFilter(AadAuthenticationProperties aadAuthenticationProperties, AadAuthorizationServerEndpoints endpoints, com.nimbusds.jose.util.ResourceRetriever resourceRetriever, com.nimbusds.jose.jwk.source.JWKSetCache jwkSetCache)Creates a new instance ofAadAuthenticationFilter.UserPrincipalManager(AadAuthorizationServerEndpoints endpoints, AadAuthenticationProperties aadAuthenticationProperties, com.nimbusds.jose.util.ResourceRetriever resourceRetriever, boolean explicitAudienceCheck)Create a newUserPrincipalManagerbased of thegetJwkSetEndpoint()UserPrincipalManager(AadAuthorizationServerEndpoints endpoints, AadAuthenticationProperties aadAuthenticationProperties, com.nimbusds.jose.util.ResourceRetriever resourceRetriever, boolean explicitAudienceCheck, com.nimbusds.jose.jwk.source.JWKSetCache jwkSetCache)Create a newUserPrincipalManagerbased of thegetJwkSetEndpoint()()}
-