Uses of Class
com.skava.auth.model.rest.entities.ClientRolesVO
Packages that use ClientRolesVO
Package
Description
Support classes for access controlling, exception handling, session handling and caching.
This package contains models of events
Support classes for hold the reusable functionalities.
Controller classes to represent the entry point of the REST service.
-
Uses of ClientRolesVO in com.skava.auth.helper
Method parameters in com.skava.auth.helper with type arguments of type ClientRolesVOModifier and TypeMethodDescriptionstatic boolean
AccessControlHelper.hasBusinessAccessForProtectedClientRoles
(Collection<ClientRolesVO> clientRoles, String privilege, com.skava.core.auth.AuthTokenHandler authTokenHandler) This method return the accessibility result of client's protected role. -
Uses of ClientRolesVO in com.skava.auth.model.event
Constructor parameters in com.skava.auth.model.event with type arguments of type ClientRolesVOModifierConstructorDescriptionClientRolesEventPayLoad
(List<ClientRolesVO> added, List<ClientRolesVO> removed, List<ClientRolesVO> updated) parameterized constructor to initialize the members of this class. -
Uses of ClientRolesVO in com.skava.auth.util
Method parameters in com.skava.auth.util with type arguments of type ClientRolesVOModifier and TypeMethodDescriptionstatic void
AuthorizationEventUtil.buildClientEventData
(com.skava.core.event.EventClientComponent eventClientComponent, List<ClientRolesVO> clientroles, CollectionVO collectionVO, String authToken, long storeId) This method used to build event datastatic void
AuthorizationEventUtil.buildClientEventData
(com.skava.core.event.EventClientComponent eventClientComponent, List<ClientRolesVO> addedClientroles, List<ClientRolesVO> removedClientroles, List<ClientRolesVO> updatedClientRoles, Collection collection, String authToken, long storeId) This method used to build event data -
Uses of ClientRolesVO in com.skava.auth.web
Method parameters in com.skava.auth.web with type arguments of type ClientRolesVOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>
ClientRoleController.addRolesToClients
(String version, String authToken, long storeId, Long collectionId, List<ClientRolesVO> clientRoles) This service is used to add multiple roles to the multiple clients.