アノテーションインターフェース ConditionalOnIssuerLocationJwtDecoder
@RetentionSE(RUNTIMESE)
@TargetSE({TYPESE,METHODSE})
@DocumentedSE
@Conditional(org.springframework.boot.security.oauth2.server.resource.autoconfigure.IssuerUriCondition.class)
public @interface ConditionalOnIssuerLocationJwtDecoder
issuer-location-based JWT decoder を使用する必要があるときに一致する条件。- 導入:
- 4.0.0
- 作成者:
- Andy Wilkinson