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:
- Anil.Saldhana@redhat.com
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<QName,String>otherAttributes
-
Constructor Summary
Constructors Constructor Description TypeWithOtherAttributes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddOtherAttribute(QName qame, String value)Add other attributeMap<QName,String>getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.voidremoveOtherAttribute(QName qame)Remove other attribute
-