Uses of Class
com.skava.auth.model.rest.entities.FeaturesPrivilegeMappingVO
Packages that use FeaturesPrivilegeMappingVO
Package
Description
Models to represent the entity classes.
Implementation classes to represent the service layer implementations of the privilege.
Controller classes to represent the entry point of the REST service.
-
Uses of FeaturesPrivilegeMappingVO in com.skava.auth.model.entities
Constructors in com.skava.auth.model.entities with parameters of type FeaturesPrivilegeMappingVOModifierConstructorDescriptionFeaturesPrivilegeMapping
(FeaturesPrivilegeMappingVO featuresPrivilegeMapEntity) Instantiates a new privilege. -
Uses of FeaturesPrivilegeMappingVO in com.skava.auth.service.impl.featuresprivilegemapping
Methods in com.skava.auth.service.impl.featuresprivilegemapping with parameters of type FeaturesPrivilegeMappingVOModifier and TypeMethodDescriptionCreateFeaturesPrivilegeMappingServiceImpl.process
(FeaturesPrivilegeMappingVO input) com.skava.core.ResponseModel
DeleteFeaturesPrivilegeMappingServiceImpl.process
(FeaturesPrivilegeMappingVO input) GetFeaturesPrivilegeMappingServiceImpl.process
(FeaturesPrivilegeMappingVO input) UpdateFeaturesPrivilegeMappingServiceImpl.process
(FeaturesPrivilegeMappingVO input) -
Uses of FeaturesPrivilegeMappingVO in com.skava.auth.web
Methods in com.skava.auth.web with parameters of type FeaturesPrivilegeMappingVOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>
FeaturesPrivilegeMappingController.createFeaturePrivilegeMapping
(String version, String authToken, FeaturesPrivilegeMappingVO privilege) This service is used to create features and privilege map based on the given privilege data.org.springframework.http.ResponseEntity<Object>
FeaturesPrivilegeMappingController.updateFeaturesPrivilegeMapping
(String version, String authToken, long featureId, FeaturesPrivilegeMappingVO privilege) This service is used to update features and privilege map based on the given featuresprivilegeId data.