Class Mappers
java.lang.Object
org.keycloak.models.sessions.infinispan.stream.Mappers
- Author:
 - Stian Thorgersen
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic Function<Map.Entry<LoginFailureKey,SessionEntityWrapper<LoginFailureEntity>>, LoginFailureKey> static <T> Stream<T>toStream(Collection<T> collection) Deprecated, for removal: This API element is subject to removal in a future version. 
- 
Constructor Details
- 
Mappers
public Mappers() 
 - 
 - 
Method Details
- 
userSessionEntity
public static Function<Map.Entry<String,SessionEntityWrapper<UserSessionEntity>>, userSessionEntity()UserSessionEntity>  - 
loginFailureId
public static Function<Map.Entry<LoginFailureKey,SessionEntityWrapper<LoginFailureEntity>>, loginFailureId()LoginFailureKey>  - 
toStream
@Deprecated(since="26.0", forRemoval=true) public static <T> Stream<T> toStream(Collection<T> collection) Deprecated, for removal: This API element is subject to removal in a future version. - 
authClientSessionSetMapper
public static Function<Map.Entry<String,SessionEntityWrapper<UserSessionEntity>>, authClientSessionSetMapper()Set<String>>  
 -