Uses of Class
net.shibboleth.idp.attribute.resolver.ad.mapped.impl.ValueMap
-
Packages that use ValueMap Package Description net.shibboleth.idp.attribute.resolver.ad.mapped.impl ADataConnectorimplementation that maps from a given set of source value to an output value. -
-
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 ValueMap Modifier and Type Field Description private Set<ValueMap>MappedAttributeDefinition. valueMapsValue maps.Methods in net.shibboleth.idp.attribute.resolver.ad.mapped.impl that return types with arguments of type ValueMap Modifier and Type Method Description Collection<ValueMap>MappedAttributeDefinition. 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 ValueMap Modifier and Type Method Description voidMappedAttributeDefinition. setValueMaps(Collection<ValueMap> mappings)Sets the functions used to map an input value to an output value.
-