Uses of Class
com.azure.spring.autoconfigure.aad.AADAuthenticationProperties
-
Packages that use AADAuthenticationProperties Package Description com.azure.spring.aad Package com.azure.spring.aadcom.azure.spring.aad.webapp Package com.azure.spring.aad.webappcom.azure.spring.autoconfigure.aad Package com.azure.spring.autoconfigure.aad -
-
Uses of AADAuthenticationProperties in com.azure.spring.aad
Methods in com.azure.spring.aad with parameters of type AADAuthenticationProperties Modifier and Type Method Description org.springframework.security.oauth2.client.registration.ClientRegistrationRepositoryAADOAuth2ClientConfiguration. clientRegistrationRepository(AADAuthenticationProperties properties)Declare ClientRegistrationRepository bean.Constructors in com.azure.spring.aad with parameters of type AADAuthenticationProperties Constructor Description AADClientRegistrationRepository(AADAuthenticationProperties properties)Creates a new instance ofAADClientRegistrationRepository. -
Uses of AADAuthenticationProperties in com.azure.spring.aad.webapp
Fields in com.azure.spring.aad.webapp declared as AADAuthenticationProperties Modifier and Type Field Description protected AADAuthenticationPropertiesAADWebSecurityConfigurerAdapter. propertiesAAD authentication propertiesMethods in com.azure.spring.aad.webapp with parameters of type AADAuthenticationProperties Modifier and Type Method 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)Declare OAuth2UserService bean.Constructors in com.azure.spring.aad.webapp with parameters of type AADAuthenticationProperties Constructor Description AADOAuth2AuthorizationRequestResolver(org.springframework.security.oauth2.client.registration.ClientRegistrationRepository clientRegistrationRepository, AADAuthenticationProperties properties)Creates a new instance ofAADOAuth2AuthorizationRequestResolver.AADOAuth2UserService(AADAuthenticationProperties properties)Creates a new instance ofAADOAuth2UserService.AADOAuth2UserService(AADAuthenticationProperties properties, GraphClient graphClient)Creates a new instance ofAADOAuth2UserService.GraphClient(AADAuthenticationProperties properties)Creates a new instance ofGraphClient. -
Uses of AADAuthenticationProperties in com.azure.spring.autoconfigure.aad
Methods in com.azure.spring.autoconfigure.aad with parameters of type AADAuthenticationProperties Modifier and Type Method Description booleanUserPrincipal. isMemberOf(AADAuthenticationProperties aadAuthenticationProperties, String group)Whether the group is a member of the user principal.Constructors in com.azure.spring.autoconfigure.aad with parameters of type AADAuthenticationProperties 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.AADAuthenticationFilterAutoConfiguration(AADAuthenticationProperties properties)Creates a new instance ofAADAuthenticationFilterAutoConfiguration.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 theAADAuthorizationServerEndpoints.jwkSetEndpoint()UserPrincipalManager(AADAuthorizationServerEndpoints endpoints, AADAuthenticationProperties aadAuthenticationProperties, com.nimbusds.jose.util.ResourceRetriever resourceRetriever, boolean explicitAudienceCheck, com.nimbusds.jose.jwk.source.JWKSetCache jwkSetCache)Create a newUserPrincipalManagerbased of theAADAuthorizationServerEndpoints.jwkSetEndpoint()()}
-