Class HotRodStringPair
- java.lang.Object
-
- org.keycloak.models.map.storage.hotRod.common.HotRodStringPair
-
@ProtoDoc("@Indexed") public class HotRodStringPair extends ObjectIndexed Hot Rod pair entity where both key and value areStringtype. The entity should be used when there is a need to search by key or/and value. OtherwiseHotRodPairshould be used.
-
-
Constructor Summary
Constructors Constructor Description HotRodStringPair()HotRodStringPair(String key, String value)
-