Uses of Class
net.shibboleth.idp.attribute.resolver.ad.mapped.impl.ValueMap
Packages that use ValueMap
Package
Description
A
DataConnector implementation that maps from a given set of
source value to an output value.Contains the parsers for the
MappedAttributeDefinition
and its child elements.-
Uses of ValueMap in net.shibboleth.idp.attribute.resolver.ad.mapped.impl
Fields in net.shibboleth.idp.attribute.resolver.ad.mapped.impl with type parameters of type ValueMapMethods in net.shibboleth.idp.attribute.resolver.ad.mapped.impl that return types with arguments of type ValueMapModifier and TypeMethodDescriptionMappedAttributeDefinition.getValueMaps()Gets the functions used to map an input value to an output value.Method parameters in net.shibboleth.idp.attribute.resolver.ad.mapped.impl with type arguments of type ValueMapModifier and TypeMethodDescriptionvoidMappedAttributeDefinition.setValueMaps(Collection<ValueMap> mappings) Sets the functions used to map an input value to an output value. -
Uses of ValueMap in net.shibboleth.idp.attribute.resolver.spring.ad.mapped.impl
Methods in net.shibboleth.idp.attribute.resolver.spring.ad.mapped.impl that return types with arguments of type ValueMap