Class PrincipalNameExtractor
java.lang.Object
org.springframework.session.hazelcast.PrincipalNameExtractor
- All Implemented Interfaces:
com.hazelcast.query.extractor.ValueExtractor<MapSession,
String>
public class PrincipalNameExtractor
extends Object
implements com.hazelcast.query.extractor.ValueExtractor<MapSession,String>
Hazelcast
ValueExtractor
responsible for extracting principal name from the
MapSession
.- Since:
- 1.3.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
extract
(MapSession target, String argument, com.hazelcast.query.extractor.ValueCollector collector)
-
Constructor Details
-
PrincipalNameExtractor
public PrincipalNameExtractor()
-
-
Method Details
-
extract
public void extract(MapSession target, String argument, com.hazelcast.query.extractor.ValueCollector collector) - Specified by:
extract
in interfacecom.hazelcast.query.extractor.ValueExtractor<MapSession,
String>
-