Class SAML2MetadataUIInfo

java.lang.Object
org.pac4j.saml.metadata.SAML2MetadataUIInfo

public class SAML2MetadataUIInfo extends Object
This is SAML2MetadataUIInfo that allows one to specify metadata UI information in saml2 metadata generation.
Since:
4.0.0
Author:
Misagh Moayyed
  • Constructor Details

    • SAML2MetadataUIInfo

      public SAML2MetadataUIInfo()
  • Method Details

    • getLogos

      Getter for the field logos.

      Returns:
      a List object
    • setLogos

      public void setLogos(List<SAML2MetadataUIInfo.SAML2MetadataUILogo> logos)

      Setter for the field logos.

      Parameters:
      logos - a List object
    • getDisplayNames

      public List<String> getDisplayNames()

      Getter for the field displayNames.

      Returns:
      a List object
    • setDisplayNames

      public void setDisplayNames(List<String> displayNames)

      Setter for the field displayNames.

      Parameters:
      displayNames - a List object
    • getDescriptions

      public List<String> getDescriptions()

      Getter for the field descriptions.

      Returns:
      a List object
    • setDescriptions

      public void setDescriptions(List<String> descriptions)

      Setter for the field descriptions.

      Parameters:
      descriptions - a List object
    • getKeywords

      public List<String> getKeywords()

      Getter for the field keywords.

      Returns:
      a List object
    • setKeywords

      public void setKeywords(List<String> keywords)

      Setter for the field keywords.

      Parameters:
      keywords - a List object
    • getInformationUrls

      public List<String> getInformationUrls()

      Getter for the field informationUrls.

      Returns:
      a List object
    • setInformationUrls

      public void setInformationUrls(List<String> informationUrls)

      Setter for the field informationUrls.

      Parameters:
      informationUrls - a List object
    • getPrivacyUrls

      public List<String> getPrivacyUrls()

      Getter for the field privacyUrls.

      Returns:
      a List object
    • setPrivacyUrls

      public void setPrivacyUrls(List<String> privacyUrls)

      Setter for the field privacyUrls.

      Parameters:
      privacyUrls - a List object