| 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) |
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) |
GraphClient(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> |
AADWebApplicationConfiguration.oidcUserService(AADAuthenticationProperties properties) |
| Constructor and Description |
|---|
AADOAuth2AuthorizationRequestResolver(org.springframework.security.oauth2.client.registration.ClientRegistrationRepository clientRegistrationRepository,
AADAuthenticationProperties properties) |
AADOAuth2UserService(AADAuthenticationProperties properties) |
AADOAuth2UserService(AADAuthenticationProperties properties,
GraphClient graphClient) |
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.