| Package | Description |
|---|---|
| com.azure.spring.aad |
Package com.azure.spring.aad
|
| com.azure.spring.aad.webapp |
Package com.azure.spring.aad.webapp
|
| com.azure.spring.autoconfigure.aad |
Package com.azure.spring.autoconfigure.aad
|
| Modifier and Type | Field and Description |
|---|---|
protected AADAuthenticationProperties |
AADClientRegistrationRepository.properties |
| Constructor and Description |
|---|
AADClientRegistrationRepository(AzureClientRegistration azureClient,
List<org.springframework.security.oauth2.client.registration.ClientRegistration> otherClients,
AADAuthenticationProperties properties) |
| Modifier and Type | Field and Description |
|---|---|
protected AADAuthenticationProperties |
AADWebSecurityConfigurerAdapter.properties |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.oauth2.client.userinfo.OAuth2UserService<org.springframework.security.oauth2.client.oidc.userinfo.OidcUserRequest,org.springframework.security.oauth2.core.oidc.user.OidcUser> |
AADWebAppConfiguration.oidcUserService(AADAuthenticationProperties properties) |
| Constructor and Description |
|---|
AADOAuth2UserService(AADAuthenticationProperties properties) |
AADOAuth2UserService(AADAuthenticationProperties properties,
GraphClient graphClient) |
AADWebAppClientRegistrationRepository(AzureClientRegistration azureClient,
List<org.springframework.security.oauth2.client.registration.ClientRegistration> otherClients,
AADAuthenticationProperties properties) |
GraphClient(AADAuthenticationProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
UserPrincipal.isMemberOf(AADAuthenticationProperties aadAuthenticationProperties,
String group) |
| 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.
|
AADAuthenticationFilterAutoConfiguration(AADAuthenticationProperties properties) |
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()
()} |
Copyright © 2021 Microsoft Corporation. All rights reserved.