Uses of Class
org.openiam.base.request.ActiveSessionRequest
-
Packages that use ActiveSessionRequest Package Description org.openiam.srvc.user -
-
Uses of ActiveSessionRequest in org.openiam.srvc.user
Methods in org.openiam.srvc.user with parameters of type ActiveSessionRequest Modifier and Type Method Description int
UserDataWebService. getActiveUserSessionCount(ActiveSessionRequest request, int from, int size)
Method is used to get a count of user's active sessions.int
UserDataWebServiceImpl. getActiveUserSessionCount(ActiveSessionRequest request, int from, int size)
List<AuthStateInfoModel>
UserDataWebService. getActiveUserSessions(ActiveSessionRequest request, int from, int size)
List<AuthStateInfoModel>
UserDataWebServiceImpl. getActiveUserSessions(ActiveSessionRequest request, int from, int size)
-