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

com.capitalone.dashboard.auth.sso.SsoAuthenticationService Maven / Gradle / Ivy

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

import java.util.Map;

import org.springframework.security.core.Authentication;

public interface SsoAuthenticationService {

	Authentication getAuthenticationFromHeaders(Map requestHeadersMap);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy