Uses of Interface
org.opensaml.saml.saml2.metadata.ContactPerson
Packages that use ContactPerson
Package
Description
Concrete definitions of the objects described in saml-metadata-2.0-os work.
Concrete implementations of the metadata APIs.
-
Uses of ContactPerson in org.opensaml.saml.saml2.metadata
Methods in org.opensaml.saml.saml2.metadata that return types with arguments of type ContactPersonModifier and TypeMethodDescriptionEntityDescriptor.getContactPersons()Get the contact people for this entity.RoleDescriptor.getContactPersons()Gets an immutable list ofContactPersons for this role. -
Uses of ContactPerson in org.opensaml.saml.saml2.metadata.impl
Classes in org.opensaml.saml.saml2.metadata.impl that implement ContactPersonFields in org.opensaml.saml.saml2.metadata.impl with type parameters of type ContactPersonModifier and TypeFieldDescriptionprivate final XMLObjectChildrenList<ContactPerson>EntityDescriptorImpl.contactPersonsContact persons for this entity.private final XMLObjectChildrenList<ContactPerson>RoleDescriptorImpl.contactPersonsContact persons for this role.Methods in org.opensaml.saml.saml2.metadata.impl that return ContactPersonModifier and TypeMethodDescriptionContactPersonBuilder.buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.ContactPersonBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.Methods in org.opensaml.saml.saml2.metadata.impl that return types with arguments of type ContactPersonModifier and TypeMethodDescriptionEntityDescriptorImpl.getContactPersons()Get the contact people for this entity.RoleDescriptorImpl.getContactPersons()Gets an immutable list ofContactPersons for this role.