// Create a XPathFactory
XPathFactory xFactory = XPathFactory.newInstance();
// Create a XPath object
XPath xpath = xFactory.newXPath();
xpath.setNamespaceContext(new SSAFNameSpaceContext());
Object result = null;
String samlIssuer = null;
String commonNameinCertificate = null;
NodeList nodes = null;