Uses of Interface
org.opensaml.saml.saml2.metadata.Organization
Packages that use Organization
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 Organization in org.opensaml.saml.saml2.metadata
Methods in org.opensaml.saml.saml2.metadata that return OrganizationModifier and TypeMethodDescriptionEntityDescriptor.getOrganization()Gets the organization for this entity.RoleDescriptor.getOrganization()Gets the organization responsible for this role.Methods in org.opensaml.saml.saml2.metadata with parameters of type OrganizationModifier and TypeMethodDescriptionvoidEntityDescriptor.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 OrganizationFields in org.opensaml.saml.saml2.metadata.impl declared as OrganizationModifier and TypeFieldDescriptionprivate OrganizationEntityDescriptorImpl.organizationOrganization the administers this entity.private OrganizationRoleDescriptorImpl.organizationOrganization administering this role.private OrganizationRoleDescriptorXSAnyAdapter.organizationOrganization child.Methods in org.opensaml.saml.saml2.metadata.impl that return OrganizationModifier and TypeMethodDescriptionOrganizationBuilder.buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.OrganizationBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.EntityDescriptorImpl.getOrganization()Gets the organization for this entity.RoleDescriptorImpl.getOrganization()Gets the organization responsible for this role.RoleDescriptorXSAnyAdapter.getOrganization()Gets the organization responsible for this role.Methods in org.opensaml.saml.saml2.metadata.impl with parameters of type OrganizationModifier and TypeMethodDescriptionvoidEntityDescriptorImpl.setOrganization(Organization newOrganization) Sets the organization for this entity.voidRoleDescriptorImpl.setOrganization(Organization org) Sets the organization responsible for this role.voidRoleDescriptorXSAnyAdapter.setOrganization(Organization newOrganization) Sets the organization responsible for this role.