Uses of Class
com.skava.auth.model.rest.entities.UserRolesVO
Packages that use UserRolesVO
Package
Description
Support classes for access controlling, exception handling, session handling and caching.
This package contains models of events
Support classes for hold the reusable functionalities.
Controller classes to represent the entry point of the REST service.
-
Uses of UserRolesVO in com.skava.auth.helper
Method parameters in com.skava.auth.helper with type arguments of type UserRolesVOModifier and TypeMethodDescriptionstatic boolean
AccessControlHelper.hasBusinessAccessForProtectedRoles
(Collection<UserRolesVO> userRoles, String privilege, com.skava.core.auth.AuthTokenHandler authTokenHandler) This method return the accessibility result of user's protected role. -
Uses of UserRolesVO in com.skava.auth.model.event
Constructor parameters in com.skava.auth.model.event with type arguments of type UserRolesVOModifierConstructorDescriptionUserRolesEventPayLoad
(List<UserRolesVO> added, List<UserRolesVO> removed, List<UserRolesVO> updated) parameterized constructor to initialize the members of this class. -
Uses of UserRolesVO in com.skava.auth.util
Method parameters in com.skava.auth.util with type arguments of type UserRolesVOModifier and TypeMethodDescriptionstatic void
AuthorizationEventUtil.buildEventData
(com.skava.core.event.EventClientComponent eventClientComponent, List<UserRolesVO> userroles, CollectionVO collectionVO, String authToken, long storeId) This method used to build event datastatic void
AuthorizationEventUtil.buildEventData
(com.skava.core.event.EventClientComponent eventClientComponent, List<UserRolesVO> addedUserroles, List<UserRolesVO> removedUserroles, List<UserRolesVO> updatedUserRoles, Collection collection, String authToken, long storeId) This method used to build event data -
Uses of UserRolesVO in com.skava.auth.web
Method parameters in com.skava.auth.web with type arguments of type UserRolesVOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>
UserRoleController.addRolesToUsers
(String version, String authToken, long storeId, Long collectionId, List<UserRolesVO> userRoles) This service is used to add multiple roles to the multiple users.