All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jslsolucoes.auth.ee.strategy.AuthStrategy Maven / Gradle / Ivy

There is a newer version: 1.0.32
Show newest version
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