org.apache.openejb.server.cxf
Class ConfigureCxfSecurity
java.lang.Object
org.apache.openejb.server.cxf.ConfigureCxfSecurity
public class ConfigureCxfSecurity
- extends Object
Helper class to extract WSS4J properties from a set of properties. More over,
it configures In and Out interceptor to manage WS6Security.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigureCxfSecurity
public ConfigureCxfSecurity()
setupWSS4JChain
public static final void setupWSS4JChain(org.apache.cxf.endpoint.Endpoint endpoint,
Properties inProps)
getPropsFromProperties
public static Map<String,Object> getPropsFromProperties(Properties inProps,
String pattern)
setupWSS4JChain
public static final void setupWSS4JChain(org.apache.cxf.endpoint.Endpoint endpoint,
Map<String,Object> inProps,
Map<String,Object> outProps)
configure
public static final void configure(org.apache.cxf.endpoint.Endpoint endpoint,
Properties p)
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.