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

com.jdon.controller.context.RequestWrapper Maven / Gradle / Ivy

package com.jdon.controller.context;

import java.security.Principal;

public interface RequestWrapper {
	
	ContextHolder getContextHolder();
		
	String getRemoteAddr();
	
	Principal getRegisteredPrincipal();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy