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