Package org.keycloak.dom.saml.v2.mdui
Class UIInfoType
java.lang.Object
org.keycloak.dom.saml.v2.mdui.UIInfoType
- All Implemented Interfaces:
Serializable
*
Java class for UIInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<element name="UIInfo" type="mdui:UIInfoType"/> <complexType name="UIInfoType"> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="mdui:DisplayName"/> <element ref="mdui:Description"/> <element ref="mdui:Keywords"/> <element ref="mdui:Logo"/> <element ref="mdui:InformationURL"/> <element ref="mdui:PrivacyStatementURL"/> <any namespace="##other" processContents="lax"/> </choice> </complexType>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<LocalizedNameType>
protected List<LocalizedNameType>
protected List<LocalizedURIType>
protected List<KeywordsType>
protected List<LocalizedURIType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addDescription
(LocalizedNameType description) void
addDisplayName
(LocalizedNameType displayName) void
addInformationURL
(LocalizedURIType informationURL) void
addKeywords
(KeywordsType keywords) void
void
addPrivacyStatementURL
(LocalizedURIType privacyStatementURL) getLogo()
-
Field Details
-
displayName
-
description
-
keywords
-
informationURL
-
privacyStatementURL
-
logo
-
-
Constructor Details
-
UIInfoType
public UIInfoType()
-
-
Method Details
-
addDisplayName
-
addDescription
-
addKeywords
-
addInformationURL
-
addPrivacyStatementURL
-
addLogo
-
getDisplayName
-
getDescription
-
getKeywords
-
getInformationURL
-
getPrivacyStatementURL
-
getLogo
-