Example usage for org.springframework.security.core.session SessionRegistry interface-usage

List of usage examples for org.springframework.security.core.session SessionRegistry interface-usage

Introduction

In this page you can find the example usage for org.springframework.security.core.session SessionRegistry interface-usage.

Usage

From source file com.sshdemo.common.security.core.session.EwcmsSessionRegistry.java

public interface EwcmsSessionRegistry extends SessionRegistry {

    /**
     * ??SessionInformation,?
     * 
     * @param username ??

From source file org.springframework.security.core.session.SessionRegistryImpl.java

/**
 * Default implementation of
 * {@link org.springframework.security.core.session.SessionRegistry SessionRegistry} which
 * listens for {@link org.springframework.security.core.session.SessionDestroyedEvent
 * SessionDestroyedEvent}s published in the Spring application context.
 * <p>