Consolidate data access control backoffice updates
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package com.cloudhandson.vpdbackoffice.service;
|
||||
|
||||
/** Optional bridge implemented by an external authorization runtime. */
|
||||
public interface ExternalAuthorizationSynchronizer {
|
||||
|
||||
void synchronize(String reason);
|
||||
}
|
||||
Reference in New Issue
Block a user