Interface AuthenticationCache

All Known Implementing Classes:
GuavaAuthenticationCache

public interface AuthenticationCache
Cache for Authentication objects.
Author:
avasquez
  • Method Details

    • getAuthentication

      Authentication getAuthentication(String ticket)
      Returns the cached authentication for the given ticket.
    • putAuthentication

      void putAuthentication(Authentication authentication)
      Puts the specified authentication in the cache.
    • removeAuthentication

      void removeAuthentication(String ticket)
      Removes the authentication associated to the given ticket from the cache.