Uses of Interface
org.opensaml.saml.saml2.metadata.Extensions
Packages that use Extensions
Package
Description
Implementation of Metadata Filters.
Concrete definitions of the objects described in saml-metadata-2.0-os work.
Concrete implementations of SAML 2.0 metadata objects.
-
Uses of Extensions in org.opensaml.saml.metadata.resolver.filter.impl
Fields in org.opensaml.saml.metadata.resolver.filter.impl with type parameters of type ExtensionsModifier and TypeFieldDescriptionprivate final SAMLObjectBuilder<Extensions>AlgorithmFilter.extBuilderBuilder forExtensions.private final SAMLObjectBuilder<Extensions>EntityAttributesFilter.extBuilderBuilder forExtensions.Methods in org.opensaml.saml.metadata.resolver.filter.impl that return ExtensionsModifier and TypeMethodDescriptionprotected ExtensionsAlgorithmFilter.getExtensions(EntityDescriptor descriptor) Return existingExtensionsobject or create it first. -
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. -
Uses of Extensions in org.opensaml.saml.saml2.metadata.impl
Classes in org.opensaml.saml.saml2.metadata.impl that implement ExtensionsFields in org.opensaml.saml.saml2.metadata.impl declared as ExtensionsModifier and TypeFieldDescriptionprivate ExtensionsAffiliationDescriptorImpl.extensionsExtensions child.private ExtensionsContactPersonImpl.extensionsExtensions child object.private ExtensionsEntitiesDescriptorImpl.extensionsExtensions child.private ExtensionsEntityDescriptorImpl.extensionsExtensions child.private ExtensionsOrganizationImpl.extensionselement extensions.private ExtensionsRoleDescriptorImpl.extensionsExtensions child.private ExtensionsRoleDescriptorXSAnyAdapter.extensionsExtensions child.Methods in org.opensaml.saml.saml2.metadata.impl that return ExtensionsModifier and TypeMethodDescriptionExtensionsBuilder.buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.ExtensionsBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.AffiliationDescriptorImpl.getExtensions()Gets the Extensions child of this object.ContactPersonImpl.getExtensions()Gets the Extensions child of this object.EntitiesDescriptorImpl.getExtensions()Gets the Extensions child of this object.EntityDescriptorImpl.getExtensions()Gets the Extensions child of this object.OrganizationImpl.getExtensions()Gets the Extensions child of this object.RoleDescriptorImpl.getExtensions()Gets the Extensions child of this object.RoleDescriptorXSAnyAdapter.getExtensions()Gets the Extensions child of this object.Methods in org.opensaml.saml.saml2.metadata.impl with parameters of type ExtensionsModifier and TypeMethodDescriptionvoidAffiliationDescriptorImpl.setExtensions(Extensions theExtensions) Sets the Extensions child of this object.voidContactPersonImpl.setExtensions(Extensions theExtensions) Sets the Extensions child of this object.voidEntitiesDescriptorImpl.setExtensions(Extensions newExtensions) Sets the Extensions child of this object.voidEntityDescriptorImpl.setExtensions(Extensions newExtensions) Sets the Extensions child of this object.voidOrganizationImpl.setExtensions(Extensions newExtensions) Sets the Extensions child of this object.voidRoleDescriptorImpl.setExtensions(Extensions ext) Sets the Extensions child of this object.voidRoleDescriptorXSAnyAdapter.setExtensions(Extensions newExtensions) Sets the Extensions child of this object.