public class SAML2AttributesMapper extends AbstractSAMLAttributesMapper<org.opensaml.saml.saml2.core.Attribute,IdPAttribute>
List of SAML2 Attribute into a Multimap
going from (SAML2) attributeId to IdPAttributes.| Constructor and Description |
|---|
SAML2AttributesMapper()
Default constructor.
|
SAML2AttributesMapper(net.shibboleth.idp.attribute.resolver.AttributeResolver resolver)
Generate a specific mapper to go from
Attribute to IdPAttribute by inverting
the function of the mappers in the profiled AttributeResolver. |
doInitialize, getMappers, mapAttributes, setMapperssetIdgetIddestroy, doDestroy, initialize, isDestroyed, isInitializedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIdpublic SAML2AttributesMapper()
public SAML2AttributesMapper(@Nonnull net.shibboleth.idp.attribute.resolver.AttributeResolver resolver)
Attribute to IdPAttribute by inverting
the function of the mappers in the profiled AttributeResolver.resolver - resolver to invertCopyright © 1999–2017 Shibboleth Consortium. All rights reserved.