Class Saml2MetadataLookup

java.lang.Object
com.tremolosecurity.proxy.auth.saml2.Saml2MetadataLookup

public class Saml2MetadataLookup extends Object
  • Constructor Details

    • Saml2MetadataLookup

      public Saml2MetadataLookup(String metadataURL, String sigCertName)
  • Method Details

    • pullMetaData

      public void pullMetaData() throws Exception
      Throws:
      Exception
    • getMetadataURL

      public String getMetadataURL()
    • getEntityID

      public String getEntityID()
    • getSsoPostURL

      public String getSsoPostURL()
    • getSsoRedirectURL

      public String getSsoRedirectURL()
    • getSloRedirectURL

      public String getSloRedirectURL()
    • getSloPostURL

      public String getSloPostURL()
    • getSigCertName

      public String getSigCertName()