oName.setValue(".epok");
oSubject.setNameID(oName);
// create the SAML Attribute Statement
AttributeStatement oAttrStatement = new AttributeStatement();
Attribute oAttr = new Attribute();
oAttr.setValue("#" + oXRID.getXmlID());
oAttr.setName(Tags.TAG_XRD);
oAttrStatement.setAttribute(oAttr);
// now we can create the true SAML Assertion
Assertion oAssertion = new Assertion();
NameID oIssuer = new NameID(Tags.TAG_ISSUER);