Class OrganizationType
java.lang.Object
org.keycloak.dom.saml.v2.metadata.TypeWithOtherAttributes
org.keycloak.dom.saml.v2.metadata.OrganizationType
Java class for OrganizationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrganizationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}Extensions" minOccurs="0"/> <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}OrganizationName" maxOccurs="unbounded"/> <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}OrganizationDisplayName" maxOccurs="unbounded"/> <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}OrganizationURL" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected ExtensionsType
protected List<LocalizedNameType>
protected List<LocalizedNameType>
protected List<LocalizedURIType>
Fields inherited from class org.keycloak.dom.saml.v2.metadata.TypeWithOtherAttributes
otherAttributes
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Add organization display namevoid
Add an organization namevoid
Add organization urlGets the value of the extensions property.Gets the value of the organizationDisplayName property.Gets the value of the organizationName property.Gets the value of the organizationURL property.void
remove organization display namevoid
remove an organization namevoid
remove organization urlvoid
setExtensions
(ExtensionsType value) Sets the value of the extensions property.Methods inherited from class org.keycloak.dom.saml.v2.metadata.TypeWithOtherAttributes
addOtherAttribute, getOtherAttributes, removeOtherAttribute
-
Field Details
-
extensions
-
organizationName
-
organizationDisplayName
-
organizationURL
-
-
Constructor Details
-
OrganizationType
public OrganizationType()
-
-
Method Details
-
addOrganizationName
Add an organization name- Parameters:
name
-
-
addOrganizationDisplayName
Add organization display name- Parameters:
name
-
-
addOrganizationURL
Add organization url- Parameters:
uri
-
-
removeOrganizationName
remove an organization name- Parameters:
name
-
-
removeOrganizationDisplayName
remove organization display name- Parameters:
name
-
-
removeOrganizationURL
remove organization url- Parameters:
uri
-
-
getExtensions
Gets the value of the extensions property.- Returns:
- possible object is
ExtensionsType
-
setExtensions
Sets the value of the extensions property.- Parameters:
value
- allowed object isExtensionsType
-
getOrganizationName
Gets the value of the organizationName property.Objects of the following type(s) are allowed in the list
LocalizedNameType
-
getOrganizationDisplayName
Gets the value of the organizationDisplayName property.Objects of the following type(s) are allowed in the list
LocalizedNameType
-
getOrganizationURL
Gets the value of the organizationURL property.
-