Uses of Class
com.atlassian.crowd.plugin.rest.entity.admin.UserSessionsSearchResultEntity
Packages that use UserSessionsSearchResultEntity
Package
Description
-
Uses of UserSessionsSearchResultEntity in com.atlassian.crowd.plugin.rest.entity.admin
Methods in com.atlassian.crowd.plugin.rest.entity.admin that return UserSessionsSearchResultEntityModifier and TypeMethodDescriptionUserSessionsSearchResultEntity.fromToken(AuthenticationToken session, Directory directory) -
Uses of UserSessionsSearchResultEntity in com.atlassian.crowd.plugin.rest.service.controller.admin
Methods in com.atlassian.crowd.plugin.rest.service.controller.admin that return types with arguments of type UserSessionsSearchResultEntityModifier and TypeMethodDescriptionSessionsAdminController.searchUserSessions(String searchKeyword, Long directoryId, RestPageRequest pageRequest) -
Uses of UserSessionsSearchResultEntity in com.atlassian.crowd.plugin.rest.service.resource.admin
Methods in com.atlassian.crowd.plugin.rest.service.resource.admin that return types with arguments of type UserSessionsSearchResultEntityModifier and TypeMethodDescriptionSessionsAdminResource.getUserSessions(RestPageRequest pageRequest, String searchKeyword, Long directoryId) -
Uses of UserSessionsSearchResultEntity in com.atlassian.crowd.plugin.rest.service.resource.admin.example
Fields in com.atlassian.crowd.plugin.rest.service.resource.admin.example with type parameters of type UserSessionsSearchResultEntityModifier and TypeFieldDescriptionstatic final RestPage<UserSessionsSearchResultEntity>SessionsAdminExamples.SEARCH_USER_SESSIONS_EXAMPLEstatic final List<UserSessionsSearchResultEntity>SessionsAdminExamples.SEARCH_USER_SESSIONS_EXAMPLES