|
|
|
@ -78,7 +78,9 @@ import org.springframework.security.web.util.matcher.RequestMatcher; |
|
|
|
* @author Rob Winch |
|
|
|
* @author Rob Winch |
|
|
|
* @author Onur Kagan Ozcan |
|
|
|
* @author Onur Kagan Ozcan |
|
|
|
* @since 3.2 |
|
|
|
* @since 3.2 |
|
|
|
|
|
|
|
* @deprecated please use {@link HttpsRedirectConfigurer} instead |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
@Deprecated |
|
|
|
public final class ChannelSecurityConfigurer<H extends HttpSecurityBuilder<H>> |
|
|
|
public final class ChannelSecurityConfigurer<H extends HttpSecurityBuilder<H>> |
|
|
|
extends AbstractHttpConfigurer<ChannelSecurityConfigurer<H>, H> { |
|
|
|
extends AbstractHttpConfigurer<ChannelSecurityConfigurer<H>, H> { |
|
|
|
|
|
|
|
|
|
|
|
@ -147,6 +149,10 @@ public final class ChannelSecurityConfigurer<H extends HttpSecurityBuilder<H>> |
|
|
|
return this.REGISTRY; |
|
|
|
return this.REGISTRY; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* @deprecated no replacement planned |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
@Deprecated |
|
|
|
public final class ChannelRequestMatcherRegistry |
|
|
|
public final class ChannelRequestMatcherRegistry |
|
|
|
extends AbstractConfigAttributeRequestMatcherRegistry<RequiresChannelUrl> { |
|
|
|
extends AbstractConfigAttributeRequestMatcherRegistry<RequiresChannelUrl> { |
|
|
|
|
|
|
|
|
|
|
|
@ -215,6 +221,10 @@ public final class ChannelSecurityConfigurer<H extends HttpSecurityBuilder<H>> |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* @deprecated no replacement planned |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
@Deprecated |
|
|
|
public class RequiresChannelUrl { |
|
|
|
public class RequiresChannelUrl { |
|
|
|
|
|
|
|
|
|
|
|
protected List<? extends RequestMatcher> requestMatchers; |
|
|
|
protected List<? extends RequestMatcher> requestMatchers; |
|
|
|
|