org.apache.openejb.server.cxf
Class ConfigureCxfSecurity

java.lang.Object
  extended by 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.


Constructor Summary
ConfigureCxfSecurity()
           
 
Method Summary
static void configure(org.apache.cxf.endpoint.Endpoint endpoint, Properties p)
           
static Map<String,Object> getPropsFromProperties(Properties inProps, String pattern)
           
static void setupWSS4JChain(org.apache.cxf.endpoint.Endpoint endpoint, Map<String,Object> inProps, Map<String,Object> outProps)
           
static void setupWSS4JChain(org.apache.cxf.endpoint.Endpoint endpoint, Properties inProps)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigureCxfSecurity

public ConfigureCxfSecurity()
Method Detail

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.