Class SpidOtherContactType
java.lang.Object
org.keycloak.dom.saml.v2.metadata.TypeWithOtherAttributes
org.keycloak.dom.saml.v2.metadata.ContactType
net.optionfactory.keycloak.spid.metadata.extensions.SpidOtherContactType
public abstract class SpidOtherContactType
extends org.keycloak.dom.saml.v2.metadata.ContactType
-
Field Summary
FieldsFields inherited from class org.keycloak.dom.saml.v2.metadata.ContactType
company, contactType, emailAddress, extensions, givenName, surName, telephoneNumberFields inherited from class org.keycloak.dom.saml.v2.metadata.TypeWithOtherAttributes
otherAttributes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddExtensionElement(String name, String value) protected voidaddQualifier(String qualifier) static Optional<SpidOtherContactType>build(SpidIdentityProviderConfig config) Methods inherited from class org.keycloak.dom.saml.v2.metadata.ContactType
addEmailAddress, addTelephone, getCompany, getContactType, getEmailAddress, getExtensions, getGivenName, getSurName, getTelephoneNumber, removeEmailAddress, removeTelephone, setCompany, setContactType, setExtensions, setGivenName, setSurNameMethods inherited from class org.keycloak.dom.saml.v2.metadata.TypeWithOtherAttributes
addOtherAttribute, getOtherAttributes, removeOtherAttribute
-
Field Details
-
XMLNS_NS
- See Also:
-
SPID_METADATA_EXTENSIONS_NS
- See Also:
-
doc
-
-
Constructor Details
-
SpidOtherContactType
protected SpidOtherContactType(SpidIdentityProviderConfig config) throws org.keycloak.saml.common.exceptions.ConfigurationException - Throws:
org.keycloak.saml.common.exceptions.ConfigurationException
-
-
Method Details
-
build
public static Optional<SpidOtherContactType> build(SpidIdentityProviderConfig config) throws org.keycloak.saml.common.exceptions.ConfigurationException - Throws:
org.keycloak.saml.common.exceptions.ConfigurationException
-
addQualifier
-
addExtensionElement
-