com.jslsolucoes.auth.ee.strategy.AuthStrategy Maven / Gradle / Ivy
package com.jslsolucoes.auth.ee.strategy;
import javax.interceptor.InvocationContext;
public interface AuthStrategy {
public Object handleAuth(InvocationContext invocationContext) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy