Package org.talend.esb.auxiliary.storage.rest.security

Examples of org.talend.esb.auxiliary.storage.rest.security.STSRESTOutInterceptor


            }

            if (Authentication.SAML == auxiliaryStorageAuthentication) {
                STSClient stsClient = STSClientCreator.create(factoryBean.getBus(), stsProps);

                STSRESTOutInterceptor outInterceptor = new STSRESTOutInterceptor();
                outInterceptor.setStsClient(stsClient);

                factoryBean.getOutInterceptors().add(outInterceptor);
                factoryBean.getOutInterceptors().add(new SamlHeaderOutInterceptor());
            }
View Full Code Here

TOP

Related Classes of org.talend.esb.auxiliary.storage.rest.security.STSRESTOutInterceptor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.