textEntries[2] = createText(digestGroup, 3);
createLabel(digestGroup, "Digest Encoding:", 1);
textEntries[3] = createText(digestGroup, 3);
if (eObject != null) {
Gbean gbean = (Gbean) ((JAXBElement) eObject).getValue();
if (getOptionValue(gbean, "usersURI") != null) {
textEntries[0].setText(getOptionValue(gbean, "usersURI"));
}
if (getOptionValue(gbean, "groupsURI") != null) {
textEntries[1].setText(getOptionValue(gbean, "groupsURI"));