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
FieldsModifier and TypeFieldDescriptionprotected List<LocalizedNameType>protected List<LocalizedNameType>protected List<LocalizedURIType>protected List<KeywordsType>protected List<LocalizedURIType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDescription(LocalizedNameType description) voidaddDisplayName(LocalizedNameType displayName) voidaddInformationURL(LocalizedURIType informationURL) voidaddKeywords(KeywordsType keywords) voidvoidaddPrivacyStatementURL(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
-