Uses of Interface
org.opensaml.saml.saml2.core.NameIDMappingResponse
Packages that use NameIDMappingResponse
Package
Description
Implementations of SAML 2.0 core specification types and elements.
Implementations of SAML 2.0 profile behavior.
-
Uses of NameIDMappingResponse in org.opensaml.saml.saml2.core.impl
Classes in org.opensaml.saml.saml2.core.impl that implement NameIDMappingResponseMethods in org.opensaml.saml.saml2.core.impl that return NameIDMappingResponseModifier and TypeMethodDescriptionNameIDMappingResponseBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.NameIDMappingResponseBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name. -
Uses of NameIDMappingResponse in org.opensaml.saml.saml2.profile.impl
Methods in org.opensaml.saml.saml2.profile.impl with parameters of type NameIDMappingResponseModifier and TypeMethodDescriptionprivate void
DecryptNameIDs.processNameIDMappingResponse
(ProfileRequestContext profileRequestContext, NameIDMappingResponse response) Decrypt anyEncryptedID
found in a NameIDMappingResponse and replace it with the result.private void
EncryptNameIDs.processNameIDMappingResponse
(NameIDMappingResponse response) Encrypt aNameID
found in a NameIDMappingResponse and replace it with the result.