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

    Fields
    Modifier and Type
    Field
    Description
    protected Document
     
    static final String
     
    static final String
     

    Fields inherited from class org.keycloak.dom.saml.v2.metadata.ContactType

    company, contactType, emailAddress, extensions, givenName, surName, telephoneNumber

    Fields inherited from class org.keycloak.dom.saml.v2.metadata.TypeWithOtherAttributes

    otherAttributes
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
    protected void
    addQualifier(String qualifier)
     
     

    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, setSurName

    Methods inherited from class org.keycloak.dom.saml.v2.metadata.TypeWithOtherAttributes

    addOtherAttribute, getOtherAttributes, removeOtherAttribute

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • 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

      protected void addQualifier(String qualifier)
    • addExtensionElement

      protected void addExtensionElement(String name, String value)