Uses of Interface
org.opensaml.saml.saml2.metadata.ContactPerson
-
Packages that use ContactPerson Package Description org.opensaml.saml.saml2.metadata Concrete definitions of the objects described in saml-metadata-2.0-os work.org.opensaml.saml.saml2.metadata.impl 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 ContactPerson Modifier and Type Method Description List<ContactPerson>EntityDescriptor. getContactPersons()Get the contact people for this entity.List<ContactPerson>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 ContactPerson Modifier and Type Class Description classContactPersonImplConcrete implementation ofContactPerson.Fields in org.opensaml.saml.saml2.metadata.impl with type parameters of type ContactPerson Modifier and Type Field Description private XMLObjectChildrenList<ContactPerson>EntityDescriptorImpl. contactPersonsContact persons for this entity.private XMLObjectChildrenList<ContactPerson>RoleDescriptorImpl. contactPersonsContact persons for this role.Methods in org.opensaml.saml.saml2.metadata.impl that return ContactPerson Modifier and Type Method Description ContactPersonContactPersonBuilder. buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.ContactPersonContactPersonBuilder. 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 ContactPerson Modifier and Type Method Description List<ContactPerson>EntityDescriptorImpl. getContactPersons()Get the contact people for this entity.List<ContactPerson>RoleDescriptorImpl. getContactPersons()Gets an immutable list ofContactPersons for this role.
-