SecurityContext
About
Why is SecurityContext Important?
SecurityContext Interface
public interface SecurityContext extends Serializable {
Authentication getAuthentication();
void setAuthentication(Authentication authentication);
}Default Implementation
How to Access SecurityContext in Spring Applications
Last updated