Uses of Annotation Interface
com.iland.core.web.rest.annotations.SecureUserRef
Packages that use SecureUserRef
-
Uses of SecureUserRef in com.iland.core.web.rest.api
Method parameters in com.iland.core.web.rest.api with annotations of type SecureUserRefModifier and TypeMethodDescriptionvoidUserResource.endAllActiveSessions(String username) Ends all active sessions for the user.voidUserResource.endSession(String username, String sessionId) Ends a session for a user.UserResource.getAccountEvents(String username, Integer offset, Integer limit, Long dateFrom, Long dateTo) Gets account event logs.UserResource.getActiveSessions(String username) Gets a user's current sessions.UserResource.getAllUserOrgs(String username) Gets the list of orgs that the user has access to.UserResource.getCompanies(String username) Gets the list of companies that the user has access to.UserResource.getCompanyRole(String username, String companyId) Get the company role for a specified user.UserResource.getEntityHistorySubscriptions(String username) Get entity history subscriptions for a given user.UserResource.getIdentityProviderLink(String username) Get the identity provider link for a user if they have any.UserResource.getInventory(String username, String companyId) Gets the inventory hierarchy for a user.UserResource.getLoginEvents(String username, Integer offset, Integer limit) Get login events for a user.UserResource.getPreferences(String username) Retrieve user preferences section.Returns the user specified by their username.UserResource.getUserAlertEmails(String username) Get the set of user alerting emails for a given username.voidUserResource.removeEntityHistorySubscription(String username, UserEntityHistorySubscriptionDeleteRequest sub) Remove an entity history subscription.UserResource.subscribeToEntityHistory(String username, UserEntityHistorySubscriptionCreateRequest sub) Add an entity history subscription.UserResource.updateAlertEmails(String username, UserAlertEmailsCreateRequest userAlertEmails) Store the set of user alerting emails for a given username.UserResource.updatePreferences(String username, UserPreferencesCreateRequest request) Store / update user preferences section.UserResource.updateUser(String username, UserUpdateRequest request) Updates a user's information.