Uses of Class
com.skava.auth.model.rest.entities.ClientUserVO
Packages that use ClientUserVO
Package
Description
Data transfer classes for entities to hold the entity related informations.
Controller classes to represent the entry point of the REST service.
-
Uses of ClientUserVO in com.skava.auth.model.rest.entities
Constructors in com.skava.auth.model.rest.entities with parameters of type ClientUserVOModifierConstructorDescriptionAuthorizationRequestVO
(String responseType, String clientId, String redirectUri, String scope, String state, String nonce, ClientUserVO clientUserVO) Constructor to initialize the client authorization request. -
Uses of ClientUserVO in com.skava.auth.web
Methods in com.skava.auth.web with parameters of type ClientUserVOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>
OpenAuthClientController.authorize
(String version, Long collectionId, long storeId, String authToken, ClientUserVO clientUser, String sessionId, String responseType, String clientId, String redirectUri, String scope, String state, String nonce, String locale) This API authorize a OAuthClient.