com.capitalone.dashboard.auth.AuthenticationResponseService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of api-audit Show documentation
Show all versions of api-audit Show documentation
Hygieia Audit Rest API Layer
package com.capitalone.dashboard.auth;
import org.springframework.security.core.Authentication;
import javax.servlet.http.HttpServletResponse;
public interface AuthenticationResponseService {
void handle(HttpServletResponse response, Authentication authentication);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy