org.talend.esb.security.saml
Class SAMLRESTUtils

java.lang.Object
  extended by org.talend.esb.security.saml.SAMLRESTUtils

public class SAMLRESTUtils
extends Object


Field Summary
static String SIGNATURE_PASSWORD
           
 
Method Summary
static void configureClient(org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean clientFactory, org.apache.cxf.ws.security.trust.STSClient stsClient)
           
static void configureServer(org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean serverFactory, Map<String,Object> securityProps)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIGNATURE_PASSWORD

public static final String SIGNATURE_PASSWORD
See Also:
Constant Field Values
Method Detail

configureClient

public static void configureClient(org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean clientFactory,
                                   org.apache.cxf.ws.security.trust.STSClient stsClient)

configureServer

public static void configureServer(org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean serverFactory,
                                   Map<String,Object> securityProps)


Copyright © 2011–2014 Talend Inc.. All rights reserved.