Package org.apache.syncope.sra.actuate
Class SRASessions
- java.lang.Object
-
- org.apache.syncope.sra.actuate.SRASessions
-
@Endpoint(id="sraSessions") public class SRASessions extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected org.springframework.cache.CacheManagercacheManagerprotected static org.slf4j.LoggerLOGprotected static com.fasterxml.jackson.databind.json.JsonMapperMAPPER
-
Constructor Summary
Constructors Constructor Description SRASessions(org.springframework.cache.CacheManager cacheManager)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete(String id)List<org.apache.syncope.common.lib.AMSession>list()protected static org.apache.syncope.common.lib.AMSessionmap(org.springframework.session.MapSession mapSession)org.apache.syncope.common.lib.AMSessionread(String id)
-
-
-
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)
-
-