@AutoConfigureAfter(name="org.apache.cxf.spring.boot.autoconfigure.CxfAutoConfiguration")
@Configuration
@ConditionalOnWebApplication
@ConditionalOnClass(value={org.apache.cxf.bus.spring.SpringBus.class,org.apache.cxf.transport.servlet.CXFServlet.class})
@ConditionalOnProperty(prefix="cxf.jaxws.saml",
value="enabled",
havingValue="true")
@EnableConfigurationProperties(value=CxfJaxwsSecurityProperties.class)
public class CxfJaxwsSecurityConfiguration
extends Object
implements org.springframework.context.ApplicationContextAware
| 构造器和说明 |
|---|
CxfJaxwsSecurityConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.context.ApplicationContext |
getApplicationContext() |
org.apache.cxf.ws.policy.WSPolicyFeature |
policyFeature() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
UsernamePwdAuthInterceptor |
UsernamePwdAuthInterceptor() |
org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor |
WSS4JInInterceptor() |
org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor |
WSS4JOutInterceptor() |
public org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor WSS4JInInterceptor()
public org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor WSS4JOutInterceptor()
public UsernamePwdAuthInterceptor UsernamePwdAuthInterceptor()
@Bean public org.apache.cxf.ws.policy.WSPolicyFeature policyFeature()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext 在接口中 org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic org.springframework.context.ApplicationContext getApplicationContext()
Copyright © 2019. All rights reserved.