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

com.jdroid.javaweb.context.SecurityContextHolder Maven / Gradle / Ivy

The newest version!
package com.jdroid.javaweb.context;


import com.jdroid.java.domain.Entity;

/**
 * Provides access to the {@link AbstractSecurityContext}
 * 
 * @param 
 */
public abstract class SecurityContextHolder {
	
	/**
	 * @return The {@link AbstractSecurityContext} instance
	 */
	public abstract AbstractSecurityContext getContext();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy