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