Uses of Class
com.skava.auth.model.request.userrole.UsersRoleRequest
Packages that use UsersRoleRequest
Package
Description
Implementation classes to represent the service layer implementations of the user role.
Support classes for hold the reusable functionalities.
-
Uses of UsersRoleRequest in com.skava.auth.service.impl.userrole
Methods in com.skava.auth.service.impl.userrole with parameters of type UsersRoleRequestModifier and TypeMethodDescriptionGetUsersRoleServiceImpl.process
(UsersRoleRequest input) This method return the user's roles and privileges. -
Uses of UsersRoleRequest in com.skava.auth.util
Methods in com.skava.auth.util with parameters of type UsersRoleRequestModifier and TypeMethodDescriptionstatic UsersRolesResponse
UserRoleUtil.searchUserRoles
(Long collectionId, Boolean skipPagination, UsersRoleRequest input, List<SearchCriteria> params, AuthCommonServices authCommonServices, jakarta.persistence.EntityManager entityManager) This method is used to search collection.