Uses of Class
com.skava.auth.model.rest.entities.UserAttributeVO
Packages that use UserAttributeVO
Package
Description
Models to represent the entity classes.
Implementation classes to represent the service layer implementations of the user attribute.
Support classes for hold the reusable functionalities.
Controller classes to represent the entry point of the REST service.
-
Uses of UserAttributeVO in com.skava.auth.model.entities
Constructors in com.skava.auth.model.entities with parameters of type UserAttributeVOModifierConstructorDescriptionUserAttribute
(UserAttributeVO input) Instantiates a new group attributes. -
Uses of UserAttributeVO in com.skava.auth.service.impl.userattribute
Methods in com.skava.auth.service.impl.userattribute with parameters of type UserAttributeVOModifier and TypeMethodDescriptionCreateUserAttributeServiceImpl.process
(@Valid UserAttributeVO input) -
Uses of UserAttributeVO in com.skava.auth.util
Methods in com.skava.auth.util with parameters of type UserAttributeVOModifier and TypeMethodDescriptionstatic UserAttribute
UserAttributeUtil.createuserAttribute
(UserAttributeVO input, UserAttributeRepository userAttributeRepository) -
Uses of UserAttributeVO in com.skava.auth.web
Methods in com.skava.auth.web with parameters of type UserAttributeVOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>
UserAttributeController.createUserAttribute
(String version, String authToken, long storeId, UserAttributeVO request, Long collectionId, String locale) This service is used to create a privilege attribute for the given user identifiers.org.springframework.http.ResponseEntity<Object>
UserAttributeController.updateUserAttribute
(String version, String authToken, long storeId, Long userattributeId, UserAttributeVO userAttributeDetails, Long collectionId, String locale) This service is used to update user's privilege attribute details based on user attribute identifier and user attribute details.