Class VertxTokenValidationHelper
- java.lang.Object
-
- io.mosip.kernel.auth.defaultadapter.helper.VertxTokenValidationHelper
-
@Lazy @Component public class VertxTokenValidationHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description VertxTokenValidationHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.mosip.kernel.core.authmanager.authadapter.model.MosipUserDtogetTokenValidatedVertxUserResponse(org.springframework.web.client.RestTemplate restTemplate, io.vertx.ext.web.RoutingContext routingContext, String[] roles)
-
-
-
Method Detail
-
getTokenValidatedVertxUserResponse
public io.mosip.kernel.core.authmanager.authadapter.model.MosipUserDto getTokenValidatedVertxUserResponse(org.springframework.web.client.RestTemplate restTemplate, io.vertx.ext.web.RoutingContext routingContext, String[] roles) throws com.fasterxml.jackson.core.JsonParseException, com.fasterxml.jackson.databind.JsonMappingException, IOException- Throws:
com.fasterxml.jackson.core.JsonParseExceptioncom.fasterxml.jackson.databind.JsonMappingExceptionIOException
-
-