bug5828: added methods for role management to SecurityResource / SecuredServer facade

This commit is contained in:
Axel Uhl
2023-05-10 14:28:29 +02:00
parent 32b74d6bc7
commit 8991742298
13 changed files with 257 additions and 41 deletions
@@ -122,6 +122,4 @@ public interface SailingServer extends SecuredServer {
* removed as a result of calling this method
*/
RemoteSailingServerReference removeRemoteServerEventReferences(SailingServer referencedServer, Iterable<UUID> eventIds) throws Exception;
String getBearerToken();
}