Class HotRodAuthenticatedClientSessionEntityDelegateProvider
- java.lang.Object
- 
- org.keycloak.models.map.storage.hotRod.userSession.HotRodAuthenticatedClientSessionEntityDelegateProvider
 
- 
- All Implemented Interfaces:
- DelegateProvider<MapAuthenticatedClientSessionEntity>
 
 public abstract class HotRodAuthenticatedClientSessionEntityDelegateProvider extends Object implements DelegateProvider<MapAuthenticatedClientSessionEntity> 
- 
- 
Constructor SummaryConstructors Constructor Description HotRodAuthenticatedClientSessionEntityDelegateProvider(MapAuthenticatedClientSessionEntity idClientIdReferenceOnly)
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description MapAuthenticatedClientSessionEntitygetDelegate(boolean isRead, Enum<? extends EntityField<MapAuthenticatedClientSessionEntity>> field, Object... parameters)Returns a delegate for and entity for an operation on a field.abstract MapAuthenticatedClientSessionEntityloadClientSessionFromDatabase()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.map.common.delegate.DelegateProviderisUpdated
 
- 
 
- 
- 
- 
Constructor Detail- 
HotRodAuthenticatedClientSessionEntityDelegateProviderpublic HotRodAuthenticatedClientSessionEntityDelegateProvider(MapAuthenticatedClientSessionEntity idClientIdReferenceOnly) 
 
- 
 - 
Method Detail- 
getDelegatepublic MapAuthenticatedClientSessionEntity getDelegate(boolean isRead, Enum<? extends EntityField<MapAuthenticatedClientSessionEntity>> field, Object... parameters) Description copied from interface:DelegateProviderReturns a delegate for and entity for an operation on a field.- Specified by:
- getDelegatein interface- DelegateProvider<MapAuthenticatedClientSessionEntity>
- Parameters:
- isRead-- truewhen the delegate requested for a read operation, false otherwise
- field- Identification of the field this delegates operates on. While this parameter can be any object including- null, if it is a known field, then it is guaranteed to be one of the- EntityFields enumerated in one of the- Map*EntityFieldsenum.
- Returns:
 
 - 
loadClientSessionFromDatabasepublic abstract MapAuthenticatedClientSessionEntity loadClientSessionFromDatabase() 
 
- 
 
-