From e270e212f3849b12e1a1d2e9f03a8243b1e9ecc7 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Mon, 6 Jul 2015 14:31:28 +0200 Subject: [client] reworked exceptions handling of BWIDM auth --- dozentenmodul/src/main/java/auth/BaseAuthenticator.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'dozentenmodul/src/main/java/auth/BaseAuthenticator.java') diff --git a/dozentenmodul/src/main/java/auth/BaseAuthenticator.java b/dozentenmodul/src/main/java/auth/BaseAuthenticator.java index bebbff02..d52c5343 100644 --- a/dozentenmodul/src/main/java/auth/BaseAuthenticator.java +++ b/dozentenmodul/src/main/java/auth/BaseAuthenticator.java @@ -1,9 +1,8 @@ package auth; +import org.openslx.bwlp.thrift.iface.TAuthenticationException; import org.openslx.bwlp.thrift.iface.UserInfo; -import edu.kit.scc.dei.ecplean.ECPAuthenticationException; - /** * @author Jonathan Bauer * @@ -27,5 +26,5 @@ public interface BaseAuthenticator { * @param callback The callback function to be called after the login * @throws ECPAuthenticationException */ - void login(String username, String password, AuthenticatorCallback callback) throws ECPAuthenticationException; + void login(String username, String password, AuthenticatorCallback callback) throws TAuthenticationException; } \ No newline at end of file -- cgit v1.2.3-55-g7522