Interface ISessionsMgmtAsync
public interface ISessionsMgmtAsync
- 
Method Summary
Modifier and TypeMethodDescriptionvoidlist(String domain, AsyncHandler<List<SessionEntry>> handler) voidlogoutUser(String uid, AsyncHandler<Void> handler) voidupdateCurrent(SessionUpdate ud, AsyncHandler<Void> handler)  
- 
Method Details
- 
list
 - 
logoutUser
 - 
updateCurrent
 
 -