public class PrincipalNameExtractor
extends com.hazelcast.query.extractor.ValueExtractor<org.springframework.session.MapSession,java.lang.String>
ValueExtractor responsible for extracting principal name from the
MapSession.| Constructor and Description |
|---|
PrincipalNameExtractor() |
| Modifier and Type | Method and Description |
|---|---|
void |
extract(org.springframework.session.MapSession target,
java.lang.String argument,
com.hazelcast.query.extractor.ValueCollector collector) |
public void extract(org.springframework.session.MapSession target,
java.lang.String argument,
com.hazelcast.query.extractor.ValueCollector collector)
extract in class com.hazelcast.query.extractor.ValueExtractor<org.springframework.session.MapSession,java.lang.String>