org.talend.esb.security.saml
Class STSClientUtils

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

public class STSClientUtils
extends Object


Method Summary
static void applyAuthorization(org.apache.cxf.ws.security.trust.STSClient stsClient, String role)
           
static org.apache.cxf.ws.security.trust.STSClient createSTSClient(org.apache.cxf.Bus bus, Map<String,String> stsProps)
           
static org.apache.cxf.ws.security.trust.STSClient createSTSX509Client(org.apache.cxf.Bus bus, Map<String,String> stsProps)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createSTSClient

public static org.apache.cxf.ws.security.trust.STSClient createSTSClient(org.apache.cxf.Bus bus,
                                                                         Map<String,String> stsProps)

createSTSX509Client

public static org.apache.cxf.ws.security.trust.STSClient createSTSX509Client(org.apache.cxf.Bus bus,
                                                                             Map<String,String> stsProps)

applyAuthorization

public static void applyAuthorization(org.apache.cxf.ws.security.trust.STSClient stsClient,
                                      String role)


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