Skip to content

Commit

Permalink
fix: add correction to java example in multitenancy.adoc
Browse files Browse the repository at this point in the history
Closes gh-15146
  • Loading branch information
caio-henrique authored and marcusdacoregio committed May 23, 2024
1 parent c7b739e commit 896dd93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ Java::
[source,java,role="primary"]
----
@Bean
JWTProcessor jwtProcessor(JWTClaimSetJWSKeySelector keySelector) {
JWTProcessor jwtProcessor(JWTClaimsSetAwareJWSKeySelector keySelector) {
ConfigurableJWTProcessor<SecurityContext> jwtProcessor =
new DefaultJWTProcessor();
jwtProcessor.setJWTClaimsSetAwareJWSKeySelector(keySelector);
Expand Down

0 comments on commit 896dd93

Please sign in to comment.