Class VertxTokenValidationHelper


  • @Lazy
    @Component
    public class VertxTokenValidationHelper
    extends Object
    • Constructor Detail

      • VertxTokenValidationHelper

        public VertxTokenValidationHelper()
    • 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.JsonParseException
        com.fasterxml.jackson.databind.JsonMappingException
        IOException