Package org.apache.syncope.sra.actuate
Class SRASessions
- java.lang.Object
-
- org.apache.syncope.sra.actuate.SRASessions
-
-
Field Summary
Fields Modifier and Type Field Description protected CacheManager
cacheManager
protected static Logger
LOG
protected static JsonMapper
MAPPER
-
Constructor Summary
Constructors Constructor Description SRASessions(CacheManager cacheManager)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete(String id)
List<AMSession>
list()
protected static AMSession
map(org.springframework.session.MapSession mapSession)
AMSession
read(String id)
-
-
-
Field Detail
-
LOG
protected static final Logger LOG
-
MAPPER
protected static final JsonMapper MAPPER
-
cacheManager
protected final CacheManager cacheManager
-
-
Constructor Detail
-
SRASessions
public SRASessions(CacheManager cacheManager)
-
-
Method Detail
-
map
protected static AMSession map(org.springframework.session.MapSession mapSession)
-
list
@ReadOperation public List<AMSession> list()
-
read
@ReadOperation public AMSession read(@Selector String id)
-
delete
@DeleteOperation public void delete(@Selector String id)
-
-