
org.sklsft.commons.rest.security.context.SecurityContextHolder Maven / Gradle / Ivy
The newest version!
package org.sklsft.commons.rest.security.context;
import org.sklsft.commons.rest.security.exception.ContextConflictException;
import org.sklsft.commons.rest.security.exception.NoBoundContextException;
/**
* A security context is handled by a ThreadLocal
*
* @author Nicolas Thibault, Abdessalam El Jai, Alexandre Rupp
*
*/
public class SecurityContextHolder {
private static ThreadLocal
© 2015 - 2025 Weber Informatics LLC | Privacy Policy