Uses of Class
com.skava.auth.model.rest.entities.PrivilegeSetVO
Packages that use PrivilegeSetVO
Package
Description
Models to represent the entity classes.
Implementation classes to represent the service layer implementations of the privilege set.
Support classes for hold the reusable functionalities.
Controller classes to represent the entry point of the REST service.
-
Uses of PrivilegeSetVO in com.skava.auth.model.entities
Constructors in com.skava.auth.model.entities with parameters of type PrivilegeSetVOModifierConstructorDescriptionPrivilegeSet
(PrivilegeSetVO input) Instantiates a new privilege set. -
Uses of PrivilegeSetVO in com.skava.auth.service.impl.privilegeset
Methods in com.skava.auth.service.impl.privilegeset with parameters of type PrivilegeSetVO -
Uses of PrivilegeSetVO in com.skava.auth.util
Methods in com.skava.auth.util with parameters of type PrivilegeSetVOModifier and TypeMethodDescriptionstatic PrivilegeSet
PrivilegeSetUtil.createPrivilegeSet
(PrivilegeSetVO input, PrivilegeSetRepository privilegeSetRepository) -
Uses of PrivilegeSetVO in com.skava.auth.web
Methods in com.skava.auth.web with parameters of type PrivilegeSetVOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>
PrivilegeSetController.createPrivilegeSet
(String version, String authToken, long storeId, PrivilegeSetVO privilegeSet, Long collectionId, String locale) This service is used to create privilege set based on the given privilege set data.org.springframework.http.ResponseEntity<Object>
PrivilegeSetController.updatePrivilegeSet
(String version, String authToken, long storeId, Long privilegeSetId, PrivilegeSetVO privilegeSetDetails, Long collectionId, String locale) This service is used to update privilege set.