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 Details

    • PrincipalNameExtractor

      public PrincipalNameExtractor()
  • Method Details

    • extract

      public void extract(MapSession target, String argument, com.hazelcast.query.extractor.ValueCollector collector)
      Specified by:
      extract in interface com.hazelcast.query.extractor.ValueExtractor<MapSession,String>