noauth fix
This commit is contained in:
@@ -24,10 +24,10 @@ public interface NoAuthProbeService {
|
||||
List<NoAuthProbe> readAllByDomainID(Long domainID) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
List<NoAuthProbe> acceptNoAuthProbe(Long id, String zoneCIDR) throws OverflowException;
|
||||
NoAuthProbe acceptNoAuthProbe(Long id, String zoneCIDR) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
List<NoAuthProbe> denyNoauthProbe(Long id) throws OverflowException;
|
||||
NoAuthProbe denyNoauthProbe(Long id) throws OverflowException;
|
||||
|
||||
@ProbeAPI
|
||||
void onConnect(String tempProbeKey, String connectAddress) throws OverflowException;
|
||||
|
||||
Reference in New Issue
Block a user