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