Uses of Interface
org.opensaml.saml.saml2.metadata.ContactPerson
Packages that use ContactPerson
Package
Description
Implementation of Velocity-based metadata generation.
Concrete definitions of the objects described in saml-metadata-2.0-os work.
Concrete implementations of SAML 2.0 metadata objects.
-
Uses of ContactPerson in org.opensaml.saml.metadata.generator.impl
Methods in org.opensaml.saml.metadata.generator.impl that return types with arguments of type ContactPersonModifier and TypeMethodDescriptiondefault List<ContactPerson>MetadataGeneratorParameters.getContactPersons()Get the contacts. -
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 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.RoleDescriptorXSAnyAdapter.contactPersonsContactPerson children.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 list ofContactPersons for this role.RoleDescriptorXSAnyAdapter.getContactPersons()Gets list ofContactPersons for this role.