Class SRASessions


  • @Endpoint(id="sraSessions")
    public class SRASessions
    extends Object
    • Field Detail

      • LOG

        protected static final org.slf4j.Logger LOG
      • MAPPER

        protected static final com.fasterxml.jackson.databind.json.JsonMapper MAPPER
      • cacheManager

        protected final org.springframework.cache.CacheManager cacheManager
    • Constructor Detail

      • SRASessions

        public SRASessions​(org.springframework.cache.CacheManager cacheManager)
    • Method Detail

      • map

        protected static org.apache.syncope.common.lib.AMSession map​(org.springframework.session.MapSession mapSession)
      • list

        @ReadOperation
        public List<org.apache.syncope.common.lib.AMSession> list()
      • read

        @ReadOperation
        public org.apache.syncope.common.lib.AMSession read​(@Selector
                                                            String id)
      • delete

        @DeleteOperation
        public void delete​(@Selector
                           String id)