Class PrincipalRedisKeyGenerator
java.lang.Object
org.apereo.cas.ticket.registry.key.PrincipalRedisKeyGenerator
- All Implemented Interfaces:
RedisKeyGenerator
This is
PrincipalRedisKeyGenerator.- Since:
- 7.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFor all entries string.For entry string.Gets namespace.getType()Gets type.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, forEntryType, rawKey
-
Constructor Details
-
PrincipalRedisKeyGenerator
public PrincipalRedisKeyGenerator()
-
-
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 typeentry- the entry- Returns:
- the string
-
getNamespace
Description copied from interface:RedisKeyGeneratorGets namespace.- Specified by:
getNamespacein interfaceRedisKeyGenerator- Returns:
- the namespace
-