noauth fix
This commit is contained in:
parent
f7c1f2ef92
commit
75e3fc8cbd
2
pom.xml
2
pom.xml
|
@ -13,7 +13,7 @@
|
|||
<groupId>com.loafle.overflow</groupId>
|
||||
<artifactId>commons-java</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.0.65-SNAPSHOT</version>
|
||||
<version>1.0.66-SNAPSHOT</version>
|
||||
<name>com.loafle.overflow.commons-java</name>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user