Class UIInfoFactoryBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<UIInfo>, org.springframework.beans.factory.InitializingBean

    public class UIInfoFactoryBean
    extends AbstractSAMLObjectBuilderFactoryBean<UIInfo>
    A Spring factory bean for creating UIInfo objects.
    Author:
    Martin Lindström (martin.lindstrom@litsec.se)
    See Also:
    UIInfoBuilder
    • Constructor Detail

      • UIInfoFactoryBean

        public UIInfoFactoryBean()
        Constructor.
    • Method Detail

      • setDisplayNames

        public void setDisplayNames​(List<LocalizedString> displayNames)
        Assigns the display names.
        Parameters:
        displayNames - the names
      • setKeywords

        public void setKeywords​(Map<String,​List<String>> keywords)
        Assigns the keywords.
        Parameters:
        keywords - the keywords where the map keys are language tags
      • setDescriptions

        public void setDescriptions​(List<LocalizedString> descriptions)
        Assigns the descriptions.
        Parameters:
        descriptions - the descriptions
      • setLogos

        public void setLogos​(List<Logo> logos)
        Assigns the logotypes.
        Parameters:
        logos - the logos (will be cloned before assignment)
      • setInformationURLs

        public void setInformationURLs​(List<LocalizedString> informationURLs)
        Assigns the information URL:s.
        Parameters:
        informationURLs - the information URL:s
      • setPrivacyStatementURLs

        public void setPrivacyStatementURLs​(List<LocalizedString> privacyStatementURLs)
        Assigns the privacy statement URL:s.
        Parameters:
        privacyStatementURLs - the URL:s
      • getObjectType

        public Class<?> getObjectType()
        Specified by:
        getObjectType in interface org.springframework.beans.factory.FactoryBean<UIInfo>
        Specified by:
        getObjectType in class org.springframework.beans.factory.config.AbstractFactoryBean<UIInfo>