Uses of Class
com.azure.spring.aad.AADTrustedIssuerRepository
-
Packages that use AADTrustedIssuerRepository Package Description com.azure.spring.aad Package com.azure.spring.aadcom.azure.spring.aad.webapi.validator Package com.azure.spring.aad.resource.server.validatorcom.azure.spring.autoconfigure.b2c Package com.azure.spring.autoconfigure.b2c -
-
Uses of AADTrustedIssuerRepository in com.azure.spring.aad
Constructors in com.azure.spring.aad with parameters of type AADTrustedIssuerRepository Constructor Description AADIssuerJWSKeySelector(AADTrustedIssuerRepository trustedIssuerRepo, int connectTimeout, int readTimeout, int sizeLimit)Creates a new instance ofAADIssuerJWSKeySelector. -
Uses of AADTrustedIssuerRepository in com.azure.spring.aad.webapi.validator
Constructors in com.azure.spring.aad.webapi.validator with parameters of type AADTrustedIssuerRepository Constructor Description AADJwtIssuerValidator(AADTrustedIssuerRepository aadTrustedIssuerRepository)Constructs aAADJwtIssuerValidatorusing the provided parameters -
Uses of AADTrustedIssuerRepository in com.azure.spring.autoconfigure.b2c
Subclasses of AADTrustedIssuerRepository in com.azure.spring.autoconfigure.b2c Modifier and Type Class Description classAADB2CTrustedIssuerRepositoryConstruct a trusted aad b2c issuer repository.Methods in com.azure.spring.autoconfigure.b2c that return AADTrustedIssuerRepository Modifier and Type Method Description AADTrustedIssuerRepositoryAADB2CResourceServerAutoConfiguration. trustedIssuerRepository()Declare AADTrustedIssuerRepository bean.Methods in com.azure.spring.autoconfigure.b2c with parameters of type AADTrustedIssuerRepository Modifier and Type Method Description com.nimbusds.jwt.proc.JWTClaimsSetAwareJWSKeySelector<com.nimbusds.jose.proc.SecurityContext>AADB2CResourceServerAutoConfiguration. aadIssuerJWSKeySelector(AADTrustedIssuerRepository aadTrustedIssuerRepository)Declare JWTClaimsSetAwareJWSKeySelector bean.org.springframework.security.oauth2.jwt.JwtDecoderAADB2CResourceServerAutoConfiguration. jwtDecoder(com.nimbusds.jwt.proc.JWTProcessor<com.nimbusds.jose.proc.SecurityContext> jwtProcessor, AADTrustedIssuerRepository trustedIssuerRepository)Declare JwtDecoder bean.
-