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

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

Introduction

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

The text is from its open source code.

Subclass

org.springframework.security.web.context.HttpSessionSecurityContextRepository has subclasses.
Click this link to see all its subclasses.

Field

StringSPRING_SECURITY_CONTEXT_KEY
The default key under which the security context will be stored in the session.

Constructor

Method

voidsetSpringSecurityContextKey(String springSecurityContextKey)
Allows the session attribute name to be customized for this repository instance.