com.capitalone.dashboard.auth.AuthenticationResponseService Maven / Gradle / Ivy
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 - 2025 Weber Informatics LLC | Privacy Policy