Uses of Interface
org.opensaml.saml.saml2.metadata.Extensions
Packages that use Extensions
Package
Description
Concrete definitions of the objects described in saml-metadata-2.0-os work.
-
Uses of Extensions in org.opensaml.saml.saml2.metadata
Methods in org.opensaml.saml.saml2.metadata that return ExtensionsModifier and TypeMethodDescriptionAffiliationDescriptor.getExtensions()Gets the Extensions child of this object.ContactPerson.getExtensions()Gets the Extensions child of this object.EntitiesDescriptor.getExtensions()Gets the Extensions child of this object.EntityDescriptor.getExtensions()Gets the Extensions child of this object.Organization.getExtensions()Gets the Extensions child of this object.RoleDescriptor.getExtensions()Gets the Extensions child of this object.Methods in org.opensaml.saml.saml2.metadata with parameters of type ExtensionsModifier and TypeMethodDescriptionvoidAffiliationDescriptor.setExtensions(Extensions extensions) Sets the Extensions child of this object.voidContactPerson.setExtensions(Extensions extensions) Sets the Extensions child of this object.voidEntitiesDescriptor.setExtensions(Extensions extensions) Sets the Extensions child of this object.voidEntityDescriptor.setExtensions(Extensions extensions) Sets the Extensions child of this object.voidOrganization.setExtensions(Extensions extensions) Sets the Extensions child of this object.voidRoleDescriptor.setExtensions(Extensions extensions) Sets the Extensions child of this object.