Uses of Class
com.azure.spring.cloud.autoconfigure.aad.properties.AadResourceServerProperties
Packages that use AadResourceServerProperties
Package
Description
Spring Cloud Azure's auto-configuration for Active Directory.
-
Uses of AadResourceServerProperties in com.azure.spring.cloud.autoconfigure.aad
Constructors in com.azure.spring.cloud.autoconfigure.aad with parameters of type AadResourceServerPropertiesModifierConstructorDescriptionAadResourceServerWebSecurityConfigurerAdapter(AadResourceServerProperties properties, org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt, Collection<org.springframework.security.core.GrantedAuthority>> jwtGrantedAuthoritiesConverter) Sets the Azure AD properties and custom granted authority converter to creates a new instance, the custom granted authority converter can be null.