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

cicada.authorization.DefaultGetToken Maven / Gradle / Ivy

There is a newer version: 1.0.6.6
Show newest version
package cicada.authorization;

import javax.servlet.http.HttpServletRequest;

class DefaultGetToken
{
	public  static	String get(HttpServletRequest request)
	{
		return request.getHeader("Authentication");
	}
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy