Class TicketRedisKeyGenerator
java.lang.Object
org.apereo.cas.ticket.registry.key.TicketRedisKeyGenerator
- All Implemented Interfaces:
RedisKeyGenerator
This is
TicketRedisKeyGenerator.- Since:
- 7.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFor all entries string.For entry string.forEntryType(String type) For entry type string.Gets namespace.getType()Gets type.Raw key string.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apereo.cas.ticket.registry.key.RedisKeyGenerator
forEntry
-
Constructor Details
-
TicketRedisKeyGenerator
public TicketRedisKeyGenerator()
-
-
Method Details
-
getType
Description copied from interface:RedisKeyGeneratorGets type.- Specified by:
getTypein interfaceRedisKeyGenerator- Returns:
- the type
-
forAllEntries
Description copied from interface:RedisKeyGeneratorFor all entries string.- Specified by:
forAllEntriesin interfaceRedisKeyGenerator- Returns:
- the string
-
forEntry
Description copied from interface:RedisKeyGeneratorFor entry string.- Specified by:
forEntryin interfaceRedisKeyGenerator- Parameters:
type- the typeticketId- the entry- Returns:
- the string
-
forEntryType
Description copied from interface:RedisKeyGeneratorFor entry type string.- Specified by:
forEntryTypein interfaceRedisKeyGenerator- Parameters:
type- the type- Returns:
- the string
-
rawKey
Description copied from interface:RedisKeyGeneratorRaw key string.- Specified by:
rawKeyin interfaceRedisKeyGenerator- Parameters:
type- the type- Returns:
- the string
-
getNamespace
Description copied from interface:RedisKeyGeneratorGets namespace.- Specified by:
getNamespacein interfaceRedisKeyGenerator- Returns:
- the namespace
-