Example usage for org.springframework.security.core.userdetails UserCache interface-usage

List of usage examples for org.springframework.security.core.userdetails UserCache interface-usage

Introduction

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

Usage

From source file org.springframework.security.core.userdetails.cache.SpringCacheBasedUserCache.java

/**
 * Caches {@link UserDetails} instances in a Spring defined {@link Cache}.
 *
 * @author Marten Deinum
 * @since 3.2
 */

From source file org.springframework.security.core.userdetails.cache.EhCacheBasedUserCache.java

/**
 * Caches <code>User</code> objects using a Spring IoC defined <A
 * HREF="https://www.ehcache.org/">EHCACHE</a>.
 *
 * @author Ben Alex
 */