Uses of Interface
org.opensaml.saml.saml2.metadata.NameIDFormat
Packages that use NameIDFormat
Package
Description
Interfaces for SAML 2 Metadata Profile for Standalone Query Requesters.
Implementation for SAML v2.0 Metadata Extension for Stand-Alone Query Requesters.
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 NameIDFormat in org.opensaml.saml.ext.saml2mdquery
Methods in org.opensaml.saml.ext.saml2mdquery that return types with arguments of type NameIDFormatModifier and TypeMethodDescriptionQueryDescriptorType.getNameIDFormat()Gets the list of name ID formats supported by this query service. -
Uses of NameIDFormat in org.opensaml.saml.ext.saml2mdquery.impl
Fields in org.opensaml.saml.ext.saml2mdquery.impl with type parameters of type NameIDFormatModifier and TypeFieldDescriptionprivate final XMLObjectChildrenList<NameIDFormat>QueryDescriptorTypeImpl.nameIDFormatsSupported NameID formats.Methods in org.opensaml.saml.ext.saml2mdquery.impl that return types with arguments of type NameIDFormatModifier and TypeMethodDescriptionQueryDescriptorTypeImpl.getNameIDFormat()Gets the list of name ID formats supported by this query service. -
Uses of NameIDFormat in org.opensaml.saml.metadata.resolver.filter.impl
Fields in org.opensaml.saml.metadata.resolver.filter.impl with type parameters of type NameIDFormatModifier and TypeFieldDescriptionprivate final SAMLObjectBuilder<NameIDFormat>NameIDFormatFilter.formatBuilderBuilder forNameIDFormat. -
Uses of NameIDFormat in org.opensaml.saml.saml2.metadata
Methods in org.opensaml.saml.saml2.metadata that return types with arguments of type NameIDFormatModifier and TypeMethodDescriptionAttributeAuthorityDescriptor.getNameIDFormats()Gets a list of NameID formats supported by this authority.AuthnAuthorityDescriptor.getNameIDFormats()Gets the list of supported name ID formats for this authority.PDPDescriptor.getNameIDFormats()Gets the list of NameID formats this service supports.SSODescriptor.getNameIDFormats()Gets the list of NameID formats this service supports. -
Uses of NameIDFormat in org.opensaml.saml.saml2.metadata.impl
Classes in org.opensaml.saml.saml2.metadata.impl that implement NameIDFormatFields in org.opensaml.saml.saml2.metadata.impl with type parameters of type NameIDFormatModifier and TypeFieldDescriptionprivate final XMLObjectChildrenList<NameIDFormat>AttributeAuthorityDescriptorImpl.nameFormatsSupported NameID formats.private final XMLObjectChildrenList<NameIDFormat>AuthnAuthorityDescriptorImpl.nameIDFormatsNameID formats supported by this descriptor.private final XMLObjectChildrenList<NameIDFormat>PDPDescriptorImpl.nameIDFormatsNameIDFormat children.private final XMLObjectChildrenList<NameIDFormat>SSODescriptorImpl.nameIDFormatsNameID formats supported by this entity.Methods in org.opensaml.saml.saml2.metadata.impl that return NameIDFormatModifier and TypeMethodDescriptionNameIDFormatBuilder.buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.NameIDFormatBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.Methods in org.opensaml.saml.saml2.metadata.impl that return types with arguments of type NameIDFormatModifier and TypeMethodDescriptionAttributeAuthorityDescriptorImpl.getNameIDFormats()Gets a list of NameID formats supported by this authority.AuthnAuthorityDescriptorImpl.getNameIDFormats()Gets the list of supported name ID formats for this authority.PDPDescriptorImpl.getNameIDFormats()Gets the list of NameID formats this service supports.SSODescriptorImpl.getNameIDFormats()Gets the list of NameID formats this service supports.