}
@Override
protected void onSubmit() {
final Store openXRIStore = ((OpenXRIAdminApplication) this.getApplication()).getOpenXRIStore();
// delete the authority
try {
openXRIStore.deleteAuthority(AuthorityDetails.this.authority);
} catch (StoreException ex) {
AuthorityDetails.log.error(ex);
AuthorityDetails.this.error(AuthorityDetails.this._storefail + ex.getLocalizedMessage());
return;