Interface AuthenticationCache

    • Method Detail

      • 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.