if (rdst instanceof JAXBElement){
final JAXBElement rdstEle = (JAXBElement)rdst;
final QName name = rdstEle.getName();
if(SCT_QNAME.equals(name)){
final SecurityContextTokenType sctType = (SecurityContextTokenType)rdstEle.getValue();
setToken(new SecurityContextTokenImpl(sctType));
}/*else if(EncryptedData_QNAME.equals(name)){
EncryptedDataType edType = (EncryptedDataType)rdstEle.getValue();
setToken(edType);
}else if(SAML11_Assertion_QNAME.equals(name)){
AssertionType assertionType = (AssertionType)rdstEle.getValue();