I'm not sure if this is what you are looking for, but in the CXF STS basic systests, the STS configuration is here:
https://github.com/apache/cxf/blob/master/services/sts/systests/basic/src/test/resources/org/apache/cxf/systest/sts/deployment/sts/cxf-sts.xml It loads the following properties file which contains the key/password information: https://github.com/apache/cxf/blob/master/services/sts/systests/basic/src/test/resources/org/apache/cxf/systest/sts/deployment/sts/sts.properties It also imports a separate file containing the realm information: https://github.com/apache/cxf/blob/master/services/sts/systests/basic/src/test/resources/org/apache/cxf/systest/sts/deployment/sts/realms.xml Colm. On Fri, Feb 16, 2018 at 7:57 AM, Tóth Csaba <[email protected]> wrote: > Hello! > > I'd like to take apart the cxf config file into multiple file: > > example the classes, end everything in the main config, the > keystore/certs/signing config (org.apache.cxf.sts.StaticSTSProperties) > want to place in another file. > > Is any example for it? > > Thanx > > > Csaba > > -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com
