Remember authorizations are cleared after every commit/rollback.
@param authID Provided Authorization ID @throws IOException Encountered problems maintaing Transaction State @throws DataSourceException See IOException @see org.geotools.data.Transaction#setAuthorization(java.lang.String)All proceeding modifyFeatures,removeFeature, unLockFeatures, refreshLock and ReleaseLock operations will make use of the provided authorization.
Authorization is only maintained until the this Transaction is commited or rolledback.
That is operations will only succeed if affected features either:
Authorization ID is provided as a String, rather than a FeatureLock, to account for across process lock use.
@param authID
|
|