if (wssSecurityProperties.isValidateSamlSubjectConfirmation()) {
SAMLTokenVerifierInputProcessor samlTokenVerifierInputProcessor =
new SAMLTokenVerifierInputProcessor(
securityProperties, samlAssertionWrapper, subjectSecurityTokenProvider, subjectSecurityToken);
wsInboundSecurityContext.addSecurityEventListener(samlTokenVerifierInputProcessor);
inputProcessorChain.addProcessor(samlTokenVerifierInputProcessor);
}
}
private int getSubjectKeyInfoIndex(Deque<XMLSecEvent> eventQueue) {