Map<String, Object> outPropertyMap = WSSConfiguration.getWSS4JInterceptorConfiguration(false, false);
Map<String, Object> sciPropertyMap = WSSConfiguration.getCXFConfiguration(false, GTN_SCI_INTERCEPTOR_CONFIG_FILE, "GTNSubjectCreatingInterceptor");
if (sciPropertyMap != null)
{
SubjectCreatingInterceptor sci = new GTNSubjectCreatingInterceptor(sciPropertyMap);
server.getEndpoint().getInInterceptors().add(sci);
}
if (inPropertyMap != null)
{