public interface UserSessionManagement
Modifier and Type | Method and Description |
---|---|
int |
getActiveSessions() |
Set<String> |
getActiveUsers() |
Long |
getUserLoginTime(String username) |
void |
logoutAll() |
void |
logoutKeycloakSession(String id) |
void |
logoutUser(String user) |
Copyright © 2014. All Rights Reserved.