Uses of Interface
org.opensaml.saml.saml2.metadata.Organization
-
Packages that use Organization 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 Organization in org.opensaml.saml.saml2.metadata
Methods in org.opensaml.saml.saml2.metadata that return Organization Modifier and Type Method Description OrganizationEntityDescriptor. getOrganization()Gets the organization for this entity.OrganizationRoleDescriptor. getOrganization()Gets the organization responsible for this role.Methods in org.opensaml.saml.saml2.metadata with parameters of type Organization Modifier and Type Method Description voidEntityDescriptor. setOrganization(Organization organization)Sets the organization for this entity.voidRoleDescriptor. setOrganization(Organization organization)Sets the organization responsible for this role. -
Uses of Organization in org.opensaml.saml.saml2.metadata.impl
Classes in org.opensaml.saml.saml2.metadata.impl that implement Organization Modifier and Type Class Description classOrganizationImplConcrete implementation ofOrganization.Fields in org.opensaml.saml.saml2.metadata.impl declared as Organization Modifier and Type Field Description private OrganizationEntityDescriptorImpl. organizationOrganization the administers this entity.private OrganizationRoleDescriptorImpl. organizationOrganization administering this role.Methods in org.opensaml.saml.saml2.metadata.impl that return Organization Modifier and Type Method Description OrganizationOrganizationBuilder. buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.OrganizationOrganizationBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.OrganizationEntityDescriptorImpl. getOrganization()Gets the organization for this entity.OrganizationRoleDescriptorImpl. getOrganization()Gets the organization responsible for this role.Methods in org.opensaml.saml.saml2.metadata.impl with parameters of type Organization Modifier and Type Method Description voidEntityDescriptorImpl. setOrganization(Organization newOrganization)Sets the organization for this entity.voidRoleDescriptorImpl. setOrganization(Organization org)Sets the organization responsible for this role.
-