Package org.pac4j.saml.metadata
Class SAML2MetadataUIInfo
java.lang.Object
org.pac4j.saml.metadata.SAML2MetadataUIInfo
This is
SAML2MetadataUIInfo that allows one to specify
metadata UI information in saml2 metadata generation.- Since:
- 4.0.0
- Author:
- Misagh Moayyed
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fielddescriptions.Getter for the fielddisplayNames.Getter for the fieldinformationUrls.Getter for the fieldkeywords.getLogos()Getter for the fieldlogos.Getter for the fieldprivacyUrls.voidsetDescriptions(List<String> descriptions) Setter for the fielddescriptions.voidsetDisplayNames(List<String> displayNames) Setter for the fielddisplayNames.voidsetInformationUrls(List<String> informationUrls) Setter for the fieldinformationUrls.voidsetKeywords(List<String> keywords) Setter for the fieldkeywords.voidSetter for the fieldlogos.voidsetPrivacyUrls(List<String> privacyUrls) Setter for the fieldprivacyUrls.
-
Constructor Details
-
SAML2MetadataUIInfo
public SAML2MetadataUIInfo()
-
-
Method Details
-
getLogos
Getter for the field
logos.- Returns:
- a
Listobject
-
setLogos
Setter for the field
logos.- Parameters:
logos- aListobject
-
getDisplayNames
Getter for the field
displayNames.- Returns:
- a
Listobject
-
setDisplayNames
Setter for the field
displayNames.- Parameters:
displayNames- aListobject
-
getDescriptions
Getter for the field
descriptions.- Returns:
- a
Listobject
-
setDescriptions
Setter for the field
descriptions.- Parameters:
descriptions- aListobject
-
getKeywords
Getter for the field
keywords.- Returns:
- a
Listobject
-
setKeywords
Setter for the field
keywords.- Parameters:
keywords- aListobject
-
getInformationUrls
Getter for the field
informationUrls.- Returns:
- a
Listobject
-
setInformationUrls
Setter for the field
informationUrls.- Parameters:
informationUrls- aListobject
-
getPrivacyUrls
Getter for the field
privacyUrls.- Returns:
- a
Listobject
-
setPrivacyUrls
Setter for the field
privacyUrls.- Parameters:
privacyUrls- aListobject
-