Uses of Interface
org.opensaml.saml.saml2.core.NameIDMappingRequest
Packages that use NameIDMappingRequest
Package
Description
Implementations of SAML 2.0 core specification types and elements.
Implementations of SAML 2.0 profile behavior.
-
Uses of NameIDMappingRequest in org.opensaml.saml.saml2.core.impl
Classes in org.opensaml.saml.saml2.core.impl that implement NameIDMappingRequestMethods in org.opensaml.saml.saml2.core.impl that return NameIDMappingRequestModifier and TypeMethodDescriptionNameIDMappingRequestBuilder.buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.NameIDMappingRequestBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name. -
Uses of NameIDMappingRequest in org.opensaml.saml.saml2.profile.impl
Methods in org.opensaml.saml.saml2.profile.impl with parameters of type NameIDMappingRequestModifier and TypeMethodDescriptionprivate voidDecryptNameIDs.processNameIDMappingRequest(ProfileRequestContext profileRequestContext, NameIDMappingRequest request) Decrypt anyEncryptedIDfound in a NameIDMappingRequest and replace it with the result.private voidEncryptNameIDs.processNameIDMappingRequest(NameIDMappingRequest request) Encrypt aNameIDfound in a NameIDMappingRequest and replace it with the result.