159160161162163164165166
} finally { LDAPRealm.cleanupContext(connImpl); } if (!citizenFound) { throw new CitizenNotFoundException(username); } }
96979899100101102103104
} finally { LDAPRealm.cleanupContext(connImpl); } if (!tribeFound) { throw new CitizenNotFoundException(name); } } }