Class SIPAuthProvidersExistCondition
- java.lang.Object
-
- org.springframework.boot.autoconfigure.condition.SpringBootCondition
-
- de.ikor.sip.foundation.security.authentication.SIPAuthProvidersExistCondition
-
- All Implemented Interfaces:
org.springframework.context.annotation.Condition
public class SIPAuthProvidersExistCondition extends org.springframework.boot.autoconfigure.condition.SpringBootCondition
Condition class matching whether authentication providers are defined
-
-
Constructor Summary
Constructors Constructor Description SIPAuthProvidersExistCondition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.boot.autoconfigure.condition.ConditionOutcome
getMatchOutcome(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:
getMatchOutcome
in classorg.springframework.boot.autoconfigure.condition.SpringBootCondition
-
-