Interface RedisKeyGenerator

All Known Implementing Classes:
PrincipalRedisKeyGenerator, TicketRedisKeyGenerator

public interface RedisKeyGenerator
Since:
7.0.0
  • Method Details

    • getType

      String getType()
      Gets type.
      Returns:
      the type
    • forAllEntries

      String forAllEntries()
      For all entries string.
      Returns:
      the string
    • forEntry

      default String forEntry(String entry)
      For entry string.
      Parameters:
      entry - the entry
      Returns:
      the string
    • forEntry

      String forEntry(String type, String entry)
      For entry string.
      Parameters:
      type - the type
      entry - the entry
      Returns:
      the string
    • forEntryType

      default String forEntryType(String type)
      For entry type string.
      Parameters:
      type - the type
      Returns:
      the string
    • rawKey

      default String rawKey(String type)
      Raw key string.
      Parameters:
      type - the type
      Returns:
      the string
    • getNamespace

      String getNamespace()
      Gets namespace.
      Returns:
      the namespace