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

com.capitalone.dashboard.auth.AuthenticationResponseService Maven / Gradle / Ivy

There is a newer version: 3.4.53
Show newest version
package com.capitalone.dashboard.auth;

import javax.servlet.http.HttpServletResponse;

import org.springframework.security.core.Authentication;

public interface AuthenticationResponseService {
	
	void handle(HttpServletResponse response, Authentication authentication);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy