Uses of Interface
org.opensaml.saml.saml2.metadata.Company
Packages that use Company
Package
Description
Concrete definitions of the objects described in saml-metadata-2.0-os work.
Concrete implementations of SAML 2.0 metadata objects.
-
Uses of Company in org.opensaml.saml.saml2.metadata
Methods in org.opensaml.saml.saml2.metadata that return CompanyModifier and TypeMethodDescriptionContactPerson.getCompany()Gets the company this contact person is associated with.Methods in org.opensaml.saml.saml2.metadata with parameters of type CompanyModifier and TypeMethodDescriptionvoidContactPerson.setCompany(Company company) Sets the company this contact person is associated with. -
Uses of Company in org.opensaml.saml.saml2.metadata.impl
Classes in org.opensaml.saml.saml2.metadata.impl that implement CompanyFields in org.opensaml.saml.saml2.metadata.impl declared as CompanyModifier and TypeFieldDescriptionprivate CompanyContactPersonImpl.companyCompany child element.Methods in org.opensaml.saml.saml2.metadata.impl that return CompanyModifier and TypeMethodDescriptionCompanyBuilder.buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.CompanyBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.ContactPersonImpl.getCompany()Gets the company this contact person is associated with.Methods in org.opensaml.saml.saml2.metadata.impl with parameters of type CompanyModifier and TypeMethodDescriptionvoidContactPersonImpl.setCompany(Company theCompany) Sets the company this contact person is associated with.