Uses of Class
com.skava.auth.model.rest.entities.ClientRoleVO
Packages that use ClientRoleVO
Package
Description
Support classes for access controlling, exception handling, session handling and caching.
Models to represent the entity classes.
Data transfer classes for user role to transfer data from ClientRoleController to service.
Data transfer classes for entities to hold the entity related informations.
Classes to validate the request from the controllers to service implementations.
Controller classes to represent the entry point of the REST service.
-
Uses of ClientRoleVO in com.skava.auth.helper
Method parameters in com.skava.auth.helper with type arguments of type ClientRoleVOModifier and TypeMethodDescriptionstatic boolean
AccessControlHelper.hasBusinessAccessForProtectedClientRole
(Iterator<ClientRoleVO> clientRoles, String privilege, com.skava.core.auth.AuthTokenHandler authTokenHandler) This method return the accessibility result of client's protected role. -
Uses of ClientRoleVO in com.skava.auth.model.entities
Constructors in com.skava.auth.model.entities with parameters of type ClientRoleVOModifierConstructorDescriptionClientRole
(String clientId, ClientRoleVO clientRole, Collection collection) ClientRole
(String clientId, ClientRoleVO clientRole, Long collectionId) -
Uses of ClientRoleVO in com.skava.auth.model.request.clientrole
Constructor parameters in com.skava.auth.model.request.clientrole with type arguments of type ClientRoleVOModifierConstructorDescriptionClientRoleRequest
(String clientId, Set<ClientRoleVO> clientRoles, Long collectionId, Long businessId) -
Uses of ClientRoleVO in com.skava.auth.model.rest.entities
Constructor parameters in com.skava.auth.model.rest.entities with type arguments of type ClientRoleVOModifierConstructorDescriptionClientRolesVO
(String clientId, Set<ClientRoleVO> clientRoles) Constructor to initialize member variables. -
Uses of ClientRoleVO in com.skava.auth.service.validator
Methods in com.skava.auth.service.validator with parameters of type ClientRoleVOModifier and TypeMethodDescriptionvoid
AuthValidatorComponent.validateClientRole
(String roleName, ClientRoleVO clientRole, Long collectionId, Map<Long, Map<String, Role>> businessRolesMap) Validates the role availability. -
Uses of ClientRoleVO in com.skava.auth.web
Method parameters in com.skava.auth.web with type arguments of type ClientRoleVOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>
ClientRoleController.updateClientRoles
(String version, String authToken, long storeId, Long collectionId, String clientId, Long businessId, Set<ClientRoleVO> clientRoleAttributes, String locale) This service is used to add roles to the client and also validate already existing client's roles.