Uses of Class
org.keycloak.dom.saml.v2.metadata.ContactType
Package
Description
-
Uses of ContactType in org.keycloak.dom.saml.v2.metadata
Modifier and TypeFieldDescriptionprotected List<ContactType>
EntityDescriptorType.contactPerson
protected List<ContactType>
RoleDescriptorType.contactPerson
Modifier and TypeMethodDescriptionEntityDescriptorType.getContactPerson()
Gets the value of the contactPerson property.RoleDescriptorType.getContactPerson()
Gets the value of the contactPerson property.Modifier and TypeMethodDescriptionvoid
EntityDescriptorType.addContactPerson
(ContactType ct) Add aContactType
contact personvoid
RoleDescriptorType.addContactPerson
(ContactType contact) Add contactvoid
EntityDescriptorType.removeContactPerson
(ContactType ct) void
RoleDescriptorType.removeContactPerson
(ContactType contact) remove contact -
Uses of ContactType in org.keycloak.saml.processing.core.parsers.saml.metadata
Modifier and TypeMethodDescriptionprotected ContactType
SAMLContactPersonParser.instantiateElement
(XMLEventReader xmlEventReader, StartElement element) Modifier and TypeMethodDescriptionprotected void
SAMLContactPersonParser.processSubElement
(XMLEventReader xmlEventReader, ContactType target, SAMLMetadataQNames element, StartElement elementDetail) -
Uses of ContactType in org.keycloak.saml.processing.core.saml.v2.writers