Class TypeWithOtherAttributes

java.lang.Object
org.keycloak.dom.saml.v2.metadata.TypeWithOtherAttributes
Direct Known Subclasses:
AffiliationDescriptorType, ContactType, EndpointType, EntityDescriptorType, OrganizationType, RoleDescriptorType

public abstract class TypeWithOtherAttributes extends Object
Abstract base class for types that can have extra attributes
Since:
Dec 10, 2010
Author:
[email protected]
  • Field Details

  • Constructor Details

    • TypeWithOtherAttributes

      public TypeWithOtherAttributes()
  • Method Details

    • addOtherAttribute

      public void addOtherAttribute(QName qame, String value)
      Add other attribute
      Parameters:
      qame -
      value -
    • removeOtherAttribute

      public void removeOtherAttribute(QName qame)
      Remove other attribute
      Parameters:
      qame -
      value -
    • getOtherAttributes

      public Map<QName,String> getOtherAttributes()
      Gets a map that contains attributes that aren't bound to any typed property on this class.
      Returns:
      always non-null