public class UIInfoFactoryBean extends AbstractSAMLObjectBuilderFactoryBean<UIInfo>
UIInfo
objects.UIInfoBuilder
Constructor and Description |
---|
UIInfoFactoryBean()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractSAMLObjectBuilder<UIInfo> |
builder()
Returns the builder.
|
Class<?> |
getObjectType() |
void |
setDescriptions(List<LocalizedString> descriptions)
Assigns the descriptions.
|
void |
setDisplayNames(List<LocalizedString> displayNames)
Assigns the display names.
|
void |
setInformationURLs(List<LocalizedString> informationURLs)
Assigns the information URL:s.
|
void |
setKeywords(List<String> keywords)
Assigns a set of keywords that do not have the language tag.
|
void |
setKeywords(Map<String,List<String>> keywords)
Assigns the keywords.
|
void |
setLogos(List<Logo> logos)
Assigns the logotypes.
|
void |
setPrivacyStatementURLs(List<LocalizedString> privacyStatementURLs)
Assigns the privacy statement URL:s.
|
createInstance, localizedStringListToVarArgs, stringListToVarArgs, toVarArgs
public void setDisplayNames(List<LocalizedString> displayNames)
displayNames
- the namespublic void setKeywords(Map<String,List<String>> keywords)
keywords
- the keywords where the map keys are language tagspublic void setKeywords(List<String> keywords)
keywords
- the keywordspublic void setDescriptions(List<LocalizedString> descriptions)
descriptions
- the descriptionspublic void setLogos(List<Logo> logos)
logos
- the logos (will be cloned before assignment)public void setInformationURLs(List<LocalizedString> informationURLs)
informationURLs
- the information URL:spublic void setPrivacyStatementURLs(List<LocalizedString> privacyStatementURLs)
privacyStatementURLs
- the URL:sprotected AbstractSAMLObjectBuilder<UIInfo> builder()
builder
in class AbstractSAMLObjectBuilderFactoryBean<UIInfo>
Copyright © 2018 Litsec AB. All rights reserved.