Uses of Interface
org.opensaml.saml.saml2.metadata.Company
-
Packages that use Company 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 Company in org.opensaml.saml.saml2.metadata
Methods in org.opensaml.saml.saml2.metadata that return Company Modifier and Type Method Description CompanyContactPerson. getCompany()Gets the company this contact person is associated with.Methods in org.opensaml.saml.saml2.metadata with parameters of type Company Modifier and Type Method Description voidContactPerson. 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 Company Modifier and Type Class Description classCompanyImplConcrete implementation ofCompany.Fields in org.opensaml.saml.saml2.metadata.impl declared as Company Modifier and Type Field Description private CompanyContactPersonImpl. companyCompany child element.Methods in org.opensaml.saml.saml2.metadata.impl that return Company Modifier and Type Method Description CompanyCompanyBuilder. buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.CompanyCompanyBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.CompanyContactPersonImpl. getCompany()Gets the company this contact person is associated with.Methods in org.opensaml.saml.saml2.metadata.impl with parameters of type Company Modifier and Type Method Description voidContactPersonImpl. setCompany(Company theCompany)Sets the company this contact person is associated with.
-