
com.github.exabrial.cdi.javaxsecurity.JavaXSecurityFailureHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javax-security-cdi-extension Show documentation
Show all versions of javax-security-cdi-extension Show documentation
javax.security CDI Portable Extension
The newest version!
package com.github.exabrial.cdi.javaxsecurity;
import java.lang.reflect.Method;
public interface JavaXSecurityFailureHandler {
void authenticationFailure();
void authorizationFailure(Class extends Object> targetClass, Method targetMethodName, String roleName);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy