((HardTokenProfileWithPINEnvelope) profiledata).setVisualValidity(Integer.parseInt(value));
}
}
if(profiledata instanceof HardTokenProfileWithVisualLayout){
HardTokenProfileWithVisualLayout visprof = (HardTokenProfileWithVisualLayout) profiledata;
value = request.getParameter(SELECT_VISUALLAYOUTTYPE);
if(value != null) {
visprof.setVisualLayoutType(Integer.parseInt(value));
}
}
if(profiledata instanceof HardTokenProfileWithReceipt){
value = request.getParameter(SELECT_RECEIPTTYPE);