stop scanning classpath, bind extensions from plugin and module descriptor

This commit is contained in:
Sebastian Sdorra
2014-03-28 22:49:55 +01:00
parent cbcd63257d
commit 43b92f0aca
10 changed files with 236 additions and 626 deletions

View File

@@ -38,11 +38,13 @@ import org.apache.shiro.authc.DisabledAccountException;
//~--- JDK imports ------------------------------------------------------------
import javax.ws.rs.core.Response;
import javax.ws.rs.ext.Provider;
/**
*
* @author Sebastian Sdorra
*/
@Provider
public class DisabledAccountExceptionMapper
extends StatusExceptionMapper<DisabledAccountException>
{

View File

@@ -38,11 +38,13 @@ import org.apache.shiro.authc.ExcessiveAttemptsException;
//~--- JDK imports ------------------------------------------------------------
import javax.ws.rs.core.Response;
import javax.ws.rs.ext.Provider;
/**
*
* @author Sebastian Sdorra
*/
@Provider
public class ExcessiveAttemptsExceptionMapper
extends StatusExceptionMapper<ExcessiveAttemptsException>
{