Uses of Class
com.skava.auth.model.rest.entities.UserRoleVO
Packages that use UserRoleVO
Package
Description
Support classes for access controlling, exception handling, session handling and caching.
Models to represent the entity classes.
Data transfer classes for user role to transfer data from UserRoleController to service.
Data transfer classes for entities to hold the entity related informations.
Classes to validate the request from the controllers to service implementations.
Controller classes to represent the entry point of the REST service.
-
Uses of UserRoleVO in com.skava.auth.helper
Method parameters in com.skava.auth.helper with type arguments of type UserRoleVOModifier and TypeMethodDescriptionstatic boolean
AccessControlHelper.hasBusinessAccessForProtectedRole
(Iterator<UserRoleVO> userRoles, String privilege, com.skava.core.auth.AuthTokenHandler authTokenHandler) This method return the accessibility result of user's protected role. -
Uses of UserRoleVO in com.skava.auth.model.entities
Constructors in com.skava.auth.model.entities with parameters of type UserRoleVOModifierConstructorDescriptionUserRole
(Long userId, UserRoleVO userRole, Collection collection) UserRole
(Long userId, UserRoleVO userRole, Long collectionId) -
Uses of UserRoleVO in com.skava.auth.model.request.userrole
Constructor parameters in com.skava.auth.model.request.userrole with type arguments of type UserRoleVOModifierConstructorDescriptionUserRoleRequest
(Long userId, Set<UserRoleVO> userRoles, Long collectionId, Long businessId) -
Uses of UserRoleVO in com.skava.auth.model.rest.entities
Constructor parameters in com.skava.auth.model.rest.entities with type arguments of type UserRoleVOModifierConstructorDescriptionUserRolesVO
(Long userId, Set<UserRoleVO> userRoles) Constructor to initialize member variables. -
Uses of UserRoleVO in com.skava.auth.service.validator
Methods in com.skava.auth.service.validator with parameters of type UserRoleVOModifier and TypeMethodDescriptionvoid
AuthValidatorComponent.validateRole
(String roleName, UserRoleVO userRole, Long collectionId, Map<Long, Map<String, Role>> businessRolesMap) Validates the role availability. -
Uses of UserRoleVO in com.skava.auth.web
Method parameters in com.skava.auth.web with type arguments of type UserRoleVOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>
UserRoleController.updateUserRoles
(String version, String authToken, long storeId, Long collectionId, Long userId, Long businessId, Set<UserRoleVO> userRoleAttributes, String locale) This service is used to add roles to the user and also validate already existing user's roles.