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

internal.org.springframework.versions.AuthenticationFacade Maven / Gradle / Ivy

There is a newer version: 3.0.15
Show newest version
package internal.org.springframework.versions;

import org.springframework.security.core.Authentication;
import org.springframework.security.core.context.SecurityContextHolder;

public class AuthenticationFacade {
    public Authentication getAuthentication() {
        return SecurityContextHolder.getContext().getAuthentication();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy