Java org.springframework.security.web.context SecurityContextRepository fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.web.context SecurityContextRepository fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.web.context SecurityContextRepository.

The text is from its open source code.

Implementation

org.springframework.security.web.context.SecurityContextRepository has the following implementations.
Click this link to see all its implementation.

Method

booleancontainsContext(HttpServletRequest request)
Allows the repository to be queried as to whether it contains a security context for the current request.
SecurityContextloadContext(HttpRequestResponseHolder requestResponseHolder)
Obtains the security context for the supplied request.