Uses of Class
com.azure.spring.cloud.autoconfigure.aad.properties.AadAuthenticationProperties
-
Packages that use AadAuthenticationProperties Package Description com.azure.spring.cloud.autoconfigure.aad Spring Cloud Azure's auto-configuration for Active Directory.com.azure.spring.cloud.autoconfigure.aad.configuration Configuration class for Active Directory.com.azure.spring.cloud.autoconfigure.aad.filter Filter class for Active Directory. -
-
Uses of AadAuthenticationProperties in com.azure.spring.cloud.autoconfigure.aad
Fields in com.azure.spring.cloud.autoconfigure.aad declared as AadAuthenticationProperties Modifier and Type Field Description protected AadAuthenticationPropertiesAadWebSecurityConfigurerAdapter. propertiesAAD authentication propertiesConstructors in com.azure.spring.cloud.autoconfigure.aad with parameters of type AadAuthenticationProperties Constructor Description AadAuthenticationFilterAutoConfiguration(AadAuthenticationProperties properties)Creates a new instance ofAadAuthenticationFilterAutoConfiguration.AadClientRegistrationRepository(AadAuthenticationProperties properties)Creates a new instance ofAadClientRegistrationRepository.AadOAuth2AuthorizationRequestResolver(String authorizationRequestBaseUri, org.springframework.security.oauth2.client.registration.ClientRegistrationRepository clientRegistrationRepository, AadAuthenticationProperties properties)Creates a new instance ofAadOAuth2AuthorizationRequestResolver.AadOAuth2AuthorizationRequestResolver(org.springframework.security.oauth2.client.registration.ClientRegistrationRepository clientRegistrationRepository, AadAuthenticationProperties properties)Creates a new instance ofAadOAuth2AuthorizationRequestResolver. -
Uses of AadAuthenticationProperties in com.azure.spring.cloud.autoconfigure.aad.configuration
Methods in com.azure.spring.cloud.autoconfigure.aad.configuration that return AadAuthenticationProperties Modifier and Type Method Description AadAuthenticationPropertiesAadPropertiesConfiguration. aadAuthenticationProperties()AAD Authentication Properties.Methods in com.azure.spring.cloud.autoconfigure.aad.configuration with parameters of type AadAuthenticationProperties Modifier and Type Method Description org.springframework.security.oauth2.client.registration.ClientRegistrationRepositoryAadOAuth2ClientConfiguration.OAuth2ClientRepositoryConfiguration. clientRegistrationRepository(AadAuthenticationProperties properties)Declare ClientRegistrationRepository bean.List<org.springframework.security.oauth2.core.OAuth2TokenValidator<org.springframework.security.oauth2.jwt.Jwt>>AadResourceServerConfiguration. createDefaultValidator(AadAuthenticationProperties aadAuthenticationProperties)Creates a default validator.org.springframework.security.oauth2.jwt.JwtDecoderAadResourceServerConfiguration. jwtDecoder(AadAuthenticationProperties aadAuthenticationProperties)Use JwkKeySetUri to create JwtDecoderorg.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. -
Uses of AadAuthenticationProperties in com.azure.spring.cloud.autoconfigure.aad.filter
Methods in com.azure.spring.cloud.autoconfigure.aad.filter 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.cloud.autoconfigure.aad.filter with parameters of type AadAuthenticationProperties 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 theAadAuthorizationServerEndpoints.getJwkSetEndpoint()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.getJwkSetEndpoint()()}
-