Searched defs:AclManagerFacade (Results 1 – 1 of 1) sorted by relevance
7 service AclManagerFacade { service8 rpc CreateConnection(ConnectionMsg) returns (stream ConnectionEvent) {}9 rpc CancelConnection(ConnectionMsg) returns (google.protobuf.Empty) {}10 rpc Disconnect(HandleMsg) returns (google.protobuf.Empty) {}11 rpc WriteDefaultLinkPolicySettings(PolicyMsg) returns (google.protobuf.Empty) {}12 rpc AuthenticationRequested(HandleMsg) returns (google.protobuf.Empty) {}13 rpc ConnectionCommand(ConnectionCommandMsg) returns (google.protobuf.Empty) {}14 rpc SwitchRole(RoleMsg) returns (google.protobuf.Empty) {}15 rpc SendAclData(AclData) returns (google.protobuf.Empty) {}16 rpc FetchAclData(HandleMsg) returns (stream AclData) {}[all …]