java.lang.Object
org.springframework.boot.autoconfigure.condition.SpringBootCondition
org.springframework.boot.autoconfigure.security.oauth2.resource.IssuerUriCondition
All Implemented Interfaces:
Condition

public class IssuerUriCondition extends SpringBootCondition
Condition for creating JwtDecoder by oidc issuer location.
Since:
2.1.0
Author:
Artsiom Yudovin