Class SIPAuthProviderCondition
java.lang.Object
org.springframework.boot.autoconfigure.condition.SpringBootCondition
de.ikor.sip.foundation.security.authentication.SIPAuthProviderCondition
- All Implemented Interfaces:
org.springframework.context.annotation.Condition
public class SIPAuthProviderCondition
extends org.springframework.boot.autoconfigure.condition.SpringBootCondition
Matcher class implementing the logic for the
ConditionalOnSIPAuthProvider
annotation.
Look there for details on the possible configuration.- Author:
- thomas.stieglmaier
-
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
-
SIPAuthProviderCondition
public SIPAuthProviderCondition()
-
-
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
-