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

com.github.exabrial.cdi.javaxsecurity.JavaXSecurityFailureHandler Maven / Gradle / Ivy

The newest version!
package com.github.exabrial.cdi.javaxsecurity;

import java.lang.reflect.Method;

public interface JavaXSecurityFailureHandler {
	void authenticationFailure();

	void authorizationFailure(Class targetClass, Method targetMethodName, String roleName);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy