Class UIInfoType

java.lang.Object
org.keycloak.dom.saml.v2.mdui.UIInfoType
All Implemented Interfaces:
Serializable

public class UIInfoType extends Object implements 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: