Uses of Class
com.skava.auth.model.response.clientrole.ClientsRolesResponse
Packages that use ClientsRolesResponse
Package
Description
Implementation classes to represent the service layer implementations of the client role.
Support classes for hold the reusable functionalities.
-
Uses of ClientsRolesResponse in com.skava.auth.service.impl.clientrole
Methods in com.skava.auth.service.impl.clientrole that return ClientsRolesResponseModifier and TypeMethodDescriptionGetClientRolesServiceImpl.process
(ClientRoleRequest input) This method return the user's roles and privileges.GetClientsRoleServiceImpl.process
(ClientsRoleRequest input) This method return the client's roles and privileges. -
Uses of ClientsRolesResponse in com.skava.auth.util
Methods in com.skava.auth.util that return ClientsRolesResponseModifier 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.static ClientsRolesResponse
ClientRoleUtil.searchClientsRoles
(Long collectionId, int page, int size, List<SearchCriteria> params, jakarta.persistence.EntityManager entityManager, ClientRoleRepository clientRoleRepository)