Uses of Class
com.skava.auth.model.response.userrole.UsersRolesResponse
Packages that use UsersRolesResponse
Package
Description
Implementation classes to represent the service layer implementations of the user role.
Support classes for hold the reusable functionalities.
-
Uses of UsersRolesResponse in com.skava.auth.service.impl.userrole
Methods in com.skava.auth.service.impl.userrole that return UsersRolesResponseModifier and TypeMethodDescriptionGetUserRolesServiceImpl.process
(UserRoleRequest input) This method return the user's roles and privileges.GetUsersRoleServiceImpl.process
(UsersRoleRequest input) This method return the user's roles and privileges. -
Uses of UsersRolesResponse in com.skava.auth.util
Methods in com.skava.auth.util that return UsersRolesResponseModifier 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.static UsersRolesResponse
UserRoleUtil.searchUsersRoles
(Long collectionId, int page, int size, List<SearchCriteria> params, jakarta.persistence.EntityManager entityManager, UserRoleRepository userRoleRepository)