Example usage for org.springframework.security.cas.authentication StatelessTicketCache interface-usage

List of usage examples for org.springframework.security.cas.authentication StatelessTicketCache interface-usage

Introduction

In this page you can find the example usage for org.springframework.security.cas.authentication StatelessTicketCache interface-usage.

Usage

From source file org.springframework.security.cas.authentication.SpringCacheBasedTicketCache.java

/**
 * Caches tickets using a Spring IoC defined {@link Cache}.
 *
 * @author Marten Deinum
 * @since 3.2
 *

From source file org.springframework.security.cas.authentication.EhCacheBasedTicketCache.java

/**
 * Caches tickets using a Spring IoC defined <a
 * href="https://www.ehcache.org/">EHCACHE</a>.
 *
 * @author Ben Alex
 */

From source file com.vnomicscorp.spring.security.cas.authentication.redis.RedisStatelessTicketCache.java

/**
 * An implementation of {@link org.springframework.security.cas.authentication.StatelessTicketCache} that uses Redis for
 * a cache. Uses the Jedis Java Redis client.
 * 
 * @author Samuel Nelson
 *