Uses of Interface
org.opensaml.saml.saml2.metadata.Extensions
-
Packages that use Extensions Package Description org.opensaml.saml.saml2.metadata 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 Extensions Modifier and Type Method Description ExtensionsAffiliationDescriptor. getExtensions()Gets the Extensions child of this object.ExtensionsContactPerson. getExtensions()Gets the Extensions child of this object.ExtensionsEntitiesDescriptor. getExtensions()Gets the Extensions child of this object.ExtensionsEntityDescriptor. getExtensions()Gets the Extensions child of this object.ExtensionsOrganization. getExtensions()Gets the Extensions child of this object.ExtensionsRoleDescriptor. getExtensions()Gets the Extensions child of this object.Methods in org.opensaml.saml.saml2.metadata with parameters of type Extensions Modifier and Type Method Description voidAffiliationDescriptor. 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.
-