Class HttpInboundGateway
java.lang.Object
org.frankframework.management.gateway.HttpInboundGateway
- All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.integration.IntegrationPattern, org.springframework.security.config.annotation.SecurityConfigurer<jakarta.servlet.Filter, org.springframework.security.config.annotation.web.builders.WebSecurity>, org.springframework.security.config.annotation.web.WebSecurityConfigurer<org.springframework.security.config.annotation.web.builders.WebSecurity>, org.springframework.web.context.ServletContextAware
@Order(2147483646)
public class HttpInboundGateway
extends Object
implements org.springframework.security.config.annotation.web.WebSecurityConfigurer<org.springframework.security.config.annotation.web.builders.WebSecurity>, org.springframework.web.context.ServletContextAware, org.springframework.integration.IntegrationPattern, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.BeanFactoryAware
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidconfigure(org.springframework.security.config.annotation.web.builders.WebSecurity webSecurity) void@NonNull org.springframework.integration.IntegrationPatternTypevoidinit(org.springframework.security.config.annotation.web.builders.WebSecurity builder) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContextMethods inherited from interface org.springframework.beans.factory.BeanFactoryAware
setBeanFactoryMethods inherited from interface org.springframework.web.context.ServletContextAware
setServletContext
-
Constructor Details
-
HttpInboundGateway
public HttpInboundGateway()
-
-
Method Details
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-
createGatewayEndpoint
public void createGatewayEndpoint() -
getIntegrationPatternType
public @NonNull org.springframework.integration.IntegrationPatternType getIntegrationPatternType()- Specified by:
getIntegrationPatternTypein interfaceorg.springframework.integration.IntegrationPattern
-
init
public void init(org.springframework.security.config.annotation.web.builders.WebSecurity builder) - Specified by:
initin interfaceorg.springframework.security.config.annotation.SecurityConfigurer<jakarta.servlet.Filter, org.springframework.security.config.annotation.web.builders.WebSecurity>
-
configure
public void configure(org.springframework.security.config.annotation.web.builders.WebSecurity webSecurity) - Specified by:
configurein interfaceorg.springframework.security.config.annotation.SecurityConfigurer<jakarta.servlet.Filter, org.springframework.security.config.annotation.web.builders.WebSecurity>
-