Uses of Class
com.skava.auth.model.rest.entities.OAuthClientVO
Packages that use OAuthClientVO
Package
Description
Models to represent the entity classes.
Data transfer classes for
OAuthClient
to transfer data from service
to OAuthClientController.Implementation classes to represent the service layer implementations of the collection.
Support classes for hold the reusable functionalities.
Controller classes to represent the entry point of the REST service.
-
Uses of OAuthClientVO in com.skava.auth.model.entities
Constructors in com.skava.auth.model.entities with parameters of type OAuthClientVOModifierConstructorDescriptionOAuthClient
(OAuthClientVO openIDClient, Long collectionId) Instantiates a new authorization group. -
Uses of OAuthClientVO in com.skava.auth.model.response.oauthclient
Constructors in com.skava.auth.model.response.oauthclient with parameters of type OAuthClientVOModifierConstructorDescriptionOAuthClientResponse
(OAuthClientVO oAuthClient) OAuthClientResponse
(OAuthClientVO oAuthClient, String privateToken) Instantiates new client response. -
Uses of OAuthClientVO in com.skava.auth.service.impl.outhclient
Methods in com.skava.auth.service.impl.outhclient with parameters of type OAuthClientVOModifier and TypeMethodDescriptionCreateOAuthClientServiceImpl.process
(@Valid OAuthClientVO input) process.UpdateOAuthClientServiceImpl.update
(OAuthClientVO input, Boolean isRefresh) -
Uses of OAuthClientVO in com.skava.auth.util
Methods in com.skava.auth.util with parameters of type OAuthClientVOModifier and TypeMethodDescriptionstatic void
OAuthUtil.setClientSecretExpiryTimeAndAlgorithm
(OAuthClientVO input) setClientSecretExpiryTime - This function is used to set the default client secret expiry time. -
Uses of OAuthClientVO in com.skava.auth.web
Methods in com.skava.auth.web with parameters of type OAuthClientVOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>
OpenAuthClientController.createOpenIdClient
(jakarta.servlet.http.HttpServletRequest request, String version, long storeId, Long collectionId, String authToken, @Valid OAuthClientVO oAuthClient, String locale) This API creates a OAuthClient.org.springframework.http.ResponseEntity<Object>
OpenAuthClientController.updateOpenIdClient
(jakarta.servlet.http.HttpServletRequest httpRequest, String clientId, String version, Long businessId, long storeId, boolean refreshSecret, Long collectionId, String authToken, @Valid OAuthClientVO client, String locale) This API updates a OAuthClient.