Class HotRodAuthenticatedClientSessionEntityReference
- java.lang.Object
-
- org.keycloak.models.map.storage.hotRod.userSession.HotRodAuthenticatedClientSessionEntityReference
-
@Indexed public class HotRodAuthenticatedClientSessionEntityReference extends Object
-
-
Field Summary
Fields Modifier and Type Field Description String
clientId
String
clientSessionId
-
Constructor Summary
Constructors Constructor Description HotRodAuthenticatedClientSessionEntityReference()
HotRodAuthenticatedClientSessionEntityReference(String clientId, String clientSessionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClientId()
String
getClientSessionId()
-