Uses of Class
com.skava.auth.model.rest.entities.FeaturesRoleMappingVO
Packages that use FeaturesRoleMappingVO
Package
Description
Models to represent the entity classes.
Service Impl classes for FeaturesRoleMapping.
Support classes for hold the reusable functionalities.
Controller classes to represent the entry point of the REST service.
-
Uses of FeaturesRoleMappingVO in com.skava.auth.model.entities
Constructors in com.skava.auth.model.entities with parameters of type FeaturesRoleMappingVOModifierConstructorDescriptionFeaturesRoleMapping
(FeaturesRoleMappingVO featuresRoleMappingVO) Instantiates a new feature role. -
Uses of FeaturesRoleMappingVO in com.skava.auth.service.impl.featuresrolemapping
Methods in com.skava.auth.service.impl.featuresrolemapping with parameters of type FeaturesRoleMappingVOModifier and TypeMethodDescriptionCreateFeaturesRoleMappingServiceImpl.process
(FeaturesRoleMappingVO input) com.skava.core.ResponseModel
DeleteFeaturesRoleMappingServiceImpl.process
(FeaturesRoleMappingVO input) GetFeaturesRoleMappingServiceImpl.process
(FeaturesRoleMappingVO input) UpdateFeaturesRoleMappingServiceImpl.process
(FeaturesRoleMappingVO input) -
Uses of FeaturesRoleMappingVO in com.skava.auth.util
Methods in com.skava.auth.util with parameters of type FeaturesRoleMappingVOModifier and TypeMethodDescriptionFeaturesPrivilegeMappingUtil.getPrivilegeByIDs
(FeaturesPrivilegeMapping featuresPrivilegeMapping, PrivilegeRepository privilegeRepository, FeaturesRoleMappingVO featuresRoleMappingVO) static Role
FeaturesRoleMappingUtil.updateRoleForFeaturesRoleMapping
(FeaturesPrivilegeMapping featuresPrivilegeMapping, RoleRepository roleRepository, PrivilegeRepository privilegeRepository, Role role, FeaturesRoleMappingVO input) -
Uses of FeaturesRoleMappingVO in com.skava.auth.web
Methods in com.skava.auth.web with parameters of type FeaturesRoleMappingVOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>
FeaturesRoleMappingController.createFeatureRoleMapping
(String version, String authToken, Long collectionId, Long roleId, FeaturesRoleMappingVO request) org.springframework.http.ResponseEntity<Object>
FeaturesRoleMappingController.updateFeatureRoleMapping
(String version, String authToken, Long collectionId, Long roleId, FeaturesRoleMappingVO request)