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

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

Introduction

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

The text is from its open source code.

Method

booleanisContextSaved()
Tells if the response wrapper has called saveContext() because of this wrapper.
voidsaveContext(SecurityContext context)
Implements the logic for storing the security context.