| Package | Description |
|---|---|
| org.keycloak.models.sessions.infinispan | |
| org.keycloak.models.sessions.infinispan.stream |
| Constructor and Description |
|---|
AuthenticationSessionAdapter(KeycloakSession session,
InfinispanAuthenticationSessionProvider provider,
org.infinispan.Cache<String,AuthenticationSessionEntity> cache,
RealmModel realm,
AuthenticationSessionEntity entity) |
| Constructor and Description |
|---|
AuthenticationSessionAdapter(KeycloakSession session,
InfinispanAuthenticationSessionProvider provider,
org.infinispan.Cache<String,AuthenticationSessionEntity> cache,
RealmModel realm,
AuthenticationSessionEntity entity) |
InfinispanAuthenticationSessionProvider(KeycloakSession session,
org.infinispan.Cache<String,AuthenticationSessionEntity> cache) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AuthenticationSessionPredicate.test(Map.Entry<String,AuthenticationSessionEntity> entry) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.