Uses of Class
com.skava.auth.model.rest.entities.AuthGroupVO
Packages that use AuthGroupVO
Package
Description
Models to represent the entity classes.
Implementation classes to represent the service layer implementations of the group attribute.
Support classes for hold the reusable functionalities.
Controller classes to represent the entry point of the REST service.
-
Uses of AuthGroupVO in com.skava.auth.model.entities
Constructors in com.skava.auth.model.entities with parameters of type AuthGroupVOModifierConstructorDescriptionAuthGroup
(AuthGroupVO group) Instantiates a new authorization group. -
Uses of AuthGroupVO in com.skava.auth.service.impl.authgroup
Methods in com.skava.auth.service.impl.authgroup with parameters of type AuthGroupVOModifier and TypeMethodDescriptionCreateAuthGroupServiceImpl.process
(AuthGroupVO input) UpdateAuthGroupServiceImpl.process
(AuthGroupVO input) -
Uses of AuthGroupVO in com.skava.auth.util
Methods in com.skava.auth.util with parameters of type AuthGroupVOModifier and TypeMethodDescriptionstatic AuthGroup
AuthGroupUtil.createAuthGroup
(AuthGroupVO authGroup, AuthGroupRepository authGroupRepository) This method create a new AuthGroup with given details. -
Uses of AuthGroupVO in com.skava.auth.web
Methods in com.skava.auth.web with parameters of type AuthGroupVOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>
AuthGroupController.createAuthGroup
(String version, String authToken, long storeId, AuthGroupVO request, Long collectionId) This service is used to create authorization group and returns the created resource as response when the request is valid other wise validation error response will be return as a response with respective http status code using service implementation.org.springframework.http.ResponseEntity<Object>
AuthGroupController.updateAuthGroup
(String version, String authToken, long storeId, Long groupId, AuthGroupVO request, Long collectionId) This service updates the requested authgroup.