Uses of Class
com.skava.auth.model.request.RequestData
Packages that use RequestData
Package
Description
Data transfer classes for group attribute to transfer data from GroupAttributeController to service.
Data transfer classes for user attribute to transfer data from UserAttributeController to service.
Implementation classes to represent the service layer implementations of the group attribute.
Implementation classes to represent the service layer implementations of the role.
Support classes for hold the reusable functionalities.
-
Uses of RequestData in com.skava.auth.model.request.groupattribute
Subclasses of RequestData in com.skava.auth.model.request.groupattributeModifier and TypeClassDescriptionclass
Data transfer class holds the exchange data to transfer from controller to find group attribute by id service. -
Uses of RequestData in com.skava.auth.model.request.userattribute
Subclasses of RequestData in com.skava.auth.model.request.userattributeModifier and TypeClassDescriptionclass
Data transfer class holds the exchange data to transfer from controller to find user attribute service. -
Uses of RequestData in com.skava.auth.service.impl.authgroup
Methods in com.skava.auth.service.impl.authgroup with parameters of type RequestData -
Uses of RequestData in com.skava.auth.service.impl.role
Methods in com.skava.auth.service.impl.role with parameters of type RequestData -
Uses of RequestData in com.skava.auth.util
Methods in com.skava.auth.util that return RequestDataModifier and TypeMethodDescriptionstatic RequestData
PaginationUtil.getRequestDataWithPageDetails
(Integer offset, Integer limit, Integer page, Integer size, boolean loadPrivileges) THis method construct the get all roles request with pagination details.Methods in com.skava.auth.util with parameters of type RequestDataModifier and TypeMethodDescriptionstatic org.springframework.data.domain.Page<Role>
RoleUtil.searchRoles
(String filter, RequestData input, RoleRepository roleRepository, jakarta.persistence.EntityManager entityManager)