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.
-
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.