Skip navigation links

Package org.springframework.security.core.context

Classes related to the establishment of a security context for the duration of a request (such as an HTTP or RMI invocation).

See: Description

Package org.springframework.security.core.context Description

Classes related to the establishment of a security context for the duration of a request (such as an HTTP or RMI invocation).

A security context is usually associated with the current execution thread for the duration of the request, making the authentication information it contains available throughout all the layers of an application.

The SecurityContext can be accessed at any point by calling the SecurityContextHolder.

Skip navigation links