@Security public class ConnectedUserServiceSecurity extends BaseServiceSecurity implements ConnectedUserService
ConnectedUserService| Constructor and Description |
|---|
ConnectedUserServiceSecurity() |
| Modifier and Type | Method and Description |
|---|---|
int |
disconnect(UserLocatorVO userLocator)
Disconnects the given user.
|
int |
disconnectBySessionIds(java.util.Set<java.lang.Long> ids)
Removes all sessions with the given ids, returning the number of sessions actually removed
|
ConnectedUserSearchData |
getSearchData()
Returns data for searching connected users
|
protected org.cyclos.impl.access.EntityCheck<?> |
resolveEntityCheck()
Must be implemented in order to return the
EntityCheck managed by this security component, or null if
none |
Page<ConnectedUserVO> |
search(ConnectedUserQuery query)
Searches users connected to the application
|
checkGuest, checkId, checkIds, checkInternalName, checkLoggedIn, checkManagesUser, checkRelatesToUser, checkVO, checkVOs, doInitialize, getEntityCheckRegistry, getUser, initializecanManage, checkManagesUser, checkPermission, checkRelatesToUser, checkValue, clearAlreadyValidated, getAccountHandler, getAuthHandler, getBaseEntityManagerHandler, getChannelConfiguration, getConfiguration, getConversionHandler, getCustomFieldValueHandler, getEntityManagerHandler, getGroupsHandler, getLoggedBasicUser, getLoggedUser, getProducts, getProductsHandler, getReportHandler, getTranslatedName, getTranslatedValue, getUserLocatorHandler, getValidationResult, hasPermission, hasValue, inSameNetwork, inSameNetworkOrGlobal, isAdmin, isAlreadyValidated, isBroker, isGlobalAdmin, isGlobalAdminInNetwork, isGuest, isLoggedIn, isMember, isNetworkAdmin, isOperator, isRelatedToUser, isSystem, isUserManager, isUserManagerOf, message, message, permission, permission, permissionOptionalValue, permissionOptionalValue, toDate, toDateTime, validatedelete, detach, find, flush, from, getApplicationContext, getConfigurationHandler, getDataTranslationHandler, getFormatter, getFormatter, getFormatter, getLogger, getNotificationHandler, getProfileFieldHandler, getRemoteAddress, getSessionData, getTransactionHandler, getTranslationHandler, message, message, persist, processBatch, refresh, remove, subQuery, updatepublic int disconnect(UserLocatorVO userLocator) throws FrameworkException
ConnectedUserServicedisconnect in interface ConnectedUserServiceFrameworkExceptionpublic int disconnectBySessionIds(java.util.Set<java.lang.Long> ids)
throws FrameworkException
ConnectedUserServicedisconnectBySessionIds in interface ConnectedUserServiceFrameworkExceptionpublic ConnectedUserSearchData getSearchData() throws FrameworkException
ConnectedUserServicegetSearchData in interface ConnectedUserServiceFrameworkExceptionpublic Page<ConnectedUserVO> search(ConnectedUserQuery query) throws FrameworkException
ConnectedUserServicesearch in interface ConnectedUserServiceFrameworkExceptionprotected org.cyclos.impl.access.EntityCheck<?> resolveEntityCheck()
BaseServiceSecurityEntityCheck managed by this security component, or null if
noneresolveEntityCheck in class BaseServiceSecurity