Class PermitInsecureSseEndpointCondition
java.lang.Object
ch.admin.bit.jeap.server.sent.events.web.PermitInsecureSseEndpointCondition
- All Implemented Interfaces:
org.springframework.context.annotation.Condition
public class PermitInsecureSseEndpointCondition
extends Object
implements org.springframework.context.annotation.Condition
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatches(org.springframework.context.annotation.ConditionContext conditionContext, org.springframework.core.type.AnnotatedTypeMetadata annotatedTypeMetadata)
-
Constructor Details
-
PermitInsecureSseEndpointCondition
public PermitInsecureSseEndpointCondition()
-
-
Method Details
-
matches
public boolean matches(org.springframework.context.annotation.ConditionContext conditionContext, org.springframework.core.type.AnnotatedTypeMetadata annotatedTypeMetadata) - Specified by:
matchesin interfaceorg.springframework.context.annotation.Condition
-