public class RequestedAttributesMapper extends AbstractSAMLAttributesMapper<org.opensaml.saml.saml2.metadata.RequestedAttribute,IdPRequestedAttribute>
List of SAML2 RequestedAttribute into a
Multimap going from (SAML2) attributeId to IdPRequestedAttributes.| Constructor and Description |
|---|
RequestedAttributesMapper()
Default constructor.
|
RequestedAttributesMapper(net.shibboleth.idp.attribute.resolver.AttributeResolver resolver)
Generate a specific mapper to go from
RequestedAttribute to IdPRequestedAttribute 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 RequestedAttributesMapper()
public RequestedAttributesMapper(@Nonnull net.shibboleth.idp.attribute.resolver.AttributeResolver resolver)
RequestedAttribute to IdPRequestedAttribute by inverting
the function of the mappers in the profiled AttributeResolver.resolver - resolver to invertCopyright © 1999–2017 Shibboleth Consortium. All rights reserved.