Class CamelSSLAutoConfiguration.SSLConfigCondition
java.lang.Object
org.springframework.boot.autoconfigure.condition.SpringBootCondition
org.apache.camel.spring.boot.security.CamelSSLAutoConfiguration.SSLConfigCondition
- All Implemented Interfaces:
org.springframework.context.annotation.Condition
- Enclosing class:
CamelSSLAutoConfiguration
public static class CamelSSLAutoConfiguration.SSLConfigCondition
extends org.springframework.boot.autoconfigure.condition.SpringBootCondition
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.boot.autoconfigure.condition.ConditionOutcome
getMatchOutcome
(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata annotatedTypeMetadata) Methods inherited from class org.springframework.boot.autoconfigure.condition.SpringBootCondition
anyMatches, logOutcome, matches, matches
-
Constructor Details
-
SSLConfigCondition
public SSLConfigCondition()
-
-
Method Details
-
getMatchOutcome
public org.springframework.boot.autoconfigure.condition.ConditionOutcome getMatchOutcome(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata annotatedTypeMetadata) - Specified by:
getMatchOutcome
in classorg.springframework.boot.autoconfigure.condition.SpringBootCondition
-