ing
This commit is contained in:
parent
fc3560404d
commit
4879a204c6
|
@ -22,10 +22,10 @@ public interface NoAuthProbeService {
|
|||
void onDisconnect(String tempKey) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
List<NoAuthProbe> readAllByDomain(Domain domain) throws OverflowException;
|
||||
List<NoAuthProbe> readAllByDomain(long id) throws OverflowException;
|
||||
@WebappAPI
|
||||
List<NoAuthProbe> acceptNoAuthProbe(NoAuthProbe noAuthProbe) throws OverflowException;
|
||||
List<NoAuthProbe> acceptNoAuthProbe(long id) throws OverflowException;
|
||||
@WebappAPI
|
||||
List<NoAuthProbe> denyNoauthProbe(NoAuthProbe noAuthProbe) throws OverflowException;
|
||||
List<NoAuthProbe> denyNoauthProbe(long id) throws OverflowException;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user