Uses of Interface
org.opensaml.saml.saml2.metadata.Extensions
-
Packages that use Extensions Package Description org.opensaml.saml.metadata.resolver.filter.impl Implementation of the resolver filters.org.opensaml.saml.saml2.metadata Concrete definitions of the objects described in saml-metadata-2.0-os work.org.opensaml.saml.saml2.metadata.impl Concrete implementations of the metadata APIs. -
-
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 Extensions Modifier and Type Field Description private SAMLObjectBuilder<Extensions>AlgorithmFilter. extBuilderBuilder forExtensions.private SAMLObjectBuilder<Extensions>EntityAttributesFilter. extBuilderBuilder forExtensions.Methods in org.opensaml.saml.metadata.resolver.filter.impl that return Extensions Modifier and Type Method Description protected 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 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. -
Uses of Extensions in org.opensaml.saml.saml2.metadata.impl
Classes in org.opensaml.saml.saml2.metadata.impl that implement Extensions Modifier and Type Class Description classExtensionsImplImplementation ofExtensions.Fields in org.opensaml.saml.saml2.metadata.impl declared as Extensions Modifier and Type Field Description private ExtensionsAffiliationDescriptorImpl. extensionsExtensions child.private ExtensionsContactPersonImpl. extensionsExtensions child object.private ExtensionsEntitiesDescriptorImpl. extensionsExtensions child.private ExtensionsEntityDescriptorImpl. extensionsExtensions child.private ExtensionsOrganizationImpl. extensionselement extensions.private ExtensionsRoleDescriptorImpl. extensionsExtensions child.Methods in org.opensaml.saml.saml2.metadata.impl that return Extensions Modifier and Type Method Description ExtensionsExtensionsBuilder. buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.ExtensionsExtensionsBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.ExtensionsAffiliationDescriptorImpl. getExtensions()Gets the Extensions child of this object.ExtensionsContactPersonImpl. getExtensions()Gets the Extensions child of this object.ExtensionsEntitiesDescriptorImpl. getExtensions()Gets the Extensions child of this object.ExtensionsEntityDescriptorImpl. getExtensions()Gets the Extensions child of this object.ExtensionsOrganizationImpl. getExtensions()Gets the Extensions child of this object.ExtensionsRoleDescriptorImpl. getExtensions()Gets the Extensions child of this object.Methods in org.opensaml.saml.saml2.metadata.impl with parameters of type Extensions Modifier and Type Method Description voidAffiliationDescriptorImpl. 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.
-