Uses of Class
com.skava.auth.model.rest.entities.AuthorizationRequestVO
Packages that use AuthorizationRequestVO
Package
Description
Implementation classes to represent the service layer implementations of the collection.
Support classes for hold the reusable functionalities.
-
Uses of AuthorizationRequestVO in com.skava.auth.service.impl.outhclient
Methods in com.skava.auth.service.impl.outhclient with parameters of type AuthorizationRequestVOModifier and TypeMethodDescriptionOAuthClientAuthorizationServiceImpl.process
(AuthorizationRequestVO input) process. -
Uses of AuthorizationRequestVO in com.skava.auth.util
Methods in com.skava.auth.util with parameters of type AuthorizationRequestVOModifier and TypeMethodDescriptionstatic String
OAuthUtil.createIdToken
(String issuer, org.springframework.security.core.Authentication authentication, AuthorizationRequestVO authorizationRequest, OAuthClient oAuthClient, Long clientTokenExpireTime, org.springframework.context.MessageSource messageSource) This method creates the id_token for the user who wishes to access the client application.