Class SpidBillingContactType

java.lang.Object
org.keycloak.dom.saml.v2.metadata.TypeWithOtherAttributes
org.keycloak.dom.saml.v2.metadata.ContactType
net.optionfactory.keycloak.spid.metadata.extensions.SpidBillingContactType
Direct Known Subclasses:
SpidBillingContactTypePrivateSP

public class SpidBillingContactType extends org.keycloak.dom.saml.v2.metadata.ContactType
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected Document
     

    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
     

    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

    • SpidBillingContactType

      protected SpidBillingContactType(SpidIdentityProviderConfig config) throws org.keycloak.saml.common.exceptions.ConfigurationException
      Throws:
      org.keycloak.saml.common.exceptions.ConfigurationException
  • Method Details