Class EncryptionBootstrapConfiguration.KeyCondition
- java.lang.Object
-
- org.springframework.boot.autoconfigure.condition.SpringBootCondition
-
- org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.KeyCondition
-
- All Implemented Interfaces:
org.springframework.context.annotation.Condition
- Enclosing class:
- EncryptionBootstrapConfiguration
public static class EncryptionBootstrapConfiguration.KeyCondition extends org.springframework.boot.autoconfigure.condition.SpringBootConditionA Spring Boot condition for key encryption.
-
-
Constructor Summary
Constructors Constructor Description KeyCondition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.boot.autoconfigure.condition.ConditionOutcomegetMatchOutcome(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata)
-
-
-
Method Detail
-
getMatchOutcome
public org.springframework.boot.autoconfigure.condition.ConditionOutcome getMatchOutcome(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata)- Specified by:
getMatchOutcomein classorg.springframework.boot.autoconfigure.condition.SpringBootCondition
-
-