Class ServicioApiUrl


  • @Path("/url")
    public class ServicioApiUrl
    extends java.lang.Object
    Permite validar la si un API URL es permitido.
    • Constructor Summary

      Constructors 
      Constructor Description
      ServicioApiUrl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String validarEndpoint​(java.lang.String base64)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ServicioApiUrl

        public ServicioApiUrl()
    • Method Detail

      • validarEndpoint

        @GET
        @Path("{base64}")
        @Produces("text/plain")
        public java.lang.String validarEndpoint​(@PathParam("base64")
                                                java.lang.String base64)