context.setSecurityContextTokenInfo(sctInfo);
}else if (rst.getRequestType().toString().equals(wsTrustVer.getCancelRequestTypeURI())){
// Check if the rstr contains the RequestTedTokenCancelled element
// if yes cleanup the IssuedTokenContext accordingly
final RequestedTokenCancelled cancelled = rstr.getRequestedTokenCancelled();
if(cancelled!=null){
//context.setSecurityToken(null);
context.setProofKey(null);
}
}