Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.
Comentário: Migration of unmigrated content due to installation of a new plugin
Composition Setup
import.css=/download/attachments/327912/newLayout.css
Portuguese

Pagetitle
getSAMLSvc
getSAMLSvc


Função que recupera as URL's dos serviços já cadastrados que podem utilizar o SAML.

getSAMLSvc () --> array

array (Array)
  • Retorna um array com todas URL's cadastradas

 

Bloco de código
languagecpp
firstline1
linenumberstrue
local aRet := getSAMLSvc()
local i
 
if ValType(aRet) == "A"
  for i := 1 to len(aRet)
    conout("URL VALIDA: " + aRet[i])
  next
endif

 

Protheus 10 , TOTVS Application Server 10 , ByYou Application Server