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
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.boot.autoconfigure.condition.ConditionOutcome
getMatchOutcome
(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata) Methods inherited from class org.springframework.boot.autoconfigure.condition.SpringBootCondition
anyMatches, logOutcome, matches, matches
-
Constructor Details
-
SIPAuthProvidersExistCondition
public SIPAuthProvidersExistCondition()
-
-
Method Details
-
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
-