Class AuthClientSessionSetMapper
java.lang.Object
org.keycloak.models.sessions.infinispan.stream.AuthClientSessionSetMapper
- All Implemented Interfaces:
 Function<Map.Entry<String,SessionEntityWrapper<UserSessionEntity>>, Set<String>> 
@ProtoTypeId(65608)
public class AuthClientSessionSetMapper
extends Object
implements Function<Map.Entry<String,SessionEntityWrapper<UserSessionEntity>>,Set<String>>  
A 
Function to be used by CacheStream to extract the client's ID from the client sessions associated
 to a UserSessionEntity.
 This function is marshaled with ProtoStream.
- 
Method Details
- 
getInstance
 - 
apply
- Specified by:
 applyin interfaceFunction<Map.Entry<String,SessionEntityWrapper<UserSessionEntity>>, Set<String>> 
 
 -