Uses of Class
org.keycloak.dom.saml.v2.metadata.ContactType
Packages that use ContactType
Package
Description
-
Uses of ContactType in org.keycloak.dom.saml.v2.metadata
Fields in org.keycloak.dom.saml.v2.metadata with type parameters of type ContactTypeModifier and TypeFieldDescriptionprotected List<ContactType>EntityDescriptorType.contactPersonprotected List<ContactType>RoleDescriptorType.contactPersonMethods in org.keycloak.dom.saml.v2.metadata that return types with arguments of type ContactTypeModifier and TypeMethodDescriptionEntityDescriptorType.getContactPerson()Gets the value of the contactPerson property.RoleDescriptorType.getContactPerson()Gets the value of the contactPerson property.Methods in org.keycloak.dom.saml.v2.metadata with parameters of type ContactTypeModifier and TypeMethodDescriptionvoidEntityDescriptorType.addContactPerson(ContactType ct) Add aContactTypecontact personvoidRoleDescriptorType.addContactPerson(ContactType contact) Add contactvoidEntityDescriptorType.removeContactPerson(ContactType ct) voidRoleDescriptorType.removeContactPerson(ContactType contact) remove contact -
Uses of ContactType in org.keycloak.saml.processing.core.parsers.saml.metadata
Methods in org.keycloak.saml.processing.core.parsers.saml.metadata that return ContactTypeModifier and TypeMethodDescriptionprotected ContactTypeSAMLContactPersonParser.instantiateElement(XMLEventReader xmlEventReader, StartElement element) Methods in org.keycloak.saml.processing.core.parsers.saml.metadata with parameters of type ContactTypeModifier and TypeMethodDescriptionprotected voidSAMLContactPersonParser.processSubElement(XMLEventReader xmlEventReader, ContactType target, SAMLMetadataQNames element, StartElement elementDetail) -
Uses of ContactType in org.keycloak.saml.processing.core.saml.v2.writers
Methods in org.keycloak.saml.processing.core.saml.v2.writers with parameters of type ContactType