This file is indexed.

/usr/share/doc/libspring-ldap-java/api/index-all.html is in libspring-ldap-java-doc 1.3.1.RELEASE-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_23) on Mon Jul 25 19:42:54 UTC 2011 -->
<TITLE>
Index
</TITLE>

<META NAME="date" CONTENT="2011-07-25">

<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Index";
    }
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>

</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">
<HR>


<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->

<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_K_">K</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="./org/springframework/transaction/compensating/support/AbstractCompensatingTransactionManagerDelegate.html" title="class in org.springframework.transaction.compensating.support"><B>AbstractCompensatingTransactionManagerDelegate</B></A> - Class in <A HREF="./org/springframework/transaction/compensating/support/package-summary.html">org.springframework.transaction.compensating.support</A><DD>Abstract superclass for Compensating TransactionManager delegates.<DT><A HREF="./org/springframework/transaction/compensating/support/AbstractCompensatingTransactionManagerDelegate.html#AbstractCompensatingTransactionManagerDelegate()"><B>AbstractCompensatingTransactionManagerDelegate()</B></A> - 
Constructor for class org.springframework.transaction.compensating.support.<A HREF="./org/springframework/transaction/compensating/support/AbstractCompensatingTransactionManagerDelegate.html" title="class in org.springframework.transaction.compensating.support">AbstractCompensatingTransactionManagerDelegate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextMapper.html" title="class in org.springframework.ldap.core.support"><B>AbstractContextMapper</B></A> - Class in <A HREF="./org/springframework/ldap/core/support/package-summary.html">org.springframework.ldap.core.support</A><DD>Abstract superclass that may be used instead of implementing
 <A HREF="./org/springframework/ldap/core/ContextMapper.html" title="interface in org.springframework.ldap.core"><CODE>ContextMapper</CODE></A> directly.<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextMapper.html#AbstractContextMapper()"><B>AbstractContextMapper()</B></A> - 
Constructor for class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractContextMapper.html" title="class in org.springframework.ldap.core.support">AbstractContextMapper</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html" title="class in org.springframework.ldap.core.support"><B>AbstractContextSource</B></A> - Class in <A HREF="./org/springframework/ldap/core/support/package-summary.html">org.springframework.ldap.core.support</A><DD>Abstract implementation of the <A HREF="./org/springframework/ldap/core/ContextSource.html" title="interface in org.springframework.ldap.core"><CODE>ContextSource</CODE></A> interface.<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html#AbstractContextSource()"><B>AbstractContextSource()</B></A> - 
Constructor for class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html" title="class in org.springframework.ldap.core.support">AbstractContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/control/AbstractFallbackRequestAndResponseControlDirContextProcessor.html" title="class in org.springframework.ldap.control"><B>AbstractFallbackRequestAndResponseControlDirContextProcessor</B></A> - Class in <A HREF="./org/springframework/ldap/control/package-summary.html">org.springframework.ldap.control</A><DD>Convenient base class useful when implementing a standard DirContextProcessor
 which has a request control and a response control.<DT><A HREF="./org/springframework/ldap/control/AbstractFallbackRequestAndResponseControlDirContextProcessor.html#AbstractFallbackRequestAndResponseControlDirContextProcessor()"><B>AbstractFallbackRequestAndResponseControlDirContextProcessor()</B></A> - 
Constructor for class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/AbstractFallbackRequestAndResponseControlDirContextProcessor.html" title="class in org.springframework.ldap.control">AbstractFallbackRequestAndResponseControlDirContextProcessor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/filter/AbstractFilter.html" title="class in org.springframework.ldap.filter"><B>AbstractFilter</B></A> - Class in <A HREF="./org/springframework/ldap/filter/package-summary.html">org.springframework.ldap.filter</A><DD>Convenience class that implements most of the methods in the Filter
 interface.<DT><A HREF="./org/springframework/ldap/filter/AbstractFilter.html#AbstractFilter()"><B>AbstractFilter()</B></A> - 
Constructor for class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/AbstractFilter.html" title="class in org.springframework.ldap.filter">AbstractFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/simple/AbstractParameterizedContextMapper.html" title="class in org.springframework.ldap.core.simple"><B>AbstractParameterizedContextMapper</B></A>&lt;<A HREF="./org/springframework/ldap/core/simple/AbstractParameterizedContextMapper.html" title="type parameter in AbstractParameterizedContextMapper">T</A>&gt; - Class in <A HREF="./org/springframework/ldap/core/simple/package-summary.html">org.springframework.ldap.core.simple</A><DD>Abstract superclass that may be used instead of implementing
 <A HREF="./org/springframework/ldap/core/simple/ParameterizedContextMapper.html" title="interface in org.springframework.ldap.core.simple"><CODE>ParameterizedContextMapper</CODE></A> directly.<DT><A HREF="./org/springframework/ldap/core/simple/AbstractParameterizedContextMapper.html#AbstractParameterizedContextMapper()"><B>AbstractParameterizedContextMapper()</B></A> - 
Constructor for class org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/AbstractParameterizedContextMapper.html" title="class in org.springframework.ldap.core.simple">AbstractParameterizedContextMapper</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/control/AbstractRequestControlDirContextProcessor.html" title="class in org.springframework.ldap.control"><B>AbstractRequestControlDirContextProcessor</B></A> - Class in <A HREF="./org/springframework/ldap/control/package-summary.html">org.springframework.ldap.control</A><DD>Abstract superclass with responsibility to apply a single RequestControl on
 an LdapContext, preserving any existing controls.<DT><A HREF="./org/springframework/ldap/control/AbstractRequestControlDirContextProcessor.html#AbstractRequestControlDirContextProcessor()"><B>AbstractRequestControlDirContextProcessor()</B></A> - 
Constructor for class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/AbstractRequestControlDirContextProcessor.html" title="class in org.springframework.ldap.control">AbstractRequestControlDirContextProcessor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/AbstractTlsDirContextAuthenticationStrategy.html" title="class in org.springframework.ldap.core.support"><B>AbstractTlsDirContextAuthenticationStrategy</B></A> - Class in <A HREF="./org/springframework/ldap/core/support/package-summary.html">org.springframework.ldap.core.support</A><DD>Abstract superclass for <A HREF="./org/springframework/ldap/core/support/DirContextAuthenticationStrategy.html" title="interface in org.springframework.ldap.core.support"><CODE>DirContextAuthenticationStrategy</CODE></A>
 implementations that apply TLS security to the connections.<DT><A HREF="./org/springframework/ldap/core/support/AbstractTlsDirContextAuthenticationStrategy.html#AbstractTlsDirContextAuthenticationStrategy()"><B>AbstractTlsDirContextAuthenticationStrategy()</B></A> - 
Constructor for class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractTlsDirContextAuthenticationStrategy.html" title="class in org.springframework.ldap.core.support">AbstractTlsDirContextAuthenticationStrategy</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#add(java.lang.String)"><B>add(String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#add(int, java.lang.String)"><B>add(int, String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#add(java.lang.String, java.lang.String)"><B>add(String, String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>Add a new <A HREF="./org/springframework/ldap/core/LdapRdn.html" title="class in org.springframework.ldap.core"><CODE>LdapRdn</CODE></A> using the supplied key and value.
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#add(org.springframework.ldap.core.LdapRdn)"><B>add(LdapRdn)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>Add the supplied <A HREF="./org/springframework/ldap/core/LdapRdn.html" title="class in org.springframework.ldap.core"><CODE>LdapRdn</CODE></A> last in the list of Rdns.
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#add(int, org.springframework.ldap.core.LdapRdn)"><B>add(int, LdapRdn)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>Add the supplied <A HREF="./org/springframework/ldap/core/LdapRdn.html" title="class in org.springframework.ldap.core"><CODE>LdapRdn</CODE></A> att the specified index.
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#addAll(javax.naming.Name)"><B>addAll(Name)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#addAll(int, javax.naming.Name)"><B>addAll(int, Name)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#addAttributeValue(java.lang.String, java.lang.Object)"><B>addAttributeValue(String, Object)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#addAttributeValue(java.lang.String, java.lang.Object, boolean)"><B>addAttributeValue(String, Object, boolean)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextOperations.html#addAttributeValue(java.lang.String, java.lang.Object)"><B>addAttributeValue(String, Object)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextOperations.html" title="interface in org.springframework.ldap.core">DirContextOperations</A>
<DD>Add a value to the Attribute with the specified name.
<DT><A HREF="./org/springframework/ldap/core/DirContextOperations.html#addAttributeValue(java.lang.String, java.lang.Object, boolean)"><B>addAttributeValue(String, Object, boolean)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextOperations.html" title="interface in org.springframework.ldap.core">DirContextOperations</A>
<DD>Add a value to the Attribute with the specified name.
<DT><A HREF="./org/springframework/ldap/core/LdapRdn.html#addComponent(org.springframework.ldap.core.LdapRdnComponent)"><B>addComponent(LdapRdnComponent)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapRdn.html" title="class in org.springframework.ldap.core">LdapRdn</A>
<DD>Add an LdapRdnComponent to this LdapRdn.
<DT><A HREF="./org/springframework/ldap/core/support/AggregateDirContextProcessor.html#addDirContextProcessor(org.springframework.ldap.core.DirContextProcessor)"><B>addDirContextProcessor(DirContextProcessor)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AggregateDirContextProcessor.html" title="class in org.springframework.ldap.core.support">AggregateDirContextProcessor</A>
<DD>Add the supplied DirContextProcessor to the list of managed objects.
<DT><A HREF="./org/springframework/ldap/core/TokenMgrError.html#addEscapes(java.lang.String)"><B>addEscapes(String)</B></A> - 
Static method in error org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/TokenMgrError.html" title="class in org.springframework.ldap.core">TokenMgrError</A>
<DD>Replaces unprintable characters by their escaped (or unicode escaped)
 equivalents in the given string
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#addToEnvironment(java.lang.String, java.lang.Object)"><B>addToEnvironment(String, Object)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingContext.html#addToEnvironment(java.lang.String, java.lang.Object)"><B>addToEnvironment(String, Object)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingContext.html" title="class in org.springframework.ldap.pool">DelegatingContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#adjustBeginLineColumn(int, int)"><B>adjustBeginLineColumn(int, int)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>Method to adjust line and column numbers for the start of a token.
<DT><A HREF="./org/springframework/ldap/authentication/DefaultValuesAuthenticationSourceDecorator.html#afterPropertiesSet()"><B>afterPropertiesSet()</B></A> - 
Method in class org.springframework.ldap.authentication.<A HREF="./org/springframework/ldap/authentication/DefaultValuesAuthenticationSourceDecorator.html" title="class in org.springframework.ldap.authentication">DefaultValuesAuthenticationSourceDecorator</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#afterPropertiesSet()"><B>afterPropertiesSet()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html#afterPropertiesSet()"><B>afterPropertiesSet()</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html" title="class in org.springframework.ldap.core.support">AbstractContextSource</A>
<DD>Checks that all necessary data is set and that there is no compatibility
 issues, after which the instance is initialized.
<DT><A HREF="./org/springframework/ldap/core/support/AggregateDirContextProcessor.html" title="class in org.springframework.ldap.core.support"><B>AggregateDirContextProcessor</B></A> - Class in <A HREF="./org/springframework/ldap/core/support/package-summary.html">org.springframework.ldap.core.support</A><DD>Manages a sequence of <A HREF="./org/springframework/ldap/core/DirContextProcessor.html" title="interface in org.springframework.ldap.core"><CODE>DirContextProcessor</CODE></A> instances.<DT><A HREF="./org/springframework/ldap/core/support/AggregateDirContextProcessor.html#AggregateDirContextProcessor()"><B>AggregateDirContextProcessor()</B></A> - 
Constructor for class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AggregateDirContextProcessor.html" title="class in org.springframework.ldap.core.support">AggregateDirContextProcessor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DnParserImplConstants.html#ALPHA"><B>ALPHA</B></A> - 
Static variable in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImplConstants.html" title="interface in org.springframework.ldap.core">DnParserImplConstants</A>
<DD>RegularExpression Id.
<DT><A HREF="./org/springframework/ldap/filter/AndFilter.html#and(org.springframework.ldap.filter.Filter)"><B>and(Filter)</B></A> - 
Method in class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/AndFilter.html" title="class in org.springframework.ldap.filter">AndFilter</A>
<DD>Add a query to the AND expression.
<DT><A HREF="./org/springframework/ldap/filter/AndFilter.html" title="class in org.springframework.ldap.filter"><B>AndFilter</B></A> - Class in <A HREF="./org/springframework/ldap/filter/package-summary.html">org.springframework.ldap.filter</A><DD>A filter for a logical AND.<DT><A HREF="./org/springframework/ldap/filter/AndFilter.html#AndFilter()"><B>AndFilter()</B></A> - 
Constructor for class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/AndFilter.html" title="class in org.springframework.ldap.filter">AndFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#append(org.springframework.ldap.core.DistinguishedName)"><B>append(DistinguishedName)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>Add an LDAP path last in this DistinguishedName.
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#append(java.lang.String, java.lang.String)"><B>append(String, String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>Append a new <A HREF="./org/springframework/ldap/core/LdapRdn.html" title="class in org.springframework.ldap.core"><CODE>LdapRdn</CODE></A> using the supplied key and value.
<DT><A HREF="./org/springframework/ldap/filter/BinaryLogicalFilter.html#append(org.springframework.ldap.filter.Filter)"><B>append(Filter)</B></A> - 
Method in class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/BinaryLogicalFilter.html" title="class in org.springframework.ldap.filter">BinaryLogicalFilter</A>
<DD>Add a query to this logical operation.
<DT><A HREF="./org/springframework/ldap/core/support/AbstractTlsDirContextAuthenticationStrategy.html#applyAuthentication(javax.naming.ldap.LdapContext, java.lang.String, java.lang.String)"><B>applyAuthentication(LdapContext, String, String)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractTlsDirContextAuthenticationStrategy.html" title="class in org.springframework.ldap.core.support">AbstractTlsDirContextAuthenticationStrategy</A>
<DD>Apply the actual authentication to the specified <code>LdapContext</code>
 .
<DT><A HREF="./org/springframework/ldap/core/support/DefaultTlsDirContextAuthenticationStrategy.html#applyAuthentication(javax.naming.ldap.LdapContext, java.lang.String, java.lang.String)"><B>applyAuthentication(LdapContext, String, String)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/DefaultTlsDirContextAuthenticationStrategy.html" title="class in org.springframework.ldap.core.support">DefaultTlsDirContextAuthenticationStrategy</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/ExternalTlsDirContextAuthenticationStrategy.html#applyAuthentication(javax.naming.ldap.LdapContext, java.lang.String, java.lang.String)"><B>applyAuthentication(LdapContext, String, String)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/ExternalTlsDirContextAuthenticationStrategy.html" title="class in org.springframework.ldap.core.support">ExternalTlsDirContextAuthenticationStrategy</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html#assembleProviderUrlString(java.lang.String[])"><B>assembleProviderUrlString(String[])</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html" title="class in org.springframework.ldap.core.support">AbstractContextSource</A>
<DD>Assemble a valid url String from all registered urls to add as
 <code>PROVIDER_URL</code> to the environment.
<DT><A HREF="./org/springframework/ldap/pool/DelegatingContext.html#assertOpen()"><B>assertOpen()</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingContext.html" title="class in org.springframework.ldap.pool">DelegatingContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html#assertOpen()"><B>assertOpen()</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html" title="class in org.springframework.ldap.pool">DelegatingDirContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingLdapContext.html#assertOpen()"><B>assertOpen()</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingLdapContext.html" title="class in org.springframework.ldap.pool">DelegatingLdapContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DnParserImplConstants.html#ATTRIBUTE_TYPE_STRING"><B>ATTRIBUTE_TYPE_STRING</B></A> - 
Static variable in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImplConstants.html" title="interface in org.springframework.ldap.core">DnParserImplConstants</A>
<DD>RegularExpression Id.
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#attributeExists(java.lang.String)"><B>attributeExists(String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextOperations.html#attributeExists(java.lang.String)"><B>attributeExists(String)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextOperations.html" title="interface in org.springframework.ldap.core">DirContextOperations</A>
<DD>Check if an Object attribute exists, regardless of whether it has a value
 or not.
<DT><A HREF="./org/springframework/ldap/AttributeInUseException.html" title="class in org.springframework.ldap"><B>AttributeInUseException</B></A> - Exception in <A HREF="./org/springframework/ldap/package-summary.html">org.springframework.ldap</A><DD>Runtime exception mirroring the JNDI AttributeInUseException.<DT><A HREF="./org/springframework/ldap/AttributeInUseException.html#AttributeInUseException(javax.naming.directory.AttributeInUseException)"><B>AttributeInUseException(AttributeInUseException)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/AttributeInUseException.html" title="class in org.springframework.ldap">AttributeInUseException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/AttributeModificationException.html" title="class in org.springframework.ldap"><B>AttributeModificationException</B></A> - Exception in <A HREF="./org/springframework/ldap/package-summary.html">org.springframework.ldap</A><DD>Runtime exception mirroring the JNDI AttributeModificationException.<DT><A HREF="./org/springframework/ldap/AttributeModificationException.html#AttributeModificationException(javax.naming.directory.AttributeModificationException)"><B>AttributeModificationException(AttributeModificationException)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/AttributeModificationException.html" title="class in org.springframework.ldap">AttributeModificationException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/AttributeModificationsAware.html" title="interface in org.springframework.ldap.core"><B>AttributeModificationsAware</B></A> - Interface in <A HREF="./org/springframework/ldap/core/package-summary.html">org.springframework.ldap.core</A><DD>Indicates that the implementing class is capable of keeping track of any
 attribute modifications and return them as ModificationItems.<DT><A HREF="./org/springframework/ldap/core/AttributesMapper.html" title="interface in org.springframework.ldap.core"><B>AttributesMapper</B></A> - Interface in <A HREF="./org/springframework/ldap/core/package-summary.html">org.springframework.ldap.core</A><DD>An interface used by LdapTemplate for mapping LDAP Attributes to beans.<DT><A HREF="./org/springframework/ldap/core/AttributesMapperCallbackHandler.html" title="class in org.springframework.ldap.core"><B>AttributesMapperCallbackHandler</B></A> - Class in <A HREF="./org/springframework/ldap/core/package-summary.html">org.springframework.ldap.core</A><DD>A CollectingNameClassPairCallbackHandler to wrap an <A HREF="./org/springframework/ldap/core/AttributesMapper.html" title="interface in org.springframework.ldap.core"><CODE>AttributesMapper</CODE></A>.<DT><A HREF="./org/springframework/ldap/core/AttributesMapperCallbackHandler.html#AttributesMapperCallbackHandler(org.springframework.ldap.core.AttributesMapper)"><B>AttributesMapperCallbackHandler(AttributesMapper)</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/AttributesMapperCallbackHandler.html" title="class in org.springframework.ldap.core">AttributesMapperCallbackHandler</A>
<DD>Constructs a new instance around the specified <A HREF="./org/springframework/ldap/core/AttributesMapper.html" title="interface in org.springframework.ldap.core"><CODE>AttributesMapper</CODE></A>.
<DT><A HREF="./org/springframework/ldap/core/DnParserImpl.html#AttributeType()"><B>AttributeType()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImpl.html" title="class in org.springframework.ldap.core">DnParserImpl</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DnParserImpl.html#attributeTypeAndValue()"><B>attributeTypeAndValue()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImpl.html" title="class in org.springframework.ldap.core">DnParserImpl</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DnParserImpl.html#AttributeValue()"><B>AttributeValue()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImpl.html" title="class in org.springframework.ldap.core">DnParserImpl</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/support/AttributeValueCallbackHandler.html" title="interface in org.springframework.ldap.support"><B>AttributeValueCallbackHandler</B></A> - Interface in <A HREF="./org/springframework/ldap/support/package-summary.html">org.springframework.ldap.support</A><DD>Callback interface for use when looping through Attribute values.<DT><A HREF="./org/springframework/ldap/core/DnParserImplConstants.html#ATTRVALUE"><B>ATTRVALUE</B></A> - 
Static variable in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImplConstants.html" title="interface in org.springframework.ldap.core">DnParserImplConstants</A>
<DD>RegularExpression Id.
<DT><A HREF="./org/springframework/ldap/core/DnParserImplConstants.html#ATTRVALUE_S"><B>ATTRVALUE_S</B></A> - 
Static variable in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImplConstants.html" title="interface in org.springframework.ldap.core">DnParserImplConstants</A>
<DD>Lexical state.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#authenticate(javax.naming.Name, java.lang.String, java.lang.String)"><B>authenticate(Name, String, String)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Utility method to perform a simple LDAP 'bind' authentication.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#authenticate(java.lang.String, java.lang.String, java.lang.String)"><B>authenticate(String, String, String)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Utility method to perform a simple LDAP 'bind' authentication.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#authenticate(javax.naming.Name, java.lang.String, java.lang.String, org.springframework.ldap.core.AuthenticatedLdapEntryContextCallback)"><B>authenticate(Name, String, String, AuthenticatedLdapEntryContextCallback)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Utility method to perform a simple LDAP 'bind' authentication.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#authenticate(java.lang.String, java.lang.String, java.lang.String, org.springframework.ldap.core.AuthenticatedLdapEntryContextCallback)"><B>authenticate(String, String, String, AuthenticatedLdapEntryContextCallback)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Utility method to perform a simple LDAP 'bind' authentication.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#authenticate(javax.naming.Name, java.lang.String, java.lang.String, org.springframework.ldap.core.AuthenticatedLdapEntryContextCallback, org.springframework.ldap.core.AuthenticationErrorCallback)"><B>authenticate(Name, String, String, AuthenticatedLdapEntryContextCallback, AuthenticationErrorCallback)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Utility method to perform a simple LDAP 'bind' authentication.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#authenticate(java.lang.String, java.lang.String, java.lang.String, org.springframework.ldap.core.AuthenticatedLdapEntryContextCallback, org.springframework.ldap.core.AuthenticationErrorCallback)"><B>authenticate(String, String, String, AuthenticatedLdapEntryContextCallback, AuthenticationErrorCallback)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Utility method to perform a simple LDAP 'bind' authentication.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#authenticate(javax.naming.Name, java.lang.String, java.lang.String, org.springframework.ldap.core.AuthenticationErrorCallback)"><B>authenticate(Name, String, String, AuthenticationErrorCallback)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Utility method to perform a simple LDAP 'bind' authentication.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#authenticate(java.lang.String, java.lang.String, java.lang.String, org.springframework.ldap.core.AuthenticationErrorCallback)"><B>authenticate(String, String, String, AuthenticationErrorCallback)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Utility method to perform a simple LDAP 'bind' authentication.
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#authenticate(javax.naming.Name, java.lang.String, java.lang.String)"><B>authenticate(Name, String, String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#authenticate(java.lang.String, java.lang.String, java.lang.String)"><B>authenticate(String, String, String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#authenticate(java.lang.String, java.lang.String, java.lang.String, org.springframework.ldap.core.AuthenticatedLdapEntryContextCallback)"><B>authenticate(String, String, String, AuthenticatedLdapEntryContextCallback)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#authenticate(javax.naming.Name, java.lang.String, java.lang.String, org.springframework.ldap.core.AuthenticatedLdapEntryContextCallback)"><B>authenticate(Name, String, String, AuthenticatedLdapEntryContextCallback)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#authenticate(java.lang.String, java.lang.String, java.lang.String, org.springframework.ldap.core.AuthenticationErrorCallback)"><B>authenticate(String, String, String, AuthenticationErrorCallback)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#authenticate(javax.naming.Name, java.lang.String, java.lang.String, org.springframework.ldap.core.AuthenticationErrorCallback)"><B>authenticate(Name, String, String, AuthenticationErrorCallback)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#authenticate(java.lang.String, java.lang.String, java.lang.String, org.springframework.ldap.core.AuthenticatedLdapEntryContextCallback, org.springframework.ldap.core.AuthenticationErrorCallback)"><B>authenticate(String, String, String, AuthenticatedLdapEntryContextCallback, AuthenticationErrorCallback)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#authenticate(javax.naming.Name, java.lang.String, java.lang.String, org.springframework.ldap.core.AuthenticatedLdapEntryContextCallback, org.springframework.ldap.core.AuthenticationErrorCallback)"><B>authenticate(Name, String, String, AuthenticatedLdapEntryContextCallback, AuthenticationErrorCallback)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapOperations.html#authenticate(java.lang.String, java.lang.String, java.lang.String)"><B>authenticate(String, String, String)</B></A> - 
Method in interface org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/SimpleLdapOperations.html" title="interface in org.springframework.ldap.core.simple">SimpleLdapOperations</A>
<DD>Utility method to perform a simple LDAP 'bind' authentication.
<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapOperations.html#authenticate(javax.naming.Name, java.lang.String, java.lang.String)"><B>authenticate(Name, String, String)</B></A> - 
Method in interface org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/SimpleLdapOperations.html" title="interface in org.springframework.ldap.core.simple">SimpleLdapOperations</A>
<DD>Utility method to perform a simple LDAP 'bind' authentication.
<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html#authenticate(java.lang.String, java.lang.String, java.lang.String)"><B>authenticate(String, String, String)</B></A> - 
Method in class org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html" title="class in org.springframework.ldap.core.simple">SimpleLdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html#authenticate(javax.naming.Name, java.lang.String, java.lang.String)"><B>authenticate(Name, String, String)</B></A> - 
Method in class org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html" title="class in org.springframework.ldap.core.simple">SimpleLdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/AuthenticatedLdapEntryContextCallback.html" title="interface in org.springframework.ldap.core"><B>AuthenticatedLdapEntryContextCallback</B></A> - Interface in <A HREF="./org/springframework/ldap/core/package-summary.html">org.springframework.ldap.core</A><DD>Callback interface to be used in the authentication methods in
 <A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core"><CODE>LdapOperations</CODE></A> for performing operations on individually
 authenticated contexts.<DT><A HREF="./org/springframework/ldap/core/AuthenticationErrorCallback.html" title="interface in org.springframework.ldap.core"><B>AuthenticationErrorCallback</B></A> - Interface in <A HREF="./org/springframework/ldap/core/package-summary.html">org.springframework.ldap.core</A><DD>Callback interface to be used in the authentication methods in
 <A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core"><CODE>LdapOperations</CODE></A> for performing operations when there
 are authentication errors.<DT><A HREF="./org/springframework/ldap/AuthenticationException.html" title="class in org.springframework.ldap"><B>AuthenticationException</B></A> - Exception in <A HREF="./org/springframework/ldap/package-summary.html">org.springframework.ldap</A><DD>Runtime exception mirroring the JNDI AuthenticationException.<DT><A HREF="./org/springframework/ldap/AuthenticationException.html#AuthenticationException(javax.naming.AuthenticationException)"><B>AuthenticationException(AuthenticationException)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/AuthenticationException.html" title="class in org.springframework.ldap">AuthenticationException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/AuthenticationNotSupportedException.html" title="class in org.springframework.ldap"><B>AuthenticationNotSupportedException</B></A> - Exception in <A HREF="./org/springframework/ldap/package-summary.html">org.springframework.ldap</A><DD>Runtime exception mirroring the JNDI AuthenticationNotSupportedException.<DT><A HREF="./org/springframework/ldap/AuthenticationNotSupportedException.html#AuthenticationNotSupportedException(javax.naming.AuthenticationNotSupportedException)"><B>AuthenticationNotSupportedException(AuthenticationNotSupportedException)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/AuthenticationNotSupportedException.html" title="class in org.springframework.ldap">AuthenticationNotSupportedException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/AuthenticationSource.html" title="interface in org.springframework.ldap.core"><B>AuthenticationSource</B></A> - Interface in <A HREF="./org/springframework/ldap/core/package-summary.html">org.springframework.ldap.core</A><DD>An <code>AuthenticationSource</code> is responsible for providing the
 principal (user DN) and credentials to be used when creating a new context.</DL>
<HR>
<A NAME="_B_"><!-- --></A><H2>
<B>B</B></H2>
<DL>
<DT><A HREF="./org/springframework/ldap/core/DnParserImplConstants.html#BACKSLASHCHAR"><B>BACKSLASHCHAR</B></A> - 
Static variable in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImplConstants.html" title="interface in org.springframework.ldap.core">DnParserImplConstants</A>
<DD>RegularExpression Id.
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#backup(int)"><B>backup(int)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>Backup a number of characters.
<DT><A HREF="./org/springframework/ldap/BadLdapGrammarException.html" title="class in org.springframework.ldap"><B>BadLdapGrammarException</B></A> - Exception in <A HREF="./org/springframework/ldap/package-summary.html">org.springframework.ldap</A><DD>Thrown to indicate that an invalid value has been supplied to an LDAP
 operation.<DT><A HREF="./org/springframework/ldap/BadLdapGrammarException.html#BadLdapGrammarException(java.lang.String)"><B>BadLdapGrammarException(String)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/BadLdapGrammarException.html" title="class in org.springframework.ldap">BadLdapGrammarException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/BadLdapGrammarException.html#BadLdapGrammarException(java.lang.String, java.lang.Throwable)"><B>BadLdapGrammarException(String, Throwable)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/BadLdapGrammarException.html" title="class in org.springframework.ldap">BadLdapGrammarException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/BaseLdapPathAware.html" title="interface in org.springframework.ldap.core.support"><B>BaseLdapPathAware</B></A> - Interface in <A HREF="./org/springframework/ldap/core/support/package-summary.html">org.springframework.ldap.core.support</A><DD>Interface to be implemented by classes that want to have access to the base
 context used in the active <code>ContextSource</code>.<DT><A HREF="./org/springframework/ldap/core/support/BaseLdapPathBeanPostProcessor.html" title="class in org.springframework.ldap.core.support"><B>BaseLdapPathBeanPostProcessor</B></A> - Class in <A HREF="./org/springframework/ldap/core/support/package-summary.html">org.springframework.ldap.core.support</A><DD>This <code>BeanPostProcessor</code> checks each bean if it implements
 <A HREF="./org/springframework/ldap/core/support/BaseLdapPathAware.html" title="interface in org.springframework.ldap.core.support"><CODE>BaseLdapPathAware</CODE></A>.<DT><A HREF="./org/springframework/ldap/core/support/BaseLdapPathBeanPostProcessor.html#BaseLdapPathBeanPostProcessor()"><B>BaseLdapPathBeanPostProcessor()</B></A> - 
Constructor for class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/BaseLdapPathBeanPostProcessor.html" title="class in org.springframework.ldap.core.support">BaseLdapPathBeanPostProcessor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/BaseLdapPathContextSource.html" title="interface in org.springframework.ldap.core.support"><B>BaseLdapPathContextSource</B></A> - Interface in <A HREF="./org/springframework/ldap/core/support/package-summary.html">org.springframework.ldap.core.support</A><DD>Interface to be implemented by <code>ContextSources</code> that are capable
 of providing the base LDAP path.<DT><A HREF="./org/springframework/ldap/core/support/BaseLdapPathSource.html" title="interface in org.springframework.ldap.core.support"><B>BaseLdapPathSource</B></A> - Interface in <A HREF="./org/springframework/ldap/core/support/package-summary.html">org.springframework.ldap.core.support</A><DD>Implementations of this interface are capable of providing a base LDAP path.<DT><A HREF="./org/springframework/ldap/core/Token.html#beginColumn"><B>beginColumn</B></A> - 
Variable in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/Token.html" title="class in org.springframework.ldap.core">Token</A>
<DD>The column number of the first character of this Token.
<DT><A HREF="./org/springframework/ldap/core/Token.html#beginLine"><B>beginLine</B></A> - 
Variable in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/Token.html" title="class in org.springframework.ldap.core">Token</A>
<DD>The line number of the first character of this Token.
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#BeginToken()"><B>BeginToken()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>Start.
<DT><A HREF="./org/springframework/ldap/filter/BinaryLogicalFilter.html" title="class in org.springframework.ldap.filter"><B>BinaryLogicalFilter</B></A> - Class in <A HREF="./org/springframework/ldap/filter/package-summary.html">org.springframework.ldap.filter</A><DD>Abstract superclass for binary logical operations, that is &quot;AND&quot;
 and &quot;OR&quot; operations.<DT><A HREF="./org/springframework/ldap/filter/BinaryLogicalFilter.html#BinaryLogicalFilter()"><B>BinaryLogicalFilter()</B></A> - 
Constructor for class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/BinaryLogicalFilter.html" title="class in org.springframework.ldap.filter">BinaryLogicalFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#bind(javax.naming.Name, java.lang.Object, javax.naming.directory.Attributes)"><B>bind(Name, Object, Attributes)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#bind(java.lang.String, java.lang.Object, javax.naming.directory.Attributes)"><B>bind(String, Object, Attributes)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#bind(javax.naming.Name, java.lang.Object)"><B>bind(Name, Object)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#bind(java.lang.String, java.lang.Object)"><B>bind(String, Object)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#bind(javax.naming.Name, java.lang.Object, javax.naming.directory.Attributes)"><B>bind(Name, Object, Attributes)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Create an entry in the LDAP tree.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#bind(java.lang.String, java.lang.Object, javax.naming.directory.Attributes)"><B>bind(String, Object, Attributes)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Create an entry in the LDAP tree.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#bind(org.springframework.ldap.core.DirContextOperations)"><B>bind(DirContextOperations)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Bind the data in the supplied context in the tree.
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#bind(javax.naming.Name, java.lang.Object, javax.naming.directory.Attributes)"><B>bind(Name, Object, Attributes)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#bind(java.lang.String, java.lang.Object, javax.naming.directory.Attributes)"><B>bind(String, Object, Attributes)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#bind(org.springframework.ldap.core.DirContextOperations)"><B>bind(DirContextOperations)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapOperations.html#bind(java.lang.String, java.lang.Object, javax.naming.directory.Attributes)"><B>bind(String, Object, Attributes)</B></A> - 
Method in interface org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/SimpleLdapOperations.html" title="interface in org.springframework.ldap.core.simple">SimpleLdapOperations</A>
<DD>Create an entry in the LDAP tree.
<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapOperations.html#bind(javax.naming.Name, java.lang.Object, javax.naming.directory.Attributes)"><B>bind(Name, Object, Attributes)</B></A> - 
Method in interface org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/SimpleLdapOperations.html" title="interface in org.springframework.ldap.core.simple">SimpleLdapOperations</A>
<DD>Create an entry in the LDAP tree.
<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapOperations.html#bind(org.springframework.ldap.core.DirContextOperations)"><B>bind(DirContextOperations)</B></A> - 
Method in interface org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/SimpleLdapOperations.html" title="interface in org.springframework.ldap.core.simple">SimpleLdapOperations</A>
<DD>Bind the data in the supplied context in the tree.
<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html#bind(java.lang.String, java.lang.Object, javax.naming.directory.Attributes)"><B>bind(String, Object, Attributes)</B></A> - 
Method in class org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html" title="class in org.springframework.ldap.core.simple">SimpleLdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html#bind(javax.naming.Name, java.lang.Object, javax.naming.directory.Attributes)"><B>bind(Name, Object, Attributes)</B></A> - 
Method in class org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html" title="class in org.springframework.ldap.core.simple">SimpleLdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html#bind(org.springframework.ldap.core.DirContextOperations)"><B>bind(DirContextOperations)</B></A> - 
Method in class org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html" title="class in org.springframework.ldap.core.simple">SimpleLdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingContext.html#bind(javax.naming.Name, java.lang.Object)"><B>bind(Name, Object)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingContext.html" title="class in org.springframework.ldap.pool">DelegatingContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingContext.html#bind(java.lang.String, java.lang.Object)"><B>bind(String, Object)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingContext.html" title="class in org.springframework.ldap.pool">DelegatingContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html#bind(javax.naming.Name, java.lang.Object, javax.naming.directory.Attributes)"><B>bind(Name, Object, Attributes)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html" title="class in org.springframework.ldap.pool">DelegatingDirContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html#bind(java.lang.String, java.lang.Object, javax.naming.directory.Attributes)"><B>bind(String, Object, Attributes)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html" title="class in org.springframework.ldap.pool">DelegatingDirContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/LdapTransactionUtils.html#BIND_METHOD_NAME"><B>BIND_METHOD_NAME</B></A> - 
Static variable in class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/LdapTransactionUtils.html" title="class in org.springframework.ldap.transaction.compensating">LdapTransactionUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/BindOperationExecutor.html" title="class in org.springframework.ldap.transaction.compensating"><B>BindOperationExecutor</B></A> - Class in <A HREF="./org/springframework/ldap/transaction/compensating/package-summary.html">org.springframework.ldap.transaction.compensating</A><DD>A <A HREF="./org/springframework/transaction/compensating/CompensatingTransactionOperationExecutor.html" title="interface in org.springframework.transaction.compensating"><CODE>CompensatingTransactionOperationExecutor</CODE></A> to manage a bind
 operation.<DT><A HREF="./org/springframework/ldap/transaction/compensating/BindOperationExecutor.html#BindOperationExecutor(org.springframework.ldap.core.LdapOperations, javax.naming.Name, java.lang.Object, javax.naming.directory.Attributes)"><B>BindOperationExecutor(LdapOperations, Name, Object, Attributes)</B></A> - 
Constructor for class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/BindOperationExecutor.html" title="class in org.springframework.ldap.transaction.compensating">BindOperationExecutor</A>
<DD>Constructor.
<DT><A HREF="./org/springframework/ldap/transaction/compensating/BindOperationRecorder.html" title="class in org.springframework.ldap.transaction.compensating"><B>BindOperationRecorder</B></A> - Class in <A HREF="./org/springframework/ldap/transaction/compensating/package-summary.html">org.springframework.ldap.transaction.compensating</A><DD>A <A HREF="./org/springframework/transaction/compensating/CompensatingTransactionOperationRecorder.html" title="interface in org.springframework.transaction.compensating"><CODE>CompensatingTransactionOperationRecorder</CODE></A> keeping track of bind
 operations.<DT><A HREF="./org/springframework/ldap/transaction/compensating/BindOperationRecorder.html#BindOperationRecorder(org.springframework.ldap.core.LdapOperations)"><B>BindOperationRecorder(LdapOperations)</B></A> - 
Constructor for class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/BindOperationRecorder.html" title="class in org.springframework.ldap.transaction.compensating">BindOperationRecorder</A>
<DD>Constructor.
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#bufcolumn"><B>bufcolumn</B></A> - 
Variable in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#buffer"><B>buffer</B></A> - 
Variable in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#bufline"><B>bufline</B></A> - 
Variable in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#bufpos"><B>bufpos</B></A> - 
Variable in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>Position in buffer.
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="./org/springframework/ldap/CannotProceedException.html" title="class in org.springframework.ldap"><B>CannotProceedException</B></A> - Exception in <A HREF="./org/springframework/ldap/package-summary.html">org.springframework.ldap</A><DD>Runtime exception mirroring the JNDI CannotProceedException.<DT><A HREF="./org/springframework/ldap/CannotProceedException.html#CannotProceedException(javax.naming.CannotProceedException)"><B>CannotProceedException(CannotProceedException)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/CannotProceedException.html" title="class in org.springframework.ldap">CannotProceedException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/transaction/compensating/support/CompensatingTransactionHolderSupport.html#clear()"><B>clear()</B></A> - 
Method in class org.springframework.transaction.compensating.support.<A HREF="./org/springframework/transaction/compensating/support/CompensatingTransactionHolderSupport.html" title="class in org.springframework.transaction.compensating.support">CompensatingTransactionHolderSupport</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#clone()"><B>clone()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#close()"><B>close()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingContext.html#close()"><B>close()</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingContext.html" title="class in org.springframework.ldap.pool">DelegatingContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html#close()"><B>close()</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html" title="class in org.springframework.ldap.pool">DelegatingDirContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingLdapContext.html#close()"><B>close()</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingLdapContext.html" title="class in org.springframework.ldap.pool">DelegatingLdapContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/support/LdapUtils.html#closeContext(javax.naming.directory.DirContext)"><B>closeContext(DirContext)</B></A> - 
Static method in class org.springframework.ldap.support.<A HREF="./org/springframework/ldap/support/LdapUtils.html" title="class in org.springframework.ldap.support">LdapUtils</A>
<DD>Close the given JNDI Context and ignore any thrown exception.
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManagerDelegate.html#closeTargetResource(org.springframework.transaction.compensating.support.CompensatingTransactionHolderSupport)"><B>closeTargetResource(CompensatingTransactionHolderSupport)</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManagerDelegate.html" title="class in org.springframework.ldap.transaction.compensating.manager">ContextSourceTransactionManagerDelegate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/transaction/compensating/support/AbstractCompensatingTransactionManagerDelegate.html#closeTargetResource(org.springframework.transaction.compensating.support.CompensatingTransactionHolderSupport)"><B>closeTargetResource(CompensatingTransactionHolderSupport)</B></A> - 
Method in class org.springframework.transaction.compensating.support.<A HREF="./org/springframework/transaction/compensating/support/AbstractCompensatingTransactionManagerDelegate.html" title="class in org.springframework.transaction.compensating.support">AbstractCompensatingTransactionManagerDelegate</A>
<DD>Close the target resource - the implementation specific resource held in
 the specified <A HREF="./org/springframework/transaction/compensating/support/CompensatingTransactionHolderSupport.html" title="class in org.springframework.transaction.compensating.support"><CODE>CompensatingTransactionHolderSupport</CODE></A>.
<DT><A HREF="./org/springframework/ldap/support/LdapUtils.html#collectAttributeValues(javax.naming.directory.Attributes, java.lang.String, java.util.Collection)"><B>collectAttributeValues(Attributes, String, Collection)</B></A> - 
Static method in class org.springframework.ldap.support.<A HREF="./org/springframework/ldap/support/LdapUtils.html" title="class in org.springframework.ldap.support">LdapUtils</A>
<DD>Collect all the values of a the specified attribute from the supplied
 Attributes.
<DT><A HREF="./org/springframework/ldap/core/support/CollectingAuthenticationErrorCallback.html" title="class in org.springframework.ldap.core.support"><B>CollectingAuthenticationErrorCallback</B></A> - Class in <A HREF="./org/springframework/ldap/core/support/package-summary.html">org.springframework.ldap.core.support</A><DD>Convenience implementation of AuthenticationErrorCallback that stores the
 given exception and provides a method for retrieving it.<DT><A HREF="./org/springframework/ldap/core/support/CollectingAuthenticationErrorCallback.html#CollectingAuthenticationErrorCallback()"><B>CollectingAuthenticationErrorCallback()</B></A> - 
Constructor for class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/CollectingAuthenticationErrorCallback.html" title="class in org.springframework.ldap.core.support">CollectingAuthenticationErrorCallback</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/CollectingNameClassPairCallbackHandler.html" title="class in org.springframework.ldap.core"><B>CollectingNameClassPairCallbackHandler</B></A> - Class in <A HREF="./org/springframework/ldap/core/package-summary.html">org.springframework.ldap.core</A><DD>A NameClassPairCallbackHandler to collect all results in an internal List.<DT><A HREF="./org/springframework/ldap/core/CollectingNameClassPairCallbackHandler.html#CollectingNameClassPairCallbackHandler()"><B>CollectingNameClassPairCallbackHandler()</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/CollectingNameClassPairCallbackHandler.html" title="class in org.springframework.ldap.core">CollectingNameClassPairCallbackHandler</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#column"><B>column</B></A> - 
Variable in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/BindOperationExecutor.html#commit()"><B>commit()</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/BindOperationExecutor.html" title="class in org.springframework.ldap.transaction.compensating">BindOperationExecutor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/ModifyAttributesOperationExecutor.html#commit()"><B>commit()</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/ModifyAttributesOperationExecutor.html" title="class in org.springframework.ldap.transaction.compensating">ModifyAttributesOperationExecutor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/NullOperationExecutor.html#commit()"><B>commit()</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/NullOperationExecutor.html" title="class in org.springframework.ldap.transaction.compensating">NullOperationExecutor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/RebindOperationExecutor.html#commit()"><B>commit()</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/RebindOperationExecutor.html" title="class in org.springframework.ldap.transaction.compensating">RebindOperationExecutor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/RenameOperationExecutor.html#commit()"><B>commit()</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/RenameOperationExecutor.html" title="class in org.springframework.ldap.transaction.compensating">RenameOperationExecutor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/UnbindOperationExecutor.html#commit()"><B>commit()</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/UnbindOperationExecutor.html" title="class in org.springframework.ldap.transaction.compensating">UnbindOperationExecutor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/transaction/compensating/CompensatingTransactionOperationExecutor.html#commit()"><B>commit()</B></A> - 
Method in interface org.springframework.transaction.compensating.<A HREF="./org/springframework/transaction/compensating/CompensatingTransactionOperationExecutor.html" title="interface in org.springframework.transaction.compensating">CompensatingTransactionOperationExecutor</A>
<DD>Commit the operation.
<DT><A HREF="./org/springframework/transaction/compensating/CompensatingTransactionOperationManager.html#commit()"><B>commit()</B></A> - 
Method in interface org.springframework.transaction.compensating.<A HREF="./org/springframework/transaction/compensating/CompensatingTransactionOperationManager.html" title="interface in org.springframework.transaction.compensating">CompensatingTransactionOperationManager</A>
<DD>Commit all recorded operations.
<DT><A HREF="./org/springframework/transaction/compensating/support/DefaultCompensatingTransactionOperationManager.html#commit()"><B>commit()</B></A> - 
Method in class org.springframework.transaction.compensating.support.<A HREF="./org/springframework/transaction/compensating/support/DefaultCompensatingTransactionOperationManager.html" title="class in org.springframework.transaction.compensating.support">DefaultCompensatingTransactionOperationManager</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/CommunicationException.html" title="class in org.springframework.ldap"><B>CommunicationException</B></A> - Exception in <A HREF="./org/springframework/ldap/package-summary.html">org.springframework.ldap</A><DD>Runtime exception mirroring the JNDI CommunicationException.<DT><A HREF="./org/springframework/ldap/CommunicationException.html#CommunicationException(javax.naming.CommunicationException)"><B>CommunicationException(CommunicationException)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/CommunicationException.html" title="class in org.springframework.ldap">CommunicationException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/support/ListComparator.html#compare(java.lang.Object, java.lang.Object)"><B>compare(Object, Object)</B></A> - 
Method in class org.springframework.ldap.support.<A HREF="./org/springframework/ldap/support/ListComparator.html" title="class in org.springframework.ldap.support">ListComparator</A>
<DD>Compare two lists of Comparable objects.
<DT><A HREF="./org/springframework/ldap/filter/CompareFilter.html" title="class in org.springframework.ldap.filter"><B>CompareFilter</B></A> - Class in <A HREF="./org/springframework/ldap/filter/package-summary.html">org.springframework.ldap.filter</A><DD>Abstract superclass for filters that compare values.<DT><A HREF="./org/springframework/ldap/filter/CompareFilter.html#CompareFilter(java.lang.String, java.lang.String)"><B>CompareFilter(String, String)</B></A> - 
Constructor for class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/CompareFilter.html" title="class in org.springframework.ldap.filter">CompareFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/filter/CompareFilter.html#CompareFilter(java.lang.String, int)"><B>CompareFilter(String, int)</B></A> - 
Constructor for class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/CompareFilter.html" title="class in org.springframework.ldap.filter">CompareFilter</A>
<DD>Convenience constructor for <code>int</code> values.
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#compareTo(java.lang.Object)"><B>compareTo(Object)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>Compare this instance to another object.
<DT><A HREF="./org/springframework/ldap/core/LdapRdn.html#compareTo(java.lang.Object)"><B>compareTo(Object)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapRdn.html" title="class in org.springframework.ldap.core">LdapRdn</A>
<DD>Compare this LdapRdn to another object.
<DT><A HREF="./org/springframework/ldap/core/LdapRdnComponent.html#compareTo(java.lang.Object)"><B>compareTo(Object)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapRdnComponent.html" title="class in org.springframework.ldap.core">LdapRdnComponent</A>
<DD>Compare this instance to the supplied object.
<DT><A HREF="./org/springframework/transaction/compensating/support/CompensatingTransactionHolderSupport.html" title="class in org.springframework.transaction.compensating.support"><B>CompensatingTransactionHolderSupport</B></A> - Class in <A HREF="./org/springframework/transaction/compensating/support/package-summary.html">org.springframework.transaction.compensating.support</A><DD>Base class for compensating transaction resource holders.<DT><A HREF="./org/springframework/transaction/compensating/support/CompensatingTransactionHolderSupport.html#CompensatingTransactionHolderSupport(org.springframework.transaction.compensating.CompensatingTransactionOperationManager)"><B>CompensatingTransactionHolderSupport(CompensatingTransactionOperationManager)</B></A> - 
Constructor for class org.springframework.transaction.compensating.support.<A HREF="./org/springframework/transaction/compensating/support/CompensatingTransactionHolderSupport.html" title="class in org.springframework.transaction.compensating.support">CompensatingTransactionHolderSupport</A>
<DD>Constructor.
<DT><A HREF="./org/springframework/transaction/compensating/support/CompensatingTransactionObject.html" title="class in org.springframework.transaction.compensating.support"><B>CompensatingTransactionObject</B></A> - Class in <A HREF="./org/springframework/transaction/compensating/support/package-summary.html">org.springframework.transaction.compensating.support</A><DD>Transaction object used by
 <A HREF="./org/springframework/transaction/compensating/support/AbstractCompensatingTransactionManagerDelegate.html" title="class in org.springframework.transaction.compensating.support"><CODE>AbstractCompensatingTransactionManagerDelegate</CODE></A>.<DT><A HREF="./org/springframework/transaction/compensating/support/CompensatingTransactionObject.html#CompensatingTransactionObject(org.springframework.transaction.compensating.support.CompensatingTransactionHolderSupport)"><B>CompensatingTransactionObject(CompensatingTransactionHolderSupport)</B></A> - 
Constructor for class org.springframework.transaction.compensating.support.<A HREF="./org/springframework/transaction/compensating/support/CompensatingTransactionObject.html" title="class in org.springframework.transaction.compensating.support">CompensatingTransactionObject</A>
<DD>Constructor.
<DT><A HREF="./org/springframework/transaction/compensating/CompensatingTransactionOperationExecutor.html" title="interface in org.springframework.transaction.compensating"><B>CompensatingTransactionOperationExecutor</B></A> - Interface in <A HREF="./org/springframework/transaction/compensating/package-summary.html">org.springframework.transaction.compensating</A><DD>Responsible for executing a single recorded operation as well as committing
 or rolling it back, depending on the transaction outcome.<DT><A HREF="./org/springframework/transaction/compensating/CompensatingTransactionOperationFactory.html" title="interface in org.springframework.transaction.compensating"><B>CompensatingTransactionOperationFactory</B></A> - Interface in <A HREF="./org/springframework/transaction/compensating/package-summary.html">org.springframework.transaction.compensating</A><DD>Factory interface for creating
 <A HREF="./org/springframework/transaction/compensating/CompensatingTransactionOperationRecorder.html" title="interface in org.springframework.transaction.compensating"><CODE>CompensatingTransactionOperationRecorder</CODE></A> objects based on operation
 method names.<DT><A HREF="./org/springframework/transaction/compensating/CompensatingTransactionOperationManager.html" title="interface in org.springframework.transaction.compensating"><B>CompensatingTransactionOperationManager</B></A> - Interface in <A HREF="./org/springframework/transaction/compensating/package-summary.html">org.springframework.transaction.compensating</A><DD>A CompensatingTransactionOperationManager implementation records and performs
 operations that are to be performed within a compensating transaction.<DT><A HREF="./org/springframework/transaction/compensating/CompensatingTransactionOperationRecorder.html" title="interface in org.springframework.transaction.compensating"><B>CompensatingTransactionOperationRecorder</B></A> - Interface in <A HREF="./org/springframework/transaction/compensating/package-summary.html">org.springframework.transaction.compensating</A><DD>An implementation of this interface is responsible for recording data and
 supplying a <A HREF="./org/springframework/transaction/compensating/CompensatingTransactionOperationExecutor.html" title="interface in org.springframework.transaction.compensating"><CODE>CompensatingTransactionOperationExecutor</CODE></A> to be invoked
 for execution and compensating transaction management of the operation.<DT><A HREF="./org/springframework/transaction/compensating/support/CompensatingTransactionUtils.html" title="class in org.springframework.transaction.compensating.support"><B>CompensatingTransactionUtils</B></A> - Class in <A HREF="./org/springframework/transaction/compensating/support/package-summary.html">org.springframework.transaction.compensating.support</A><DD>Common methods for use with compensating transactions.<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#composeName(javax.naming.Name, javax.naming.Name)"><B>composeName(Name, Name)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#composeName(java.lang.String, java.lang.String)"><B>composeName(String, String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingContext.html#composeName(javax.naming.Name, javax.naming.Name)"><B>composeName(Name, Name)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingContext.html" title="class in org.springframework.ldap.pool">DelegatingContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingContext.html#composeName(java.lang.String, java.lang.String)"><B>composeName(String, String)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingContext.html" title="class in org.springframework.ldap.pool">DelegatingContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/ConfigurationException.html" title="class in org.springframework.ldap"><B>ConfigurationException</B></A> - Exception in <A HREF="./org/springframework/ldap/package-summary.html">org.springframework.ldap</A><DD>Runtime exception mirroring the JNDI ConfigurationException.<DT><A HREF="./org/springframework/ldap/ConfigurationException.html#ConfigurationException(javax.naming.ConfigurationException)"><B>ConfigurationException(ConfigurationException)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/ConfigurationException.html" title="class in org.springframework.ldap">ConfigurationException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#contains(org.springframework.ldap.core.DistinguishedName)"><B>contains(DistinguishedName)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>Determines if this <code>DistinguishedName</code> path contains another
 path.
<DT><A HREF="./org/springframework/ldap/core/ContextAssembler.html" title="interface in org.springframework.ldap.core"><B>ContextAssembler</B></A> - Interface in <A HREF="./org/springframework/ldap/core/package-summary.html">org.springframework.ldap.core</A><DD>Helper interface to be used by Dao implementations for assembling to and from
 context.<DT><A HREF="./org/springframework/ldap/core/ContextExecutor.html" title="interface in org.springframework.ldap.core"><B>ContextExecutor</B></A> - Interface in <A HREF="./org/springframework/ldap/core/package-summary.html">org.springframework.ldap.core</A><DD>Interface for delegating an actual operation to be performed on a
 <code>DirContext</code>.<DT><A HREF="./org/springframework/ldap/core/ContextMapper.html" title="interface in org.springframework.ldap.core"><B>ContextMapper</B></A> - Interface in <A HREF="./org/springframework/ldap/core/package-summary.html">org.springframework.ldap.core</A><DD>An interface used by LdapTemplate to map LDAP Contexts to beans.<DT><A HREF="./org/springframework/ldap/core/ContextMapperCallbackHandler.html" title="class in org.springframework.ldap.core"><B>ContextMapperCallbackHandler</B></A> - Class in <A HREF="./org/springframework/ldap/core/package-summary.html">org.springframework.ldap.core</A><DD>A CollectingNameClassPairCallbackHandler to wrap a ContextMapper.<DT><A HREF="./org/springframework/ldap/core/ContextMapperCallbackHandler.html#ContextMapperCallbackHandler(org.springframework.ldap.core.ContextMapper)"><B>ContextMapperCallbackHandler(ContextMapper)</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/ContextMapperCallbackHandler.html" title="class in org.springframework.ldap.core">ContextMapperCallbackHandler</A>
<DD>Constructs a new instance wrapping the supplied <A HREF="./org/springframework/ldap/core/ContextMapper.html" title="interface in org.springframework.ldap.core"><CODE>ContextMapper</CODE></A>.
<DT><A HREF="./org/springframework/ldap/core/simple/ContextMapperCallbackHandlerWithControls.html" title="class in org.springframework.ldap.core.simple"><B>ContextMapperCallbackHandlerWithControls</B></A> - Class in <A HREF="./org/springframework/ldap/core/simple/package-summary.html">org.springframework.ldap.core.simple</A><DD>Currently only per request controls can be inspected via the post process
 method on a context processor.<DT><A HREF="./org/springframework/ldap/core/simple/ContextMapperCallbackHandlerWithControls.html#ContextMapperCallbackHandlerWithControls(org.springframework.ldap.core.simple.ParameterizedContextMapperWithControls)"><B>ContextMapperCallbackHandlerWithControls(ParameterizedContextMapperWithControls&lt;?&gt;)</B></A> - 
Constructor for class org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/ContextMapperCallbackHandlerWithControls.html" title="class in org.springframework.ldap.core.simple">ContextMapperCallbackHandlerWithControls</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/ContextNotEmptyException.html" title="class in org.springframework.ldap"><B>ContextNotEmptyException</B></A> - Exception in <A HREF="./org/springframework/ldap/package-summary.html">org.springframework.ldap</A><DD>Runtime exception mirroring the JNDI ContextNotEmptyException.<DT><A HREF="./org/springframework/ldap/ContextNotEmptyException.html#ContextNotEmptyException(javax.naming.ContextNotEmptyException)"><B>ContextNotEmptyException(ContextNotEmptyException)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/ContextNotEmptyException.html" title="class in org.springframework.ldap">ContextNotEmptyException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/ContextSource.html" title="interface in org.springframework.ldap.core"><B>ContextSource</B></A> - Interface in <A HREF="./org/springframework/ldap/core/package-summary.html">org.springframework.ldap.core</A><DD>A <code>ContextSource</code> is responsible for configuring and creating
 <code>DirContext</code> instances.<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndDataSourceTransactionManager.html" title="class in org.springframework.ldap.transaction.compensating.manager"><B>ContextSourceAndDataSourceTransactionManager</B></A> - Class in <A HREF="./org/springframework/ldap/transaction/compensating/manager/package-summary.html">org.springframework.ldap.transaction.compensating.manager</A><DD>A Transaction Manager to manage LDAP and JDBC operations within the same
 transaction.<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndDataSourceTransactionManager.html#ContextSourceAndDataSourceTransactionManager()"><B>ContextSourceAndDataSourceTransactionManager()</B></A> - 
Constructor for class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndDataSourceTransactionManager.html" title="class in org.springframework.ldap.transaction.compensating.manager">ContextSourceAndDataSourceTransactionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndHibernateTransactionManager.html" title="class in org.springframework.ldap.transaction.compensating.manager"><B>ContextSourceAndHibernateTransactionManager</B></A> - Class in <A HREF="./org/springframework/ldap/transaction/compensating/manager/package-summary.html">org.springframework.ldap.transaction.compensating.manager</A><DD>A Transaction Manager to manage LDAP and Hibernate 3 operations within the same
 transaction.<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndHibernateTransactionManager.html#ContextSourceAndHibernateTransactionManager()"><B>ContextSourceAndHibernateTransactionManager()</B></A> - 
Constructor for class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndHibernateTransactionManager.html" title="class in org.springframework.ldap.transaction.compensating.manager">ContextSourceAndHibernateTransactionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManager.html" title="class in org.springframework.ldap.transaction.compensating.manager"><B>ContextSourceTransactionManager</B></A> - Class in <A HREF="./org/springframework/ldap/transaction/compensating/manager/package-summary.html">org.springframework.ldap.transaction.compensating.manager</A><DD>TransactionManager for managing LDAP transactions.<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManager.html#ContextSourceTransactionManager()"><B>ContextSourceTransactionManager()</B></A> - 
Constructor for class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManager.html" title="class in org.springframework.ldap.transaction.compensating.manager">ContextSourceTransactionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManagerDelegate.html" title="class in org.springframework.ldap.transaction.compensating.manager"><B>ContextSourceTransactionManagerDelegate</B></A> - Class in <A HREF="./org/springframework/ldap/transaction/compensating/manager/package-summary.html">org.springframework.ldap.transaction.compensating.manager</A><DD>This delegate performs all the work for the
 <A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManager.html" title="class in org.springframework.ldap.transaction.compensating.manager"><CODE>ContextSourceTransactionManager</CODE></A>.<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManagerDelegate.html#ContextSourceTransactionManagerDelegate()"><B>ContextSourceTransactionManagerDelegate()</B></A> - 
Constructor for class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManagerDelegate.html" title="class in org.springframework.ldap.transaction.compensating.manager">ContextSourceTransactionManagerDelegate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/support/LdapUtils.html#convertBinarySidToString(byte[])"><B>convertBinarySidToString(byte[])</B></A> - 
Static method in class org.springframework.ldap.support.<A HREF="./org/springframework/ldap/support/LdapUtils.html" title="class in org.springframework.ldap.support">LdapUtils</A>
<DD>Converts a binary SID to its String representation, according to the
 algorithm described <a
 href="http://blogs.msdn.com/oldnewthing/archive/2004/03/15/89753.aspx"
 >here</a>.
<DT><A HREF="./org/springframework/ldap/support/LdapUtils.html#convertCompositeNameToString(javax.naming.CompositeName)"><B>convertCompositeNameToString(CompositeName)</B></A> - 
Static method in class org.springframework.ldap.support.<A HREF="./org/springframework/ldap/support/LdapUtils.html" title="class in org.springframework.ldap.support">LdapUtils</A>
<DD>Converts a CompositeName to a String in a way that avoids escaping
 problems, such as the dreaded "triple backslash" problem.
<DT><A HREF="./org/springframework/ldap/support/LdapUtils.html#convertLdapException(javax.naming.NamingException)"><B>convertLdapException(NamingException)</B></A> - 
Static method in class org.springframework.ldap.support.<A HREF="./org/springframework/ldap/support/LdapUtils.html" title="class in org.springframework.ldap.support">LdapUtils</A>
<DD>Convert the specified checked <A HREF="/usr/share/doc/default-jdk-doc/api/javax/naming/NamingException.html?is-external=true" title="class or interface in javax.naming"><CODE>NamingException</CODE></A> to a Spring LDAP runtime
 <A HREF="./org/springframework/ldap/NamingException.html" title="class in org.springframework.ldap"><CODE>NamingException</CODE></A>
 equivalent.
<DT><A HREF="./org/springframework/ldap/support/LdapUtils.html#convertStringSidToBinary(java.lang.String)"><B>convertStringSidToBinary(String)</B></A> - 
Static method in class org.springframework.ldap.support.<A HREF="./org/springframework/ldap/support/LdapUtils.html" title="class in org.springframework.ldap.support">LdapUtils</A>
<DD>Converts a String SID to its binary representation, according to the
 algorithm described <a
 href="http://blogs.msdn.com/oldnewthing/archive/2004/03/15/89753.aspx"
 >here</a>.
<DT><A HREF="./org/springframework/ldap/core/support/CountNameClassPairCallbackHandler.html" title="class in org.springframework.ldap.core.support"><B>CountNameClassPairCallbackHandler</B></A> - Class in <A HREF="./org/springframework/ldap/core/support/package-summary.html">org.springframework.ldap.core.support</A><DD>A <A HREF="./org/springframework/ldap/core/NameClassPairCallbackHandler.html" title="interface in org.springframework.ldap.core"><CODE>NameClassPairCallbackHandler</CODE></A> for counting all returned entries.<DT><A HREF="./org/springframework/ldap/core/support/CountNameClassPairCallbackHandler.html#CountNameClassPairCallbackHandler()"><B>CountNameClassPairCallbackHandler()</B></A> - 
Constructor for class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/CountNameClassPairCallbackHandler.html" title="class in org.springframework.ldap.core.support">CountNameClassPairCallbackHandler</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html#createContext(java.util.Hashtable)"><B>createContext(Hashtable)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html" title="class in org.springframework.ldap.core.support">AbstractContextSource</A>
<DD>Create a DirContext using the supplied environment.
<DT><A HREF="./org/springframework/ldap/control/CreateControlFailedException.html" title="class in org.springframework.ldap.control"><B>CreateControlFailedException</B></A> - Exception in <A HREF="./org/springframework/ldap/control/package-summary.html">org.springframework.ldap.control</A><DD>Thrown by an AbstractRequestControlDirContextProcessor when it cannot create
 a request control.<DT><A HREF="./org/springframework/ldap/control/CreateControlFailedException.html#CreateControlFailedException(java.lang.String)"><B>CreateControlFailedException(String)</B></A> - 
Constructor for exception org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/CreateControlFailedException.html" title="class in org.springframework.ldap.control">CreateControlFailedException</A>
<DD>Create a new CreateControlFailedException.
<DT><A HREF="./org/springframework/ldap/control/CreateControlFailedException.html#CreateControlFailedException(java.lang.String, java.lang.Throwable)"><B>CreateControlFailedException(String, Throwable)</B></A> - 
Constructor for exception org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/CreateControlFailedException.html" title="class in org.springframework.ldap.control">CreateControlFailedException</A>
<DD>Create a new CreateControlFailedException.
<DT><A HREF="./org/springframework/ldap/core/DefaultDnParserFactory.html#createDnParser(java.lang.String)"><B>createDnParser(String)</B></A> - 
Static method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DefaultDnParserFactory.html" title="class in org.springframework.ldap.core">DefaultDnParserFactory</A>
<DD>Create a new DnParser instance.
<DT><A HREF="./org/springframework/ldap/transaction/compensating/LdapCompensatingTransactionOperationFactory.html#createRecordingOperation(java.lang.Object, java.lang.String)"><B>createRecordingOperation(Object, String)</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/LdapCompensatingTransactionOperationFactory.html" title="class in org.springframework.ldap.transaction.compensating">LdapCompensatingTransactionOperationFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/transaction/compensating/CompensatingTransactionOperationFactory.html#createRecordingOperation(java.lang.Object, java.lang.String)"><B>createRecordingOperation(Object, String)</B></A> - 
Method in interface org.springframework.transaction.compensating.<A HREF="./org/springframework/transaction/compensating/CompensatingTransactionOperationFactory.html" title="interface in org.springframework.transaction.compensating">CompensatingTransactionOperationFactory</A>
<DD>Create an appropriate <A HREF="./org/springframework/transaction/compensating/CompensatingTransactionOperationRecorder.html" title="interface in org.springframework.transaction.compensating"><CODE>CompensatingTransactionOperationRecorder</CODE></A>
 instance corresponding to the supplied method name.
<DT><A HREF="./org/springframework/ldap/control/AbstractFallbackRequestAndResponseControlDirContextProcessor.html#createRequestControl(java.lang.Class[], java.lang.Object[])"><B>createRequestControl(Class[], Object[])</B></A> - 
Method in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/AbstractFallbackRequestAndResponseControlDirContextProcessor.html" title="class in org.springframework.ldap.control">AbstractFallbackRequestAndResponseControlDirContextProcessor</A>
<DD>Creates a request control using the constructor parameters given in
 <code>params</code>.
<DT><A HREF="./org/springframework/ldap/control/AbstractRequestControlDirContextProcessor.html#createRequestControl()"><B>createRequestControl()</B></A> - 
Method in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/AbstractRequestControlDirContextProcessor.html" title="class in org.springframework.ldap.control">AbstractRequestControlDirContextProcessor</A>
<DD>Create an instance of the appropriate RequestControl.
<DT><A HREF="./org/springframework/ldap/control/PagedResultsDirContextProcessor.html#createRequestControl()"><B>createRequestControl()</B></A> - 
Method in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/PagedResultsDirContextProcessor.html" title="class in org.springframework.ldap.control">PagedResultsDirContextProcessor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/control/PagedResultsRequestControl.html#createRequestControl()"><B>createRequestControl()</B></A> - 
Method in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/PagedResultsRequestControl.html" title="class in org.springframework.ldap.control">PagedResultsRequestControl</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/springframework/ldap/control/SortControlDirContextProcessor.html#createRequestControl()"><B>createRequestControl()</B></A> - 
Method in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/SortControlDirContextProcessor.html" title="class in org.springframework.ldap.control">SortControlDirContextProcessor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#createSubcontext(javax.naming.Name, javax.naming.directory.Attributes)"><B>createSubcontext(Name, Attributes)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#createSubcontext(java.lang.String, javax.naming.directory.Attributes)"><B>createSubcontext(String, Attributes)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#createSubcontext(javax.naming.Name)"><B>createSubcontext(Name)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#createSubcontext(java.lang.String)"><B>createSubcontext(String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingContext.html#createSubcontext(javax.naming.Name)"><B>createSubcontext(Name)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingContext.html" title="class in org.springframework.ldap.pool">DelegatingContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingContext.html#createSubcontext(java.lang.String)"><B>createSubcontext(String)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingContext.html" title="class in org.springframework.ldap.pool">DelegatingContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html#createSubcontext(javax.naming.Name, javax.naming.directory.Attributes)"><B>createSubcontext(Name, Attributes)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html" title="class in org.springframework.ldap.pool">DelegatingDirContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html#createSubcontext(java.lang.String, javax.naming.directory.Attributes)"><B>createSubcontext(String, Attributes)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html" title="class in org.springframework.ldap.pool">DelegatingDirContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/control/AbstractFallbackRequestAndResponseControlDirContextProcessor.html#critical"><B>critical</B></A> - 
Variable in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/AbstractFallbackRequestAndResponseControlDirContextProcessor.html" title="class in org.springframework.ldap.control">AbstractFallbackRequestAndResponseControlDirContextProcessor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DnParserImplTokenManager.html#curChar"><B>curChar</B></A> - 
Variable in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImplTokenManager.html" title="class in org.springframework.ldap.core">DnParserImplTokenManager</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/ParseException.html#currentToken"><B>currentToken</B></A> - 
Variable in exception org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/ParseException.html" title="class in org.springframework.ldap.core">ParseException</A>
<DD>This is the last token that has been consumed successfully.
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="./org/springframework/ldap/core/DnParserImplTokenManager.html#debugStream"><B>debugStream</B></A> - 
Variable in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImplTokenManager.html" title="class in org.springframework.ldap.core">DnParserImplTokenManager</A>
<DD>Debug output.
<DT><A HREF="./org/springframework/ldap/core/DnParserImplConstants.html#DEFAULT"><B>DEFAULT</B></A> - 
Static variable in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImplConstants.html" title="interface in org.springframework.ldap.core">DnParserImplConstants</A>
<DD>Lexical state.
<DT><A HREF="./org/springframework/ldap/transaction/compensating/support/DefaultTempEntryRenamingStrategy.html#DEFAULT_TEMP_SUFFIX"><B>DEFAULT_TEMP_SUFFIX</B></A> - 
Static variable in class org.springframework.ldap.transaction.compensating.support.<A HREF="./org/springframework/ldap/transaction/compensating/support/DefaultTempEntryRenamingStrategy.html" title="class in org.springframework.ldap.transaction.compensating.support">DefaultTempEntryRenamingStrategy</A>
<DD>The default temp entry suffix, &quot;_temp&quot;.
<DT><A HREF="./org/springframework/transaction/compensating/support/DefaultCompensatingTransactionOperationManager.html" title="class in org.springframework.transaction.compensating.support"><B>DefaultCompensatingTransactionOperationManager</B></A> - Class in <A HREF="./org/springframework/transaction/compensating/support/package-summary.html">org.springframework.transaction.compensating.support</A><DD>Default implementation of <A HREF="./org/springframework/transaction/compensating/CompensatingTransactionOperationManager.html" title="interface in org.springframework.transaction.compensating"><CODE>CompensatingTransactionOperationManager</CODE></A>.<DT><A HREF="./org/springframework/transaction/compensating/support/DefaultCompensatingTransactionOperationManager.html#DefaultCompensatingTransactionOperationManager(org.springframework.transaction.compensating.CompensatingTransactionOperationFactory)"><B>DefaultCompensatingTransactionOperationManager(CompensatingTransactionOperationFactory)</B></A> - 
Constructor for class org.springframework.transaction.compensating.support.<A HREF="./org/springframework/transaction/compensating/support/DefaultCompensatingTransactionOperationManager.html" title="class in org.springframework.transaction.compensating.support">DefaultCompensatingTransactionOperationManager</A>
<DD>Set the <A HREF="./org/springframework/transaction/compensating/CompensatingTransactionOperationFactory.html" title="interface in org.springframework.transaction.compensating"><CODE>CompensatingTransactionOperationFactory</CODE></A> to use.
<DT><A HREF="./org/springframework/ldap/pool/validation/DefaultDirContextValidator.html" title="class in org.springframework.ldap.pool.validation"><B>DefaultDirContextValidator</B></A> - Class in <A HREF="./org/springframework/ldap/pool/validation/package-summary.html">org.springframework.ldap.pool.validation</A><DD>Default <A HREF="/usr/share/doc/default-jdk-doc/api/javax/naming/directory/DirContext.html?is-external=true" title="class or interface in javax.naming.directory"><CODE>DirContext</CODE></A> validator that executes <A HREF="/usr/share/doc/default-jdk-doc/api/javax/naming/directory/DirContext.html?is-external=true#search(java.lang.String, java.lang.String, javax.naming.directory.SearchControls)" title="class or interface in javax.naming.directory"><CODE>DirContext.search(String, String, SearchControls)</CODE></A>.<DT><A HREF="./org/springframework/ldap/pool/validation/DefaultDirContextValidator.html#DefaultDirContextValidator()"><B>DefaultDirContextValidator()</B></A> - 
Constructor for class org.springframework.ldap.pool.validation.<A HREF="./org/springframework/ldap/pool/validation/DefaultDirContextValidator.html" title="class in org.springframework.ldap.pool.validation">DefaultDirContextValidator</A>
<DD>Create the default validator, creates <A HREF="/usr/share/doc/default-jdk-doc/api/javax/naming/directory/SearchControls.html?is-external=true" title="class or interface in javax.naming.directory"><CODE>SearchControls</CODE></A> with search scope <code>OBJECT_SCOPE</code>,
 a countLimit of 1, returningAttributes of objectclass and timeLimit of 500.
<DT><A HREF="./org/springframework/ldap/pool/validation/DefaultDirContextValidator.html#DefaultDirContextValidator(int)"><B>DefaultDirContextValidator(int)</B></A> - 
Constructor for class org.springframework.ldap.pool.validation.<A HREF="./org/springframework/ldap/pool/validation/DefaultDirContextValidator.html" title="class in org.springframework.ldap.pool.validation">DefaultDirContextValidator</A>
<DD>Create a validator with all the defaults of the default constructor, but with the search scope set to the
 referred value.
<DT><A HREF="./org/springframework/ldap/core/support/DefaultDirObjectFactory.html" title="class in org.springframework.ldap.core.support"><B>DefaultDirObjectFactory</B></A> - Class in <A HREF="./org/springframework/ldap/core/support/package-summary.html">org.springframework.ldap.core.support</A><DD>Default implementation of the DirObjectFactory interface.<DT><A HREF="./org/springframework/ldap/core/support/DefaultDirObjectFactory.html#DefaultDirObjectFactory()"><B>DefaultDirObjectFactory()</B></A> - 
Constructor for class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/DefaultDirObjectFactory.html" title="class in org.springframework.ldap.core.support">DefaultDirObjectFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DefaultDnParserFactory.html" title="class in org.springframework.ldap.core"><B>DefaultDnParserFactory</B></A> - Class in <A HREF="./org/springframework/ldap/core/package-summary.html">org.springframework.ldap.core</A><DD>A factory for creating DnParser instances.<DT><A HREF="./org/springframework/ldap/core/DefaultDnParserFactory.html#DefaultDnParserFactory()"><B>DefaultDnParserFactory()</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DefaultDnParserFactory.html" title="class in org.springframework.ldap.core">DefaultDnParserFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DefaultNameClassPairMapper.html" title="class in org.springframework.ldap.core"><B>DefaultNameClassPairMapper</B></A> - Class in <A HREF="./org/springframework/ldap/core/package-summary.html">org.springframework.ldap.core</A><DD>The default NameClassPairMapper implementation.<DT><A HREF="./org/springframework/ldap/core/DefaultNameClassPairMapper.html#DefaultNameClassPairMapper()"><B>DefaultNameClassPairMapper()</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DefaultNameClassPairMapper.html" title="class in org.springframework.ldap.core">DefaultNameClassPairMapper</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/control/AbstractFallbackRequestAndResponseControlDirContextProcessor.html#defaultRequestControl"><B>defaultRequestControl</B></A> - 
Variable in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/AbstractFallbackRequestAndResponseControlDirContextProcessor.html" title="class in org.springframework.ldap.control">AbstractFallbackRequestAndResponseControlDirContextProcessor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/control/AbstractFallbackRequestAndResponseControlDirContextProcessor.html#defaultResponseControl"><B>defaultResponseControl</B></A> - 
Variable in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/AbstractFallbackRequestAndResponseControlDirContextProcessor.html" title="class in org.springframework.ldap.control">AbstractFallbackRequestAndResponseControlDirContextProcessor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/support/DefaultTempEntryRenamingStrategy.html" title="class in org.springframework.ldap.transaction.compensating.support"><B>DefaultTempEntryRenamingStrategy</B></A> - Class in <A HREF="./org/springframework/ldap/transaction/compensating/support/package-summary.html">org.springframework.ldap.transaction.compensating.support</A><DD>Default implementation of <A HREF="./org/springframework/ldap/transaction/compensating/TempEntryRenamingStrategy.html" title="interface in org.springframework.ldap.transaction.compensating"><CODE>TempEntryRenamingStrategy</CODE></A>.<DT><A HREF="./org/springframework/ldap/transaction/compensating/support/DefaultTempEntryRenamingStrategy.html#DefaultTempEntryRenamingStrategy()"><B>DefaultTempEntryRenamingStrategy()</B></A> - 
Constructor for class org.springframework.ldap.transaction.compensating.support.<A HREF="./org/springframework/ldap/transaction/compensating/support/DefaultTempEntryRenamingStrategy.html" title="class in org.springframework.ldap.transaction.compensating.support">DefaultTempEntryRenamingStrategy</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/DefaultTlsDirContextAuthenticationStrategy.html" title="class in org.springframework.ldap.core.support"><B>DefaultTlsDirContextAuthenticationStrategy</B></A> - Class in <A HREF="./org/springframework/ldap/core/support/package-summary.html">org.springframework.ldap.core.support</A><DD>Default implementation of TLS authentication.<DT><A HREF="./org/springframework/ldap/core/support/DefaultTlsDirContextAuthenticationStrategy.html#DefaultTlsDirContextAuthenticationStrategy()"><B>DefaultTlsDirContextAuthenticationStrategy()</B></A> - 
Constructor for class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/DefaultTlsDirContextAuthenticationStrategy.html" title="class in org.springframework.ldap.core.support">DefaultTlsDirContextAuthenticationStrategy</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/authentication/DefaultValuesAuthenticationSourceDecorator.html" title="class in org.springframework.ldap.authentication"><B>DefaultValuesAuthenticationSourceDecorator</B></A> - Class in <A HREF="./org/springframework/ldap/authentication/package-summary.html">org.springframework.ldap.authentication</A><DD>Decorator on AuthenticationSource to have default authentication information
 be returned should the target return empty principal and credentials.<DT><A HREF="./org/springframework/ldap/authentication/DefaultValuesAuthenticationSourceDecorator.html#DefaultValuesAuthenticationSourceDecorator()"><B>DefaultValuesAuthenticationSourceDecorator()</B></A> - 
Constructor for class org.springframework.ldap.authentication.<A HREF="./org/springframework/ldap/authentication/DefaultValuesAuthenticationSourceDecorator.html" title="class in org.springframework.ldap.authentication">DefaultValuesAuthenticationSourceDecorator</A>
<DD>Constructor for bean usage.
<DT><A HREF="./org/springframework/ldap/authentication/DefaultValuesAuthenticationSourceDecorator.html#DefaultValuesAuthenticationSourceDecorator(org.springframework.ldap.core.AuthenticationSource, java.lang.String, java.lang.String)"><B>DefaultValuesAuthenticationSourceDecorator(AuthenticationSource, String, String)</B></A> - 
Constructor for class org.springframework.ldap.authentication.<A HREF="./org/springframework/ldap/authentication/DefaultValuesAuthenticationSourceDecorator.html" title="class in org.springframework.ldap.authentication">DefaultValuesAuthenticationSourceDecorator</A>
<DD>Constructor to setup instance directly.
<DT><A HREF="./org/springframework/ldap/pool/DelegatingContext.html" title="class in org.springframework.ldap.pool"><B>DelegatingContext</B></A> - Class in <A HREF="./org/springframework/ldap/pool/package-summary.html">org.springframework.ldap.pool</A><DD>Used by <A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory"><CODE>PoolingContextSource</CODE></A> to wrap a <A HREF="/usr/share/doc/default-jdk-doc/api/javax/naming/Context.html?is-external=true" title="class or interface in javax.naming"><CODE>Context</CODE></A>, delegating most methods
 to the underlying context, retains a reference to the pool the context was checked out
 from and returns itself to the pool when <A HREF="./org/springframework/ldap/pool/DelegatingContext.html#close()"><CODE>DelegatingContext.close()</CODE></A> is called.<DT><A HREF="./org/springframework/ldap/pool/DelegatingContext.html#DelegatingContext(org.apache.commons.pool.KeyedObjectPool, javax.naming.Context, org.springframework.ldap.pool.DirContextType)"><B>DelegatingContext(KeyedObjectPool, Context, DirContextType)</B></A> - 
Constructor for class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingContext.html" title="class in org.springframework.ldap.pool">DelegatingContext</A>
<DD>Create a new delegating context for the specified pool, context and context type.
<DT><A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html" title="class in org.springframework.ldap.pool"><B>DelegatingDirContext</B></A> - Class in <A HREF="./org/springframework/ldap/pool/package-summary.html">org.springframework.ldap.pool</A><DD>Used by <A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory"><CODE>PoolingContextSource</CODE></A> to wrap a <A HREF="/usr/share/doc/default-jdk-doc/api/javax/naming/directory/DirContext.html?is-external=true" title="class or interface in javax.naming.directory"><CODE>DirContext</CODE></A>, delegating most methods
 to the underlying context.<DT><A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html#DelegatingDirContext(org.apache.commons.pool.KeyedObjectPool, javax.naming.directory.DirContext, org.springframework.ldap.pool.DirContextType)"><B>DelegatingDirContext(KeyedObjectPool, DirContext, DirContextType)</B></A> - 
Constructor for class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html" title="class in org.springframework.ldap.pool">DelegatingDirContext</A>
<DD>Create a new delegating dir context for the specified pool, context and context type.
<DT><A HREF="./org/springframework/ldap/pool/DelegatingLdapContext.html" title="class in org.springframework.ldap.pool"><B>DelegatingLdapContext</B></A> - Class in <A HREF="./org/springframework/ldap/pool/package-summary.html">org.springframework.ldap.pool</A><DD>Used by <A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory"><CODE>PoolingContextSource</CODE></A> to wrap a <A HREF="/usr/share/doc/default-jdk-doc/api/javax/naming/ldap/LdapContext.html?is-external=true" title="class or interface in javax.naming.ldap"><CODE>LdapContext</CODE></A>, delegating most methods
 to the underlying context.<DT><A HREF="./org/springframework/ldap/pool/DelegatingLdapContext.html#DelegatingLdapContext(org.apache.commons.pool.KeyedObjectPool, javax.naming.ldap.LdapContext, org.springframework.ldap.pool.DirContextType)"><B>DelegatingLdapContext(KeyedObjectPool, LdapContext, DirContextType)</B></A> - 
Constructor for class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingLdapContext.html" title="class in org.springframework.ldap.pool">DelegatingLdapContext</A>
<DD>Create a new delegating ldap context for the specified pool, context and context type.
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#deleteRecursively(javax.naming.directory.DirContext, org.springframework.ldap.core.DistinguishedName)"><B>deleteRecursively(DirContext, DistinguishedName)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>Delete all subcontexts including the current one recursively.
<DT><A HREF="./org/springframework/ldap/core/support/SingleContextSource.html#destroy()"><B>destroy()</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/SingleContextSource.html" title="class in org.springframework.ldap.core.support">SingleContextSource</A>
<DD>Destroy method that allows the target DirContext to be cleaned up when
 the SingleContextSource is not going to be used any more.
<DT><A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html#destroy()"><B>destroy()</B></A> - 
Method in class org.springframework.ldap.pool.factory.<A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory">PoolingContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#destroySubcontext(javax.naming.Name)"><B>destroySubcontext(Name)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#destroySubcontext(java.lang.String)"><B>destroySubcontext(String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingContext.html#destroySubcontext(javax.naming.Name)"><B>destroySubcontext(Name)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingContext.html" title="class in org.springframework.ldap.pool">DelegatingContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingContext.html#destroySubcontext(java.lang.String)"><B>destroySubcontext(String)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingContext.html" title="class in org.springframework.ldap.pool">DelegatingContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/support/DifferentSubtreeTempEntryRenamingStrategy.html" title="class in org.springframework.ldap.transaction.compensating.support"><B>DifferentSubtreeTempEntryRenamingStrategy</B></A> - Class in <A HREF="./org/springframework/ldap/transaction/compensating/support/package-summary.html">org.springframework.ldap.transaction.compensating.support</A><DD>A <A HREF="./org/springframework/ldap/transaction/compensating/TempEntryRenamingStrategy.html" title="interface in org.springframework.ldap.transaction.compensating"><CODE>TempEntryRenamingStrategy</CODE></A> that moves the entry to a different
 subtree than the original entry.<DT><A HREF="./org/springframework/ldap/transaction/compensating/support/DifferentSubtreeTempEntryRenamingStrategy.html#DifferentSubtreeTempEntryRenamingStrategy(javax.naming.Name)"><B>DifferentSubtreeTempEntryRenamingStrategy(Name)</B></A> - 
Constructor for class org.springframework.ldap.transaction.compensating.support.<A HREF="./org/springframework/ldap/transaction/compensating/support/DifferentSubtreeTempEntryRenamingStrategy.html" title="class in org.springframework.ldap.transaction.compensating.support">DifferentSubtreeTempEntryRenamingStrategy</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/DigestMd5DirContextAuthenticationStrategy.html" title="class in org.springframework.ldap.core.support"><B>DigestMd5DirContextAuthenticationStrategy</B></A> - Class in <A HREF="./org/springframework/ldap/core/support/package-summary.html">org.springframework.ldap.core.support</A><DD>Authentication strategy for LDAP DIGEST-MD5 SASL mechanism.<DT><A HREF="./org/springframework/ldap/core/support/DigestMd5DirContextAuthenticationStrategy.html#DigestMd5DirContextAuthenticationStrategy()"><B>DigestMd5DirContextAuthenticationStrategy()</B></A> - 
Constructor for class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/DigestMd5DirContextAuthenticationStrategy.html" title="class in org.springframework.ldap.core.support">DigestMd5DirContextAuthenticationStrategy</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DnParserImplConstants.html#DIGIT"><B>DIGIT</B></A> - 
Static variable in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImplConstants.html" title="interface in org.springframework.ldap.core">DnParserImplConstants</A>
<DD>RegularExpression Id.
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core"><B>DirContextAdapter</B></A> - Class in <A HREF="./org/springframework/ldap/core/package-summary.html">org.springframework.ldap.core</A><DD>Adapter that implements the interesting methods of the DirContext interface.<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#DirContextAdapter()"><B>DirContextAdapter()</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>Default constructor.
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#DirContextAdapter(java.lang.String)"><B>DirContextAdapter(String)</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>Create a new DirContextAdapter from the supplied DN String.
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#DirContextAdapter(javax.naming.Name)"><B>DirContextAdapter(Name)</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>Create a new adapter from the supplied dn.
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#DirContextAdapter(javax.naming.directory.Attributes, javax.naming.Name)"><B>DirContextAdapter(Attributes, Name)</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>Create a new adapter from the supplied attributes and dn.
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#DirContextAdapter(javax.naming.directory.Attributes, javax.naming.Name, javax.naming.Name)"><B>DirContextAdapter(Attributes, Name, Name)</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>Create a new adapter from the supplied attributes, dn, and base.
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#DirContextAdapter(javax.naming.directory.Attributes, javax.naming.Name, javax.naming.Name, java.lang.String)"><B>DirContextAdapter(Attributes, Name, Name, String)</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>Create a new adapter from the supplied attributes, dn, base, and referral
 url.
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#DirContextAdapter(org.springframework.ldap.core.DirContextAdapter)"><B>DirContextAdapter(DirContextAdapter)</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>Constructor for cloning an existing adapter.
<DT><A HREF="./org/springframework/ldap/core/support/DirContextAuthenticationStrategy.html" title="interface in org.springframework.ldap.core.support"><B>DirContextAuthenticationStrategy</B></A> - Interface in <A HREF="./org/springframework/ldap/core/support/package-summary.html">org.springframework.ldap.core.support</A><DD>A strategy to use when authenticating LDAP connections on creation.<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/DirContextHolder.html" title="class in org.springframework.ldap.transaction.compensating.manager"><B>DirContextHolder</B></A> - Class in <A HREF="./org/springframework/ldap/transaction/compensating/manager/package-summary.html">org.springframework.ldap.transaction.compensating.manager</A><DD>Keeps track of the transaction DirContext.<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/DirContextHolder.html#DirContextHolder(org.springframework.transaction.compensating.CompensatingTransactionOperationManager, javax.naming.directory.DirContext)"><B>DirContextHolder(CompensatingTransactionOperationManager, DirContext)</B></A> - 
Constructor for class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/DirContextHolder.html" title="class in org.springframework.ldap.transaction.compensating.manager">DirContextHolder</A>
<DD>Constructor.
<DT><A HREF="./org/springframework/ldap/core/DirContextOperations.html" title="interface in org.springframework.ldap.core"><B>DirContextOperations</B></A> - Interface in <A HREF="./org/springframework/ldap/core/package-summary.html">org.springframework.ldap.core</A><DD>Interface for DirContextAdapter.<DT><A HREF="./org/springframework/ldap/core/DirContextProcessor.html" title="interface in org.springframework.ldap.core"><B>DirContextProcessor</B></A> - Interface in <A HREF="./org/springframework/ldap/core/package-summary.html">org.springframework.ldap.core</A><DD>Interface to be called in search by <A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core"><CODE>LdapTemplate</CODE></A> before and after the
 actual search and enumeration traversal.<DT><A HREF="./org/springframework/ldap/core/DirContextProxy.html" title="interface in org.springframework.ldap.core"><B>DirContextProxy</B></A> - Interface in <A HREF="./org/springframework/ldap/core/package-summary.html">org.springframework.ldap.core</A><DD>Helper interface to be able to get hold of the target <code>DirContext</code>
 from proxies created by <code>ContextSource</code> proxies.<DT><A HREF="./org/springframework/ldap/core/support/DirContextSource.html" title="class in org.springframework.ldap.core.support"><B>DirContextSource</B></A> - Class in <A HREF="./org/springframework/ldap/core/support/package-summary.html">org.springframework.ldap.core.support</A><DD>ContextSource implementation which creates InitialDirContext instances, for
 LDAPv2 compatibility.<DT><A HREF="./org/springframework/ldap/core/support/DirContextSource.html#DirContextSource()"><B>DirContextSource()</B></A> - 
Constructor for class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/DirContextSource.html" title="class in org.springframework.ldap.core.support">DirContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DirContextType.html" title="class in org.springframework.ldap.pool"><B>DirContextType</B></A> - Class in <A HREF="./org/springframework/ldap/pool/package-summary.html">org.springframework.ldap.pool</A><DD>An enum representing the two types of <A HREF="/usr/share/doc/default-jdk-doc/api/javax/naming/directory/DirContext.html?is-external=true" title="class or interface in javax.naming.directory"><CODE>DirContext</CODE></A>s that can be returned by a
 <A HREF="./org/springframework/ldap/core/ContextSource.html" title="interface in org.springframework.ldap.core"><CODE>ContextSource</CODE></A>.<DT><A HREF="./org/springframework/ldap/pool/validation/DirContextValidator.html" title="interface in org.springframework.ldap.pool.validation"><B>DirContextValidator</B></A> - Interface in <A HREF="./org/springframework/ldap/pool/validation/package-summary.html">org.springframework.ldap.pool.validation</A><DD>A validator for <A HREF="/usr/share/doc/default-jdk-doc/api/javax/naming/directory/DirContext.html?is-external=true" title="class or interface in javax.naming.directory"><CODE>DirContext</CODE></A>s.<DT><A HREF="./org/springframework/ldap/core/DnParserImpl.html#disable_tracing()"><B>disable_tracing()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImpl.html" title="class in org.springframework.ldap.core">DnParserImpl</A>
<DD>Disable tracing.
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core"><B>DistinguishedName</B></A> - Class in <A HREF="./org/springframework/ldap/core/package-summary.html">org.springframework.ldap.core</A><DD>Default implementation of a <A HREF="/usr/share/doc/default-jdk-doc/api/javax/naming/Name.html?is-external=true" title="class or interface in javax.naming"><CODE>Name</CODE></A> corresponding to an LDAP path.<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#DistinguishedName()"><B>DistinguishedName()</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>Construct a new DistinguishedName with no components.
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#DistinguishedName(java.lang.String)"><B>DistinguishedName(String)</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>Construct a new <code>DistinguishedName</code> from a String.
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#DistinguishedName(java.util.List)"><B>DistinguishedName(List)</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>Construct a new <code>DistinguishedName</code> from the supplied
 <code>List</code> of <A HREF="./org/springframework/ldap/core/LdapRdn.html" title="class in org.springframework.ldap.core"><CODE>LdapRdn</CODE></A> objects.
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#DistinguishedName(javax.naming.Name)"><B>DistinguishedName(Name)</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>Construct a new <code>DistinguishedName</code> from the supplied
 <A HREF="/usr/share/doc/default-jdk-doc/api/javax/naming/Name.html?is-external=true" title="class or interface in javax.naming"><CODE>Name</CODE></A>.
<DT><A HREF="./org/springframework/ldap/core/DistinguishedNameEditor.html" title="class in org.springframework.ldap.core"><B>DistinguishedNameEditor</B></A> - Class in <A HREF="./org/springframework/ldap/core/package-summary.html">org.springframework.ldap.core</A><DD>Property editor for use with <A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core"><CODE>DistinguishedName</CODE></A> instances.<DT><A HREF="./org/springframework/ldap/core/DistinguishedNameEditor.html#DistinguishedNameEditor()"><B>DistinguishedNameEditor()</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedNameEditor.html" title="class in org.springframework.ldap.core">DistinguishedNameEditor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DnParser.html#dn()"><B>dn()</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParser.html" title="interface in org.springframework.ldap.core">DnParser</A>
<DD>Parse a full Distinguished Name.
<DT><A HREF="./org/springframework/ldap/core/DnParserImpl.html#dn()"><B>dn()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImpl.html" title="class in org.springframework.ldap.core">DnParserImpl</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DnParser.html" title="interface in org.springframework.ldap.core"><B>DnParser</B></A> - Interface in <A HREF="./org/springframework/ldap/core/package-summary.html">org.springframework.ldap.core</A><DD>A parser for RFC2253-compliant Distinguished Names.<DT><A HREF="./org/springframework/ldap/core/DnParserImpl.html" title="class in org.springframework.ldap.core"><B>DnParserImpl</B></A> - Class in <A HREF="./org/springframework/ldap/core/package-summary.html">org.springframework.ldap.core</A><DD>&nbsp;<DT><A HREF="./org/springframework/ldap/core/DnParserImpl.html#DnParserImpl(java.io.InputStream)"><B>DnParserImpl(InputStream)</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImpl.html" title="class in org.springframework.ldap.core">DnParserImpl</A>
<DD>Constructor with InputStream.
<DT><A HREF="./org/springframework/ldap/core/DnParserImpl.html#DnParserImpl(java.io.InputStream, java.lang.String)"><B>DnParserImpl(InputStream, String)</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImpl.html" title="class in org.springframework.ldap.core">DnParserImpl</A>
<DD>Constructor with InputStream and supplied encoding
<DT><A HREF="./org/springframework/ldap/core/DnParserImpl.html#DnParserImpl(java.io.Reader)"><B>DnParserImpl(Reader)</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImpl.html" title="class in org.springframework.ldap.core">DnParserImpl</A>
<DD>Constructor.
<DT><A HREF="./org/springframework/ldap/core/DnParserImpl.html#DnParserImpl(org.springframework.ldap.core.DnParserImplTokenManager)"><B>DnParserImpl(DnParserImplTokenManager)</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImpl.html" title="class in org.springframework.ldap.core">DnParserImpl</A>
<DD>Constructor with generated Token Manager.
<DT><A HREF="./org/springframework/ldap/core/DnParserImplConstants.html" title="interface in org.springframework.ldap.core"><B>DnParserImplConstants</B></A> - Interface in <A HREF="./org/springframework/ldap/core/package-summary.html">org.springframework.ldap.core</A><DD>Token literal values and constants.<DT><A HREF="./org/springframework/ldap/core/DnParserImplTokenManager.html" title="class in org.springframework.ldap.core"><B>DnParserImplTokenManager</B></A> - Class in <A HREF="./org/springframework/ldap/core/package-summary.html">org.springframework.ldap.core</A><DD>Token Manager.<DT><A HREF="./org/springframework/ldap/core/DnParserImplTokenManager.html#DnParserImplTokenManager(org.springframework.ldap.core.SimpleCharStream)"><B>DnParserImplTokenManager(SimpleCharStream)</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImplTokenManager.html" title="class in org.springframework.ldap.core">DnParserImplTokenManager</A>
<DD>Constructor.
<DT><A HREF="./org/springframework/ldap/core/DnParserImplTokenManager.html#DnParserImplTokenManager(org.springframework.ldap.core.SimpleCharStream, int)"><B>DnParserImplTokenManager(SimpleCharStream, int)</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImplTokenManager.html" title="class in org.springframework.ldap.core">DnParserImplTokenManager</A>
<DD>Constructor.
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndDataSourceTransactionManager.html#doBegin(java.lang.Object, org.springframework.transaction.TransactionDefinition)"><B>doBegin(Object, TransactionDefinition)</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndDataSourceTransactionManager.html" title="class in org.springframework.ldap.transaction.compensating.manager">ContextSourceAndDataSourceTransactionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndHibernateTransactionManager.html#doBegin(java.lang.Object, org.springframework.transaction.TransactionDefinition)"><B>doBegin(Object, TransactionDefinition)</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndHibernateTransactionManager.html" title="class in org.springframework.ldap.transaction.compensating.manager">ContextSourceAndHibernateTransactionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManager.html#doBegin(java.lang.Object, org.springframework.transaction.TransactionDefinition)"><B>doBegin(Object, TransactionDefinition)</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManager.html" title="class in org.springframework.ldap.transaction.compensating.manager">ContextSourceTransactionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/transaction/compensating/support/AbstractCompensatingTransactionManagerDelegate.html#doBegin(java.lang.Object, org.springframework.transaction.TransactionDefinition)"><B>doBegin(Object, TransactionDefinition)</B></A> - 
Method in class org.springframework.transaction.compensating.support.<A HREF="./org/springframework/transaction/compensating/support/AbstractCompensatingTransactionManagerDelegate.html" title="class in org.springframework.transaction.compensating.support">AbstractCompensatingTransactionManagerDelegate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndDataSourceTransactionManager.html#doCleanupAfterCompletion(java.lang.Object)"><B>doCleanupAfterCompletion(Object)</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndDataSourceTransactionManager.html" title="class in org.springframework.ldap.transaction.compensating.manager">ContextSourceAndDataSourceTransactionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndHibernateTransactionManager.html#doCleanupAfterCompletion(java.lang.Object)"><B>doCleanupAfterCompletion(Object)</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndHibernateTransactionManager.html" title="class in org.springframework.ldap.transaction.compensating.manager">ContextSourceAndHibernateTransactionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManager.html#doCleanupAfterCompletion(java.lang.Object)"><B>doCleanupAfterCompletion(Object)</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManager.html" title="class in org.springframework.ldap.transaction.compensating.manager">ContextSourceTransactionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/transaction/compensating/support/AbstractCompensatingTransactionManagerDelegate.html#doCleanupAfterCompletion(java.lang.Object)"><B>doCleanupAfterCompletion(Object)</B></A> - 
Method in class org.springframework.transaction.compensating.support.<A HREF="./org/springframework/transaction/compensating/support/AbstractCompensatingTransactionManagerDelegate.html" title="class in org.springframework.transaction.compensating.support">AbstractCompensatingTransactionManagerDelegate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndDataSourceTransactionManager.html#doCommit(org.springframework.transaction.support.DefaultTransactionStatus)"><B>doCommit(DefaultTransactionStatus)</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndDataSourceTransactionManager.html" title="class in org.springframework.ldap.transaction.compensating.manager">ContextSourceAndDataSourceTransactionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndHibernateTransactionManager.html#doCommit(org.springframework.transaction.support.DefaultTransactionStatus)"><B>doCommit(DefaultTransactionStatus)</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndHibernateTransactionManager.html" title="class in org.springframework.ldap.transaction.compensating.manager">ContextSourceAndHibernateTransactionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManager.html#doCommit(org.springframework.transaction.support.DefaultTransactionStatus)"><B>doCommit(DefaultTransactionStatus)</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManager.html" title="class in org.springframework.ldap.transaction.compensating.manager">ContextSourceTransactionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/transaction/compensating/support/AbstractCompensatingTransactionManagerDelegate.html#doCommit(org.springframework.transaction.support.DefaultTransactionStatus)"><B>doCommit(DefaultTransactionStatus)</B></A> - 
Method in class org.springframework.transaction.compensating.support.<A HREF="./org/springframework/transaction/compensating/support/AbstractCompensatingTransactionManagerDelegate.html" title="class in org.springframework.transaction.compensating.support">AbstractCompensatingTransactionManagerDelegate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndDataSourceTransactionManager.html#doGetTransaction()"><B>doGetTransaction()</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndDataSourceTransactionManager.html" title="class in org.springframework.ldap.transaction.compensating.manager">ContextSourceAndDataSourceTransactionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndHibernateTransactionManager.html#doGetTransaction()"><B>doGetTransaction()</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndHibernateTransactionManager.html" title="class in org.springframework.ldap.transaction.compensating.manager">ContextSourceAndHibernateTransactionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManager.html#doGetTransaction()"><B>doGetTransaction()</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManager.html" title="class in org.springframework.ldap.transaction.compensating.manager">ContextSourceTransactionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/transaction/compensating/support/AbstractCompensatingTransactionManagerDelegate.html#doGetTransaction()"><B>doGetTransaction()</B></A> - 
Method in class org.springframework.transaction.compensating.support.<A HREF="./org/springframework/transaction/compensating/support/AbstractCompensatingTransactionManagerDelegate.html" title="class in org.springframework.transaction.compensating.support">AbstractCompensatingTransactionManagerDelegate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/simple/AbstractParameterizedContextMapper.html#doMapFromContext(org.springframework.ldap.core.DirContextOperations)"><B>doMapFromContext(DirContextOperations)</B></A> - 
Method in class org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/AbstractParameterizedContextMapper.html" title="class in org.springframework.ldap.core.simple">AbstractParameterizedContextMapper</A>
<DD>Map a single <code>DirContextOperation</code> to an object.
<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextMapper.html#doMapFromContext(org.springframework.ldap.core.DirContextOperations)"><B>doMapFromContext(DirContextOperations)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractContextMapper.html" title="class in org.springframework.ldap.core.support">AbstractContextMapper</A>
<DD>Map a single <code>DirContextOperation</code> to an object.
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#Done()"><B>Done()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>Reset buffer when finished.
<DT><A HREF="./org/springframework/ldap/core/LdapRdnComponent.html#DONT_DECODE_VALUE"><B>DONT_DECODE_VALUE</B></A> - 
Static variable in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapRdnComponent.html" title="class in org.springframework.ldap.core">LdapRdnComponent</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndDataSourceTransactionManager.html#doResume(java.lang.Object, java.lang.Object)"><B>doResume(Object, Object)</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndDataSourceTransactionManager.html" title="class in org.springframework.ldap.transaction.compensating.manager">ContextSourceAndDataSourceTransactionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndHibernateTransactionManager.html#doResume(java.lang.Object, java.lang.Object)"><B>doResume(Object, Object)</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndHibernateTransactionManager.html" title="class in org.springframework.ldap.transaction.compensating.manager">ContextSourceAndHibernateTransactionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndDataSourceTransactionManager.html#doRollback(org.springframework.transaction.support.DefaultTransactionStatus)"><B>doRollback(DefaultTransactionStatus)</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndDataSourceTransactionManager.html" title="class in org.springframework.ldap.transaction.compensating.manager">ContextSourceAndDataSourceTransactionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndHibernateTransactionManager.html#doRollback(org.springframework.transaction.support.DefaultTransactionStatus)"><B>doRollback(DefaultTransactionStatus)</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndHibernateTransactionManager.html" title="class in org.springframework.ldap.transaction.compensating.manager">ContextSourceAndHibernateTransactionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManager.html#doRollback(org.springframework.transaction.support.DefaultTransactionStatus)"><B>doRollback(DefaultTransactionStatus)</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManager.html" title="class in org.springframework.ldap.transaction.compensating.manager">ContextSourceTransactionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/transaction/compensating/support/AbstractCompensatingTransactionManagerDelegate.html#doRollback(org.springframework.transaction.support.DefaultTransactionStatus)"><B>doRollback(DefaultTransactionStatus)</B></A> - 
Method in class org.springframework.transaction.compensating.support.<A HREF="./org/springframework/transaction/compensating/support/AbstractCompensatingTransactionManagerDelegate.html" title="class in org.springframework.transaction.compensating.support">AbstractCompensatingTransactionManagerDelegate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndDataSourceTransactionManager.html#doSuspend(java.lang.Object)"><B>doSuspend(Object)</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndDataSourceTransactionManager.html" title="class in org.springframework.ldap.transaction.compensating.manager">ContextSourceAndDataSourceTransactionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndHibernateTransactionManager.html#doSuspend(java.lang.Object)"><B>doSuspend(Object)</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndHibernateTransactionManager.html" title="class in org.springframework.ldap.transaction.compensating.manager">ContextSourceAndHibernateTransactionManager</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#EMPTY_PATH"><B>EMPTY_PATH</B></A> - 
Static variable in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>An empty, unmodifiable DistinguishedName.
<DT><A HREF="./org/springframework/ldap/core/DnParserImpl.html#enable_tracing()"><B>enable_tracing()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImpl.html" title="class in org.springframework.ldap.core">DnParserImpl</A>
<DD>Enable tracing.
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#encode()"><B>encode()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>Builds a complete LDAP path, ldap encoded, useful as a DN.
<DT><A HREF="./org/springframework/ldap/filter/AbstractFilter.html#encode(java.lang.StringBuffer)"><B>encode(StringBuffer)</B></A> - 
Method in class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/AbstractFilter.html" title="class in org.springframework.ldap.filter">AbstractFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/filter/AbstractFilter.html#encode()"><B>encode()</B></A> - 
Method in class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/AbstractFilter.html" title="class in org.springframework.ldap.filter">AbstractFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/filter/BinaryLogicalFilter.html#encode(java.lang.StringBuffer)"><B>encode(StringBuffer)</B></A> - 
Method in class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/BinaryLogicalFilter.html" title="class in org.springframework.ldap.filter">BinaryLogicalFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/filter/CompareFilter.html#encode(java.lang.StringBuffer)"><B>encode(StringBuffer)</B></A> - 
Method in class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/CompareFilter.html" title="class in org.springframework.ldap.filter">CompareFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/filter/Filter.html#encode()"><B>encode()</B></A> - 
Method in interface org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/Filter.html" title="interface in org.springframework.ldap.filter">Filter</A>
<DD>Encodes the filter to a String.
<DT><A HREF="./org/springframework/ldap/filter/Filter.html#encode(java.lang.StringBuffer)"><B>encode(StringBuffer)</B></A> - 
Method in interface org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/Filter.html" title="interface in org.springframework.ldap.filter">Filter</A>
<DD>Encodes the filter to a StringBuffer.
<DT><A HREF="./org/springframework/ldap/filter/HardcodedFilter.html#encode(java.lang.StringBuffer)"><B>encode(StringBuffer)</B></A> - 
Method in class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/HardcodedFilter.html" title="class in org.springframework.ldap.filter">HardcodedFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/filter/NotFilter.html#encode(java.lang.StringBuffer)"><B>encode(StringBuffer)</B></A> - 
Method in class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/NotFilter.html" title="class in org.springframework.ldap.filter">NotFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/filter/NotPresentFilter.html#encode(java.lang.StringBuffer)"><B>encode(StringBuffer)</B></A> - 
Method in class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/NotPresentFilter.html" title="class in org.springframework.ldap.filter">NotPresentFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/filter/PresentFilter.html#encode(java.lang.StringBuffer)"><B>encode(StringBuffer)</B></A> - 
Method in class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/PresentFilter.html" title="class in org.springframework.ldap.filter">PresentFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapRdnComponent.html#encodeLdap()"><B>encodeLdap()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapRdnComponent.html" title="class in org.springframework.ldap.core">LdapRdnComponent</A>
<DD>Encode key and value to ldap.
<DT><A HREF="./org/springframework/ldap/core/LdapRdn.html#encodeUrl()"><B>encodeUrl()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapRdn.html" title="class in org.springframework.ldap.core">LdapRdn</A>
<DD>Get a String representation of this LdapRdn for use in urls.
<DT><A HREF="./org/springframework/ldap/core/LdapRdnComponent.html#encodeUrl()"><B>encodeUrl()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapRdnComponent.html" title="class in org.springframework.ldap.core">LdapRdnComponent</A>
<DD>Get a String representation of this instance for use in URLs.
<DT><A HREF="./org/springframework/ldap/filter/CompareFilter.html#encodeValue(java.lang.String)"><B>encodeValue(String)</B></A> - 
Method in class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/CompareFilter.html" title="class in org.springframework.ldap.filter">CompareFilter</A>
<DD>Override to perform special encoding in subclass.
<DT><A HREF="./org/springframework/ldap/filter/LikeFilter.html#encodeValue(java.lang.String)"><B>encodeValue(String)</B></A> - 
Method in class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/LikeFilter.html" title="class in org.springframework.ldap.filter">LikeFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/filter/WhitespaceWildcardsFilter.html#encodeValue(java.lang.String)"><B>encodeValue(String)</B></A> - 
Method in class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/WhitespaceWildcardsFilter.html" title="class in org.springframework.ldap.filter">WhitespaceWildcardsFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/Token.html#endColumn"><B>endColumn</B></A> - 
Variable in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/Token.html" title="class in org.springframework.ldap.core">Token</A>
<DD>The column number of the last character of this Token.
<DT><A HREF="./org/springframework/ldap/core/Token.html#endLine"><B>endLine</B></A> - 
Variable in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/Token.html" title="class in org.springframework.ldap.core">Token</A>
<DD>The line number of the last character of this Token.
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#endsWith(javax.naming.Name)"><B>endsWith(Name)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>Determines if this <code>DistinguishedName</code> ends with a certian
 path.
<DT><A HREF="./org/springframework/ldap/core/DnParserImplConstants.html#EOF"><B>EOF</B></A> - 
Static variable in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImplConstants.html" title="interface in org.springframework.ldap.core">DnParserImplConstants</A>
<DD>End of File.
<DT><A HREF="./org/springframework/ldap/core/ParseException.html#eol"><B>eol</B></A> - 
Variable in exception org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/ParseException.html" title="class in org.springframework.ldap.core">ParseException</A>
<DD>The end of line string for this machine.
<DT><A HREF="./org/springframework/ldap/control/PagedResult.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/PagedResult.html" title="class in org.springframework.ldap.control">PagedResult</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/control/PagedResultsCookie.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/PagedResultsCookie.html" title="class in org.springframework.ldap.control">PagedResultsCookie</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapEntryIdentification.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapEntryIdentification.html" title="class in org.springframework.ldap.core">LdapEntryIdentification</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapRdn.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapRdn.html" title="class in org.springframework.ldap.core">LdapRdn</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapRdnComponent.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapRdnComponent.html" title="class in org.springframework.ldap.core">LdapRdnComponent</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/filter/BinaryLogicalFilter.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/BinaryLogicalFilter.html" title="class in org.springframework.ldap.filter">BinaryLogicalFilter</A>
<DD>Compares each filter in turn.
<DT><A HREF="./org/springframework/ldap/filter/CompareFilter.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/CompareFilter.html" title="class in org.springframework.ldap.filter">CompareFilter</A>
<DD>Compares key and value before encoding.
<DT><A HREF="./org/springframework/ldap/filter/Filter.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in interface org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/Filter.html" title="interface in org.springframework.ldap.filter">Filter</A>
<DD>All filters must implement equals.
<DT><A HREF="./org/springframework/ldap/filter/HardcodedFilter.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/HardcodedFilter.html" title="class in org.springframework.ldap.filter">HardcodedFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/filter/NotFilter.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/NotFilter.html" title="class in org.springframework.ldap.filter">NotFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/filter/NotPresentFilter.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/NotPresentFilter.html" title="class in org.springframework.ldap.filter">NotPresentFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/filter/PresentFilter.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/PresentFilter.html" title="class in org.springframework.ldap.filter">PresentFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingContext.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingContext.html" title="class in org.springframework.ldap.pool">DelegatingContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html" title="class in org.springframework.ldap.pool">DelegatingDirContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingLdapContext.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingLdapContext.html" title="class in org.springframework.ldap.pool">DelegatingLdapContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/filter/EqualsFilter.html" title="class in org.springframework.ldap.filter"><B>EqualsFilter</B></A> - Class in <A HREF="./org/springframework/ldap/filter/package-summary.html">org.springframework.ldap.filter</A><DD>A filter for 'equals'.<DT><A HREF="./org/springframework/ldap/filter/EqualsFilter.html#EqualsFilter(java.lang.String, java.lang.String)"><B>EqualsFilter(String, String)</B></A> - 
Constructor for class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/EqualsFilter.html" title="class in org.springframework.ldap.filter">EqualsFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/filter/EqualsFilter.html#EqualsFilter(java.lang.String, int)"><B>EqualsFilter(String, int)</B></A> - 
Constructor for class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/EqualsFilter.html" title="class in org.springframework.ldap.filter">EqualsFilter</A>
<DD>Convenience constructor for int values.
<DT><A HREF="./org/springframework/ldap/core/DnParserImplConstants.html#ESCAPEDSPACE"><B>ESCAPEDSPACE</B></A> - 
Static variable in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImplConstants.html" title="interface in org.springframework.ldap.core">DnParserImplConstants</A>
<DD>RegularExpression Id.
<DT><A HREF="./org/springframework/ldap/core/DnParserImplConstants.html#ESCAPEDSTART"><B>ESCAPEDSTART</B></A> - 
Static variable in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImplConstants.html" title="interface in org.springframework.ldap.core">DnParserImplConstants</A>
<DD>RegularExpression Id.
<DT><A HREF="./org/springframework/ldap/core/AuthenticationErrorCallback.html#execute(java.lang.Exception)"><B>execute(Exception)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/AuthenticationErrorCallback.html" title="interface in org.springframework.ldap.core">AuthenticationErrorCallback</A>
<DD>This method will be called with the authentication exception in
 case there is a problem with the authentication.
<DT><A HREF="./org/springframework/ldap/core/support/CollectingAuthenticationErrorCallback.html#execute(java.lang.Exception)"><B>execute(Exception)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/CollectingAuthenticationErrorCallback.html" title="class in org.springframework.ldap.core.support">CollectingAuthenticationErrorCallback</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#executeReadOnly(org.springframework.ldap.core.ContextExecutor)"><B>executeReadOnly(ContextExecutor)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Perform an operation (or series of operations) on a read-only context.
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#executeReadOnly(org.springframework.ldap.core.ContextExecutor)"><B>executeReadOnly(ContextExecutor)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#executeReadWrite(org.springframework.ldap.core.ContextExecutor)"><B>executeReadWrite(ContextExecutor)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Perform an operation (or series of operations) on a read-write context.
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#executeReadWrite(org.springframework.ldap.core.ContextExecutor)"><B>executeReadWrite(ContextExecutor)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/SearchExecutor.html#executeSearch(javax.naming.directory.DirContext)"><B>executeSearch(DirContext)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SearchExecutor.html" title="interface in org.springframework.ldap.core">SearchExecutor</A>
<DD>Execute the actual search.
<DT><A HREF="./org/springframework/ldap/core/AuthenticatedLdapEntryContextCallback.html#executeWithContext(javax.naming.directory.DirContext, org.springframework.ldap.core.LdapEntryIdentification)"><B>executeWithContext(DirContext, LdapEntryIdentification)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/AuthenticatedLdapEntryContextCallback.html" title="interface in org.springframework.ldap.core">AuthenticatedLdapEntryContextCallback</A>
<DD>Perform some LDAP operation on the supplied authenticated
 <code>DirContext</code> instance.
<DT><A HREF="./org/springframework/ldap/core/ContextExecutor.html#executeWithContext(javax.naming.directory.DirContext)"><B>executeWithContext(DirContext)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/ContextExecutor.html" title="interface in org.springframework.ldap.core">ContextExecutor</A>
<DD>Perform any operation on the context.
<DT><A HREF="./org/springframework/ldap/core/support/LookupAttemptingCallback.html#executeWithContext(javax.naming.directory.DirContext, org.springframework.ldap.core.LdapEntryIdentification)"><B>executeWithContext(DirContext, LdapEntryIdentification)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/LookupAttemptingCallback.html" title="class in org.springframework.ldap.core.support">LookupAttemptingCallback</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#exists(javax.naming.directory.Attribute)"><B>exists(Attribute)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>Checks if an entry has a specific attribute.
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#exists(java.lang.String)"><B>exists(String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>Checks if the attribute exists in this entry, either it was read or it
 has been added and update() has been called.
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#ExpandBuff(boolean)"><B>ExpandBuff(boolean)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/ParseException.html#expectedTokenSequences"><B>expectedTokenSequences</B></A> - 
Variable in exception org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/ParseException.html" title="class in org.springframework.ldap.core">ParseException</A>
<DD>Each entry in this array is an array of integers.
<DT><A HREF="./org/springframework/ldap/pool/DelegatingLdapContext.html#extendedOperation(javax.naming.ldap.ExtendedRequest)"><B>extendedOperation(ExtendedRequest)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingLdapContext.html" title="class in org.springframework.ldap.pool">DelegatingLdapContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/ExternalTlsDirContextAuthenticationStrategy.html" title="class in org.springframework.ldap.core.support"><B>ExternalTlsDirContextAuthenticationStrategy</B></A> - Class in <A HREF="./org/springframework/ldap/core/support/package-summary.html">org.springframework.ldap.core.support</A><DD><A HREF="./org/springframework/ldap/core/support/DirContextAuthenticationStrategy.html" title="interface in org.springframework.ldap.core.support"><CODE>DirContextAuthenticationStrategy</CODE></A> for using TLS and external (SASL)
 authentication.<DT><A HREF="./org/springframework/ldap/core/support/ExternalTlsDirContextAuthenticationStrategy.html#ExternalTlsDirContextAuthenticationStrategy()"><B>ExternalTlsDirContextAuthenticationStrategy()</B></A> - 
Constructor for class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/ExternalTlsDirContextAuthenticationStrategy.html" title="class in org.springframework.ldap.core.support">ExternalTlsDirContextAuthenticationStrategy</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="./org/springframework/ldap/control/AbstractFallbackRequestAndResponseControlDirContextProcessor.html#fallbackRequestControl"><B>fallbackRequestControl</B></A> - 
Variable in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/AbstractFallbackRequestAndResponseControlDirContextProcessor.html" title="class in org.springframework.ldap.control">AbstractFallbackRequestAndResponseControlDirContextProcessor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/control/AbstractFallbackRequestAndResponseControlDirContextProcessor.html#fallbackResponseControl"><B>fallbackResponseControl</B></A> - 
Variable in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/AbstractFallbackRequestAndResponseControlDirContextProcessor.html" title="class in org.springframework.ldap.control">AbstractFallbackRequestAndResponseControlDirContextProcessor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#FillBuff()"><B>FillBuff()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/filter/Filter.html" title="interface in org.springframework.ldap.filter"><B>Filter</B></A> - Interface in <A HREF="./org/springframework/ldap/filter/package-summary.html">org.springframework.ldap.filter</A><DD>Common interface for LDAP filters.<DT><A HREF="./org/springframework/ldap/filter/FilterEditor.html" title="class in org.springframework.ldap.filter"><B>FilterEditor</B></A> - Class in <A HREF="./org/springframework/ldap/filter/package-summary.html">org.springframework.ldap.filter</A><DD>Property editor for <A HREF="./org/springframework/ldap/filter/Filter.html" title="interface in org.springframework.ldap.filter"><CODE>Filter</CODE></A> instances.<DT><A HREF="./org/springframework/ldap/filter/FilterEditor.html#FilterEditor()"><B>FilterEditor()</B></A> - 
Constructor for class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/FilterEditor.html" title="class in org.springframework.ldap.filter">FilterEditor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapEncoder.html#filterEncode(java.lang.String)"><B>filterEncode(String)</B></A> - 
Static method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapEncoder.html" title="class in org.springframework.ldap.core">LdapEncoder</A>
<DD>Escape a value for use in a filter.
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="./org/springframework/ldap/core/DnParserImpl.html#generateParseException()"><B>generateParseException()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImpl.html" title="class in org.springframework.ldap.core">DnParserImpl</A>
<DD>Generate ParseException.
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#get(int)"><B>get(int)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapEntryIdentification.html#getAbsoluteDn()"><B>getAbsoluteDn()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapEntryIdentification.html" title="class in org.springframework.ldap.core">LdapEntryIdentification</A>
<DD>Get the absolute DN of the identified entry, e.g.
<DT><A HREF="./org/springframework/ldap/support/LdapUtils.html#getActualTargetClass(javax.naming.directory.DirContext)"><B>getActualTargetClass(DirContext)</B></A> - 
Static method in class org.springframework.ldap.support.<A HREF="./org/springframework/ldap/support/LdapUtils.html" title="class in org.springframework.ldap.support">LdapUtils</A>
<DD>Get the actual class of the supplied DirContext instance; LdapContext or
 DirContext.
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#getAll()"><B>getAll()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html#getAnonymousEnv()"><B>getAnonymousEnv()</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html" title="class in org.springframework.ldap.core.support">AbstractContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/LdapTransactionUtils.html#getArgumentAsName(java.lang.Object)"><B>getArgumentAsName(Object)</B></A> - 
Static method in class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/LdapTransactionUtils.html" title="class in org.springframework.ldap.transaction.compensating">LdapTransactionUtils</A>
<DD>Get the argument as a Name.
<DT><A HREF="./org/springframework/ldap/core/DistinguishedNameEditor.html#getAsText()"><B>getAsText()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedNameEditor.html" title="class in org.springframework.ldap.core">DistinguishedNameEditor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#getAttributes()"><B>getAttributes()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>Get all attributes.
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#getAttributes(javax.naming.Name)"><B>getAttributes(Name)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#getAttributes(java.lang.String)"><B>getAttributes(String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#getAttributes(javax.naming.Name, java.lang.String[])"><B>getAttributes(Name, String[])</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#getAttributes(java.lang.String, java.lang.String[])"><B>getAttributes(String, String[])</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextOperations.html#getAttributes()"><B>getAttributes()</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextOperations.html" title="interface in org.springframework.ldap.core">DirContextOperations</A>
<DD>Get all the Attributes.
<DT><A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html#getAttributes(javax.naming.Name, java.lang.String[])"><B>getAttributes(Name, String[])</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html" title="class in org.springframework.ldap.pool">DelegatingDirContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html#getAttributes(javax.naming.Name)"><B>getAttributes(Name)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html" title="class in org.springframework.ldap.pool">DelegatingDirContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html#getAttributes(java.lang.String, java.lang.String[])"><B>getAttributes(String, String[])</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html" title="class in org.springframework.ldap.pool">DelegatingDirContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html#getAttributes(java.lang.String)"><B>getAttributes(String)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html" title="class in org.springframework.ldap.pool">DelegatingDirContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#getAttributeSortedStringSet(java.lang.String)"><B>getAttributeSortedStringSet(String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextOperations.html#getAttributeSortedStringSet(java.lang.String)"><B>getAttributeSortedStringSet(String)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextOperations.html" title="interface in org.springframework.ldap.core">DirContextOperations</A>
<DD>Get all String values of the attribute as a <code>SortedSet</code>.
<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html#getAuthenticatedEnv(java.lang.String, java.lang.String)"><B>getAuthenticatedEnv(String, String)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html" title="class in org.springframework.ldap.core.support">AbstractContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html#getAuthenticationSource()"><B>getAuthenticationSource()</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html" title="class in org.springframework.ldap.core.support">AbstractContextSource</A>
<DD>Get the authentication source.
<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html#getBase()"><B>getBase()</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html" title="class in org.springframework.ldap.core.support">AbstractContextSource</A>
<DD>Get the base suffix from which all operations should originate.
<DT><A HREF="./org/springframework/ldap/pool/validation/DefaultDirContextValidator.html#getBase()"><B>getBase()</B></A> - 
Method in class org.springframework.ldap.pool.validation.<A HREF="./org/springframework/ldap/pool/validation/DefaultDirContextValidator.html" title="class in org.springframework.ldap.pool.validation">DefaultDirContextValidator</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html#getBaseLdapPath()"><B>getBaseLdapPath()</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html" title="class in org.springframework.ldap.core.support">AbstractContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/BaseLdapPathSource.html#getBaseLdapPath()"><B>getBaseLdapPath()</B></A> - 
Method in interface org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/BaseLdapPathSource.html" title="interface in org.springframework.ldap.core.support">BaseLdapPathSource</A>
<DD>Get the base LDAP path as a <A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core"><CODE>DistinguishedName</CODE></A>.
<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html#getBaseLdapPathAsString()"><B>getBaseLdapPathAsString()</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html" title="class in org.springframework.ldap.core.support">AbstractContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/BaseLdapPathSource.html#getBaseLdapPathAsString()"><B>getBaseLdapPathAsString()</B></A> - 
Method in interface org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/BaseLdapPathSource.html" title="interface in org.springframework.ldap.core.support">BaseLdapPathSource</A>
<DD>Get the base LDAP path as a String.
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#getBeginColumn()"><B>getBeginColumn()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>Get token beginning column number.
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#getBeginLine()"><B>getBeginLine()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>Get token beginning line number.
<DT><A HREF="./org/springframework/ldap/NamingException.html#getCause()"><B>getCause()</B></A> - 
Method in exception org.springframework.ldap.<A HREF="./org/springframework/ldap/NamingException.html" title="class in org.springframework.ldap">NamingException</A>
<DD>Overrides <A HREF="/usr/share/doc/default-jdk-doc/api/java/lang/Throwable.html?is-external=true#getCause()" title="class or interface in java.lang"><CODE>Throwable.getCause()</CODE></A> since serialization
 always tries to serialize the base class before the subclass.
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#getColumn()"><B>getColumn()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD><B>Deprecated.</B>&nbsp;
<DT><A HREF="./org/springframework/ldap/filter/CompareFilter.html#getCompareString()"><B>getCompareString()</B></A> - 
Method in class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/CompareFilter.html" title="class in org.springframework.ldap.filter">CompareFilter</A>
<DD>Implement this method in subclass to return a String representing the
 operator.
<DT><A HREF="./org/springframework/ldap/filter/EqualsFilter.html#getCompareString()"><B>getCompareString()</B></A> - 
Method in class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/EqualsFilter.html" title="class in org.springframework.ldap.filter">EqualsFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/filter/GreaterThanOrEqualsFilter.html#getCompareString()"><B>getCompareString()</B></A> - 
Method in class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/GreaterThanOrEqualsFilter.html" title="class in org.springframework.ldap.filter">GreaterThanOrEqualsFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/filter/LessThanOrEqualsFilter.html#getCompareString()"><B>getCompareString()</B></A> - 
Method in class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/LessThanOrEqualsFilter.html" title="class in org.springframework.ldap.filter">LessThanOrEqualsFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/ModifyAttributesOperationRecorder.html#getCompensatingModificationItem(javax.naming.directory.Attributes, javax.naming.directory.ModificationItem)"><B>getCompensatingModificationItem(Attributes, ModificationItem)</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/ModifyAttributesOperationRecorder.html" title="class in org.springframework.ldap.transaction.compensating">ModifyAttributesOperationRecorder</A>
<DD>Get a ModificationItem to use for rollback of the supplied modification.
<DT><A HREF="./org/springframework/ldap/core/LdapRdn.html#getComponent()"><B>getComponent()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapRdn.html" title="class in org.springframework.ldap.core">LdapRdn</A>
<DD>Gets the first LdapRdnComponent of this LdapRdn.
<DT><A HREF="./org/springframework/ldap/core/LdapRdn.html#getComponent(int)"><B>getComponent(int)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapRdn.html" title="class in org.springframework.ldap.core">LdapRdn</A>
<DD>Get the LdapRdnComponent at index <code>idx</code>.
<DT><A HREF="./org/springframework/ldap/core/LdapRdn.html#getComponents()"><B>getComponents()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapRdn.html" title="class in org.springframework.ldap.core">LdapRdn</A>
<DD>Gets all components in this LdapRdn.
<DT><A HREF="./org/springframework/ldap/pool/DelegatingLdapContext.html#getConnectControls()"><B>getConnectControls()</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingLdapContext.html" title="class in org.springframework.ldap.pool">DelegatingLdapContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/ContextSource.html#getContext(java.lang.String, java.lang.String)"><B>getContext(String, String)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/ContextSource.html" title="interface in org.springframework.ldap.core">ContextSource</A>
<DD>Gets a <code>DirContext</code> instance authenticated using the supplied
 principal and credentials.
<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html#getContext(java.lang.String, java.lang.String)"><B>getContext(String, String)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html" title="class in org.springframework.ldap.core.support">AbstractContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/SingleContextSource.html#getContext(java.lang.String, java.lang.String)"><B>getContext(String, String)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/SingleContextSource.html" title="class in org.springframework.ldap.core.support">SingleContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/factory/MutablePoolingContextSource.html#getContext(org.springframework.ldap.pool.DirContextType)"><B>getContext(DirContextType)</B></A> - 
Method in class org.springframework.ldap.pool.factory.<A HREF="./org/springframework/ldap/pool/factory/MutablePoolingContextSource.html" title="class in org.springframework.ldap.pool.factory">MutablePoolingContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html#getContext(org.springframework.ldap.pool.DirContextType)"><B>getContext(DirContextType)</B></A> - 
Method in class org.springframework.ldap.pool.factory.<A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory">PoolingContextSource</A>
<DD>Gets a DirContext of the specified type from the keyed object pool.
<DT><A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html#getContext(java.lang.String, java.lang.String)"><B>getContext(String, String)</B></A> - 
Method in class org.springframework.ldap.pool.factory.<A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory">PoolingContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/TransactionAwareContextSourceProxy.html#getContext(java.lang.String, java.lang.String)"><B>getContext(String, String)</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/TransactionAwareContextSourceProxy.html" title="class in org.springframework.ldap.transaction.compensating.manager">TransactionAwareContextSourceProxy</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html#getContextFactory()"><B>getContextFactory()</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html" title="class in org.springframework.ldap.core.support">AbstractContextSource</A>
<DD>Get the context factory.
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#getContextSource()"><B>getContextSource()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>Get the ContextSource.
<DT><A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html#getContextSource()"><B>getContextSource()</B></A> - 
Method in class org.springframework.ldap.pool.factory.<A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory">PoolingContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndDataSourceTransactionManager.html#getContextSource()"><B>getContextSource()</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndDataSourceTransactionManager.html" title="class in org.springframework.ldap.transaction.compensating.manager">ContextSourceAndDataSourceTransactionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndHibernateTransactionManager.html#getContextSource()"><B>getContextSource()</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndHibernateTransactionManager.html" title="class in org.springframework.ldap.transaction.compensating.manager">ContextSourceAndHibernateTransactionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManager.html#getContextSource()"><B>getContextSource()</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManager.html" title="class in org.springframework.ldap.transaction.compensating.manager">ContextSourceTransactionManager</A>
<DD>Get the ContextSource.
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManagerDelegate.html#getContextSource()"><B>getContextSource()</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManagerDelegate.html" title="class in org.springframework.ldap.transaction.compensating.manager">ContextSourceTransactionManagerDelegate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/control/PagedResult.html#getCookie()"><B>getCookie()</B></A> - 
Method in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/PagedResult.html" title="class in org.springframework.ldap.control">PagedResult</A>
<DD>Get the cookie.
<DT><A HREF="./org/springframework/ldap/control/PagedResultsCookie.html#getCookie()"><B>getCookie()</B></A> - 
Method in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/PagedResultsCookie.html" title="class in org.springframework.ldap.control">PagedResultsCookie</A>
<DD>Get the cookie.
<DT><A HREF="./org/springframework/ldap/control/PagedResultsDirContextProcessor.html#getCookie()"><B>getCookie()</B></A> - 
Method in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/PagedResultsDirContextProcessor.html" title="class in org.springframework.ldap.control">PagedResultsDirContextProcessor</A>
<DD>Get the cookie.
<DT><A HREF="./org/springframework/ldap/control/PagedResultsRequestControl.html#getCookie()"><B>getCookie()</B></A> - 
Method in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/PagedResultsRequestControl.html" title="class in org.springframework.ldap.control">PagedResultsRequestControl</A>
<DD><B>Deprecated.</B>&nbsp;Get the cookie.
<DT><A HREF="./org/springframework/ldap/authentication/DefaultValuesAuthenticationSourceDecorator.html#getCredentials()"><B>getCredentials()</B></A> - 
Method in class org.springframework.ldap.authentication.<A HREF="./org/springframework/ldap/authentication/DefaultValuesAuthenticationSourceDecorator.html" title="class in org.springframework.ldap.authentication">DefaultValuesAuthenticationSourceDecorator</A>
<DD>Checks if the target's principal is not empty; if not, the credentials
 from the target is returned - otherwise return the
 <code>defaultPassword</code>.
<DT><A HREF="./org/springframework/ldap/core/AuthenticationSource.html#getCredentials()"><B>getCredentials()</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/AuthenticationSource.html" title="interface in org.springframework.ldap.core">AuthenticationSource</A>
<DD>Get the credentials to use when creating an authenticated context.
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/DirContextHolder.html#getCtx()"><B>getCtx()</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/DirContextHolder.html" title="class in org.springframework.ldap.transaction.compensating.manager">DirContextHolder</A>
<DD>Return the DirContext associated with the current transaction.
<DT><A HREF="./org/springframework/ldap/pool/DelegatingContext.html#getDelegateContext()"><B>getDelegateContext()</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingContext.html" title="class in org.springframework.ldap.pool">DelegatingContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html#getDelegateContext()"><B>getDelegateContext()</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html" title="class in org.springframework.ldap.pool">DelegatingDirContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html#getDelegateDirContext()"><B>getDelegateDirContext()</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html" title="class in org.springframework.ldap.pool">DelegatingDirContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingLdapContext.html#getDelegateDirContext()"><B>getDelegateDirContext()</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingLdapContext.html" title="class in org.springframework.ldap.pool">DelegatingLdapContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingLdapContext.html#getDelegateLdapContext()"><B>getDelegateLdapContext()</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingLdapContext.html" title="class in org.springframework.ldap.pool">DelegatingLdapContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html#getDirContextInstance(java.util.Hashtable)"><B>getDirContextInstance(Hashtable)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html" title="class in org.springframework.ldap.core.support">AbstractContextSource</A>
<DD>Implement in subclass to create a DirContext of the desired type (e.g.
<DT><A HREF="./org/springframework/ldap/core/support/DirContextSource.html#getDirContextInstance(java.util.Hashtable)"><B>getDirContextInstance(Hashtable)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/DirContextSource.html" title="class in org.springframework.ldap.core.support">DirContextSource</A>
<DD>Create a new InitialDirContext instance.
<DT><A HREF="./org/springframework/ldap/core/support/LdapContextSource.html#getDirContextInstance(java.util.Hashtable)"><B>getDirContextInstance(Hashtable)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/LdapContextSource.html" title="class in org.springframework.ldap.core.support">LdapContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/AggregateDirContextProcessor.html#getDirContextProcessors()"><B>getDirContextProcessors()</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AggregateDirContextProcessor.html" title="class in org.springframework.ldap.core.support">AggregateDirContextProcessor</A>
<DD>Get the list of managed <A HREF="./org/springframework/ldap/core/DirContextProcessor.html" title="interface in org.springframework.ldap.core"><CODE>DirContextProcessor</CODE></A> instances.
<DT><A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html#getDirContextValidator()"><B>getDirContextValidator()</B></A> - 
Method in class org.springframework.ldap.pool.factory.<A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory">PoolingContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html#getDirObjectFactory()"><B>getDirObjectFactory()</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html" title="class in org.springframework.ldap.core.support">AbstractContextSource</A>
<DD>Get the DirObjectFactory to use.
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#getDn()"><B>getDn()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextOperations.html#getDn()"><B>getDn()</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextOperations.html" title="interface in org.springframework.ldap.core">DirContextOperations</A>
<DD>Returns the DN relative to the base path.
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#getEndColumn()"><B>getEndColumn()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>Get token end column number.
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#getEndLine()"><B>getEndLine()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>Get token end line number.
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#getEnvironment()"><B>getEnvironment()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingContext.html#getEnvironment()"><B>getEnvironment()</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingContext.html" title="class in org.springframework.ldap.pool">DelegatingContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/CollectingAuthenticationErrorCallback.html#getError()"><B>getError()</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/CollectingAuthenticationErrorCallback.html" title="class in org.springframework.ldap.core.support">CollectingAuthenticationErrorCallback</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/NamingException.html#getExplanation()"><B>getExplanation()</B></A> - 
Method in exception org.springframework.ldap.<A HREF="./org/springframework/ldap/NamingException.html" title="class in org.springframework.ldap">NamingException</A>
<DD>Convenience method to get the explanation associated with this exception,
 if the root cause was an instance of <A HREF="/usr/share/doc/default-jdk-doc/api/javax/naming/NamingException.html?is-external=true" title="class or interface in javax.naming"><CODE>NamingException</CODE></A>.
<DT><A HREF="./org/springframework/ldap/pool/validation/DefaultDirContextValidator.html#getFilter()"><B>getFilter()</B></A> - 
Method in class org.springframework.ldap.pool.validation.<A HREF="./org/springframework/ldap/pool/validation/DefaultDirContextValidator.html" title="class in org.springframework.ldap.pool.validation">DefaultDirContextValidator</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/LdapTransactionUtils.html#getFirstArgumentAsName(java.lang.Object[])"><B>getFirstArgumentAsName(Object[])</B></A> - 
Static method in class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/LdapTransactionUtils.html" title="class in org.springframework.ldap.transaction.compensating">LdapTransactionUtils</A>
<DD>Get the first parameter in the argument list as a Name.
<DT><A HREF="./org/springframework/transaction/compensating/support/CompensatingTransactionObject.html#getHolder()"><B>getHolder()</B></A> - 
Method in class org.springframework.transaction.compensating.support.<A HREF="./org/springframework/transaction/compensating/support/CompensatingTransactionObject.html" title="class in org.springframework.transaction.compensating.support">CompensatingTransactionObject</A>
<DD>Get the DirContextHolder.
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#GetImage()"><B>GetImage()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>Get token literal value.
<DT><A HREF="./org/springframework/ldap/pool/DelegatingContext.html#getInnermostDelegateContext()"><B>getInnermostDelegateContext()</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingContext.html" title="class in org.springframework.ldap.pool">DelegatingContext</A>
<DD>Recursivley inspect delegates until a non-delegating context is found.
<DT><A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html#getInnermostDelegateDirContext()"><B>getInnermostDelegateDirContext()</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html" title="class in org.springframework.ldap.pool">DelegatingDirContext</A>
<DD>Recursivley inspect delegates until a non-delegating dir context is found.
<DT><A HREF="./org/springframework/ldap/pool/DelegatingLdapContext.html#getInnermostDelegateLdapContext()"><B>getInnermostDelegateLdapContext()</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingLdapContext.html" title="class in org.springframework.ldap.pool">DelegatingLdapContext</A>
<DD>Recursivley inspect delegates until a non-delegating ldap context is found.
<DT><A HREF="./org/springframework/ldap/core/LdapRdn.html#getKey()"><B>getKey()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapRdn.html" title="class in org.springframework.ldap.core">LdapRdn</A>
<DD>Get the key of this LdapRdn.
<DT><A HREF="./org/springframework/ldap/core/LdapRdnComponent.html#getKey()"><B>getKey()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapRdnComponent.html" title="class in org.springframework.ldap.core">LdapRdnComponent</A>
<DD>Get the key (Attribute name) of this component.
<DT><A HREF="./org/springframework/ldap/core/LdapRdn.html#getLdapEncoded()"><B>getLdapEncoded()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapRdn.html" title="class in org.springframework.ldap.core">LdapRdn</A>
<DD>Get a properly rfc2253-encoded String representation of this LdapRdn.
<DT><A HREF="./org/springframework/ldap/core/LdapRdnComponent.html#getLdapEncoded()"><B>getLdapEncoded()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapRdnComponent.html" title="class in org.springframework.ldap.core">LdapRdnComponent</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapOperations.html#getLdapOperations()"><B>getLdapOperations()</B></A> - 
Method in interface org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/SimpleLdapOperations.html" title="interface in org.springframework.ldap.core.simple">SimpleLdapOperations</A>
<DD>Get the wrapped LdapOperations instance.
<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html#getLdapOperations()"><B>getLdapOperations()</B></A> - 
Method in class org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html" title="class in org.springframework.ldap.core.simple">SimpleLdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#getLdapRdn(int)"><B>getLdapRdn(int)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>Get the <A HREF="./org/springframework/ldap/core/LdapRdn.html" title="class in org.springframework.ldap.core"><CODE>LdapRdn</CODE></A> at a specified position.
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#getLdapRdn(java.lang.String)"><B>getLdapRdn(String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>Get the <A HREF="./org/springframework/ldap/core/LdapRdn.html" title="class in org.springframework.ldap.core"><CODE>LdapRdn</CODE></A> with the specified key.
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#getLine()"><B>getLine()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD><B>Deprecated.</B>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/CollectingNameClassPairCallbackHandler.html#getList()"><B>getList()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/CollectingNameClassPairCallbackHandler.html" title="class in org.springframework.ldap.core">CollectingNameClassPairCallbackHandler</A>
<DD>Get the assembled list.
<DT><A HREF="./org/springframework/ldap/filter/AndFilter.html#getLogicalOperator()"><B>getLogicalOperator()</B></A> - 
Method in class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/AndFilter.html" title="class in org.springframework.ldap.filter">AndFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/filter/BinaryLogicalFilter.html#getLogicalOperator()"><B>getLogicalOperator()</B></A> - 
Method in class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/BinaryLogicalFilter.html" title="class in org.springframework.ldap.filter">BinaryLogicalFilter</A>
<DD>Implement this in subclass to return the logical operator, for example
 &qout;&amp;&qout;.
<DT><A HREF="./org/springframework/ldap/filter/OrFilter.html#getLogicalOperator()"><B>getLogicalOperator()</B></A> - 
Method in class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/OrFilter.html" title="class in org.springframework.ldap.filter">OrFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html#getMaxActive()"><B>getMaxActive()</B></A> - 
Method in class org.springframework.ldap.pool.factory.<A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory">PoolingContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html#getMaxIdle()"><B>getMaxIdle()</B></A> - 
Method in class org.springframework.ldap.pool.factory.<A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory">PoolingContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html#getMaxTotal()"><B>getMaxTotal()</B></A> - 
Method in class org.springframework.ldap.pool.factory.<A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory">PoolingContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html#getMaxWait()"><B>getMaxWait()</B></A> - 
Method in class org.springframework.ldap.pool.factory.<A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory">PoolingContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/TokenMgrError.html#getMessage()"><B>getMessage()</B></A> - 
Method in error org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/TokenMgrError.html" title="class in org.springframework.ldap.core">TokenMgrError</A>
<DD>You can also modify the body of this method to customize your error messages.
<DT><A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html#getMinEvictableIdleTimeMillis()"><B>getMinEvictableIdleTimeMillis()</B></A> - 
Method in class org.springframework.ldap.pool.factory.<A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory">PoolingContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html#getMinIdle()"><B>getMinIdle()</B></A> - 
Method in class org.springframework.ldap.pool.factory.<A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory">PoolingContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/AttributeModificationsAware.html#getModificationItems()"><B>getModificationItems()</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/AttributeModificationsAware.html" title="interface in org.springframework.ldap.core">AttributeModificationsAware</A>
<DD>Creates an array of which attributes have been changed, added or removed
 since the initialization of this object.
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#getModificationItems()"><B>getModificationItems()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#getNameInNamespace()"><B>getNameInNamespace()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextOperations.html#getNameInNamespace()"><B>getNameInNamespace()</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextOperations.html" title="interface in org.springframework.ldap.core">DirContextOperations</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingContext.html#getNameInNamespace()"><B>getNameInNamespace()</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingContext.html" title="class in org.springframework.ldap.pool">DelegatingContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#getNameParser(javax.naming.Name)"><B>getNameParser(Name)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#getNameParser(java.lang.String)"><B>getNameParser(String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingContext.html#getNameParser(javax.naming.Name)"><B>getNameParser(Name)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingContext.html" title="class in org.springframework.ldap.pool">DelegatingContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingContext.html#getNameParser(java.lang.String)"><B>getNameParser(String)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingContext.html" title="class in org.springframework.ldap.pool">DelegatingContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#getNames()"><B>getNames()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>Get the name <code>List</code>.
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#getNamesOfModifiedAttributes()"><B>getNamesOfModifiedAttributes()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextOperations.html#getNamesOfModifiedAttributes()"><B>getNamesOfModifiedAttributes()</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextOperations.html" title="interface in org.springframework.ldap.core">DirContextOperations</A>
<DD>Creates a String array of the names of the attributes which have been
 changed.
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManagerDelegate.html#getNewHolder()"><B>getNewHolder()</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManagerDelegate.html" title="class in org.springframework.ldap.transaction.compensating.manager">ContextSourceTransactionManagerDelegate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/transaction/compensating/support/AbstractCompensatingTransactionManagerDelegate.html#getNewHolder()"><B>getNewHolder()</B></A> - 
Method in class org.springframework.transaction.compensating.support.<A HREF="./org/springframework/transaction/compensating/support/AbstractCompensatingTransactionManagerDelegate.html" title="class in org.springframework.transaction.compensating.support">AbstractCompensatingTransactionManagerDelegate</A>
<DD>Get a new implementation specific
 <A HREF="./org/springframework/transaction/compensating/support/CompensatingTransactionHolderSupport.html" title="class in org.springframework.transaction.compensating.support"><CODE>CompensatingTransactionHolderSupport</CODE></A> instance.
<DT><A HREF="./org/springframework/ldap/core/DnParserImpl.html#getNextToken()"><B>getNextToken()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImpl.html" title="class in org.springframework.ldap.core">DnParserImpl</A>
<DD>Get the next Token.
<DT><A HREF="./org/springframework/ldap/core/DnParserImplTokenManager.html#getNextToken()"><B>getNextToken()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImplTokenManager.html" title="class in org.springframework.ldap.core">DnParserImplTokenManager</A>
<DD>Get the next Token.
<DT><A HREF="./org/springframework/ldap/core/support/CountNameClassPairCallbackHandler.html#getNoOfRows()"><B>getNoOfRows()</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/CountNameClassPairCallbackHandler.html" title="class in org.springframework.ldap.core.support">CountNameClassPairCallbackHandler</A>
<DD>Get the number of rows that was returned by the search.
<DT><A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html#getNumActive()"><B>getNumActive()</B></A> - 
Method in class org.springframework.ldap.pool.factory.<A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory">PoolingContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html#getNumIdle()"><B>getNumIdle()</B></A> - 
Method in class org.springframework.ldap.pool.factory.<A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory">PoolingContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html#getNumTestsPerEvictionRun()"><B>getNumTestsPerEvictionRun()</B></A> - 
Method in class org.springframework.ldap.pool.factory.<A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory">PoolingContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#getObjectAttribute(java.lang.String)"><B>getObjectAttribute(String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextOperations.html#getObjectAttribute(java.lang.String)"><B>getObjectAttribute(String)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextOperations.html" title="interface in org.springframework.ldap.core">DirContextOperations</A>
<DD>Get the value of an Object attribute.
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#getObjectAttributes(java.lang.String)"><B>getObjectAttributes(String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextOperations.html#getObjectAttributes(java.lang.String)"><B>getObjectAttributes(String)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextOperations.html" title="interface in org.springframework.ldap.core">DirContextOperations</A>
<DD>Get all values of an Object attribute.
<DT><A HREF="./org/springframework/ldap/core/AttributesMapperCallbackHandler.html#getObjectFromNameClassPair(javax.naming.NameClassPair)"><B>getObjectFromNameClassPair(NameClassPair)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/AttributesMapperCallbackHandler.html" title="class in org.springframework.ldap.core">AttributesMapperCallbackHandler</A>
<DD>Cast the NameClassPair to a SearchResult and pass its attributes to the
 <A HREF="./org/springframework/ldap/core/AttributesMapper.html" title="interface in org.springframework.ldap.core"><CODE>AttributesMapper</CODE></A>.
<DT><A HREF="./org/springframework/ldap/core/CollectingNameClassPairCallbackHandler.html#getObjectFromNameClassPair(javax.naming.NameClassPair)"><B>getObjectFromNameClassPair(NameClassPair)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/CollectingNameClassPairCallbackHandler.html" title="class in org.springframework.ldap.core">CollectingNameClassPairCallbackHandler</A>
<DD>Handle a NameClassPair and transform it to an Object of the desired type
 and with data from the NameClassPair.
<DT><A HREF="./org/springframework/ldap/core/ContextMapperCallbackHandler.html#getObjectFromNameClassPair(javax.naming.NameClassPair)"><B>getObjectFromNameClassPair(NameClassPair)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/ContextMapperCallbackHandler.html" title="class in org.springframework.ldap.core">ContextMapperCallbackHandler</A>
<DD>Cast the NameClassPair to a <A HREF="/usr/share/doc/default-jdk-doc/api/javax/naming/Binding.html?is-external=true" title="class or interface in javax.naming"><CODE>Binding</CODE></A> and pass its object to
 the ContextMapper.
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.MappingCollectingNameClassPairCallbackHandler.html#getObjectFromNameClassPair(javax.naming.NameClassPair)"><B>getObjectFromNameClassPair(NameClassPair)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.MappingCollectingNameClassPairCallbackHandler.html" title="class in org.springframework.ldap.core">LdapTemplate.MappingCollectingNameClassPairCallbackHandler</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/simple/ContextMapperCallbackHandlerWithControls.html#getObjectFromNameClassPair(javax.naming.NameClassPair)"><B>getObjectFromNameClassPair(NameClassPair)</B></A> - 
Method in class org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/ContextMapperCallbackHandlerWithControls.html" title="class in org.springframework.ldap.core.simple">ContextMapperCallbackHandlerWithControls</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/DefaultDirObjectFactory.html#getObjectInstance(java.lang.Object, javax.naming.Name, javax.naming.Context, java.util.Hashtable, javax.naming.directory.Attributes)"><B>getObjectInstance(Object, Name, Context, Hashtable, Attributes)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/DefaultDirObjectFactory.html" title="class in org.springframework.ldap.core.support">DefaultDirObjectFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/DefaultDirObjectFactory.html#getObjectInstance(java.lang.Object, javax.naming.Name, javax.naming.Context, java.util.Hashtable)"><B>getObjectInstance(Object, Name, Context, Hashtable)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/DefaultDirObjectFactory.html" title="class in org.springframework.ldap.core.support">DefaultDirObjectFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/transaction/compensating/support/DefaultCompensatingTransactionOperationManager.html#getOperationExecutors()"><B>getOperationExecutors()</B></A> - 
Method in class org.springframework.transaction.compensating.support.<A HREF="./org/springframework/transaction/compensating/support/DefaultCompensatingTransactionOperationManager.html" title="class in org.springframework.transaction.compensating.support">DefaultCompensatingTransactionOperationManager</A>
<DD>Get the rollback operations.
<DT><A HREF="./org/springframework/ldap/control/PagedResultsDirContextProcessor.html#getPageSize()"><B>getPageSize()</B></A> - 
Method in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/PagedResultsDirContextProcessor.html" title="class in org.springframework.ldap.control">PagedResultsDirContextProcessor</A>
<DD>Get the page size.
<DT><A HREF="./org/springframework/ldap/control/PagedResultsRequestControl.html#getPageSize()"><B>getPageSize()</B></A> - 
Method in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/PagedResultsRequestControl.html" title="class in org.springframework.ldap.control">PagedResultsRequestControl</A>
<DD><B>Deprecated.</B>&nbsp;Get the page size.
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#getPrefix(int)"><B>getPrefix(int)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/authentication/DefaultValuesAuthenticationSourceDecorator.html#getPrincipal()"><B>getPrincipal()</B></A> - 
Method in class org.springframework.ldap.authentication.<A HREF="./org/springframework/ldap/authentication/DefaultValuesAuthenticationSourceDecorator.html" title="class in org.springframework.ldap.authentication">DefaultValuesAuthenticationSourceDecorator</A>
<DD>Checks if the target's principal is not empty; if not, this is returned -
 otherwise return the <code>defaultPassword</code>.
<DT><A HREF="./org/springframework/ldap/core/AuthenticationSource.html#getPrincipal()"><B>getPrincipal()</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/AuthenticationSource.html" title="interface in org.springframework.ldap.core">AuthenticationSource</A>
<DD>Get the principal to use when creating an authenticated context.
<DT><A HREF="./org/springframework/ldap/core/ContextSource.html#getReadOnlyContext()"><B>getReadOnlyContext()</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/ContextSource.html" title="interface in org.springframework.ldap.core">ContextSource</A>
<DD>Gets a read-only <code>DirContext</code>.
<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html#getReadOnlyContext()"><B>getReadOnlyContext()</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html" title="class in org.springframework.ldap.core.support">AbstractContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/SingleContextSource.html#getReadOnlyContext()"><B>getReadOnlyContext()</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/SingleContextSource.html" title="class in org.springframework.ldap.core.support">SingleContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html#getReadOnlyContext()"><B>getReadOnlyContext()</B></A> - 
Method in class org.springframework.ldap.pool.factory.<A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory">PoolingContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/TransactionAwareContextSourceProxy.html#getReadOnlyContext()"><B>getReadOnlyContext()</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/TransactionAwareContextSourceProxy.html" title="class in org.springframework.ldap.transaction.compensating.manager">TransactionAwareContextSourceProxy</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/ContextSource.html#getReadWriteContext()"><B>getReadWriteContext()</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/ContextSource.html" title="interface in org.springframework.ldap.core">ContextSource</A>
<DD>Gets a read-write <code>DirContext</code> instance.
<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html#getReadWriteContext()"><B>getReadWriteContext()</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html" title="class in org.springframework.ldap.core.support">AbstractContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/SingleContextSource.html#getReadWriteContext()"><B>getReadWriteContext()</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/SingleContextSource.html" title="class in org.springframework.ldap.core.support">SingleContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html#getReadWriteContext()"><B>getReadWriteContext()</B></A> - 
Method in class org.springframework.ldap.pool.factory.<A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory">PoolingContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/TransactionAwareContextSourceProxy.html#getReadWriteContext()"><B>getReadWriteContext()</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/TransactionAwareContextSourceProxy.html" title="class in org.springframework.ldap.transaction.compensating.manager">TransactionAwareContextSourceProxy</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#getReferralUrl()"><B>getReferralUrl()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextOperations.html#getReferralUrl()"><B>getReferralUrl()</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextOperations.html" title="interface in org.springframework.ldap.core">DirContextOperations</A>
<DD>If this instance results from a referral, this method returns the url of
 the referred server.
<DT><A HREF="./org/springframework/ldap/core/LdapEntryIdentification.html#getRelativeDn()"><B>getRelativeDn()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapEntryIdentification.html" title="class in org.springframework.ldap.core">LdapEntryIdentification</A>
<DD>Get the DN of the identified entry relative to the base LDAP path, e.g.
<DT><A HREF="./org/springframework/ldap/NamingException.html#getRemainingName()"><B>getRemainingName()</B></A> - 
Method in exception org.springframework.ldap.<A HREF="./org/springframework/ldap/NamingException.html" title="class in org.springframework.ldap">NamingException</A>
<DD>Convenience method to get the unresolved part of the name associated with
 this exception, if the root cause was an instance of
 <A HREF="/usr/share/doc/default-jdk-doc/api/javax/naming/NamingException.html?is-external=true" title="class or interface in javax.naming"><CODE>NamingException</CODE></A>.
<DT><A HREF="./org/springframework/ldap/transaction/compensating/RebindOperationRecorder.html#getRenamingStrategy()"><B>getRenamingStrategy()</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/RebindOperationRecorder.html" title="class in org.springframework.ldap.transaction.compensating">RebindOperationRecorder</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/UnbindOperationRecorder.html#getRenamingStrategy()"><B>getRenamingStrategy()</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/UnbindOperationRecorder.html" title="class in org.springframework.ldap.transaction.compensating">UnbindOperationRecorder</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingLdapContext.html#getRequestControls()"><B>getRequestControls()</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingLdapContext.html" title="class in org.springframework.ldap.pool">DelegatingLdapContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/NamingException.html#getResolvedName()"><B>getResolvedName()</B></A> - 
Method in exception org.springframework.ldap.<A HREF="./org/springframework/ldap/NamingException.html" title="class in org.springframework.ldap">NamingException</A>
<DD>Convenience method to get the leading portion of the resolved name
 associated with this exception, if the root cause was an instance of
 <A HREF="/usr/share/doc/default-jdk-doc/api/javax/naming/NamingException.html?is-external=true" title="class or interface in javax.naming"><CODE>NamingException</CODE></A>.
<DT><A HREF="./org/springframework/ldap/NamingException.html#getResolvedObj()"><B>getResolvedObj()</B></A> - 
Method in exception org.springframework.ldap.<A HREF="./org/springframework/ldap/NamingException.html" title="class in org.springframework.ldap">NamingException</A>
<DD>Convenience method to get the resolved object associated with this
 exception, if the root cause was an instance of
 <A HREF="/usr/share/doc/default-jdk-doc/api/javax/naming/NamingException.html?is-external=true" title="class or interface in javax.naming"><CODE>NamingException</CODE></A>.
<DT><A HREF="./org/springframework/ldap/pool/DelegatingLdapContext.html#getResponseControls()"><B>getResponseControls()</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingLdapContext.html" title="class in org.springframework.ldap.pool">DelegatingLdapContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/control/SortControlDirContextProcessor.html#getResultCode()"><B>getResultCode()</B></A> - 
Method in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/SortControlDirContextProcessor.html" title="class in org.springframework.ldap.control">SortControlDirContextProcessor</A>
<DD>Get the result code returned by the control.
<DT><A HREF="./org/springframework/ldap/control/PagedResult.html#getResultList()"><B>getResultList()</B></A> - 
Method in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/PagedResult.html" title="class in org.springframework.ldap.control">PagedResult</A>
<DD>Get the result list.
<DT><A HREF="./org/springframework/ldap/control/PagedResultsDirContextProcessor.html#getResultSize()"><B>getResultSize()</B></A> - 
Method in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/PagedResultsDirContextProcessor.html" title="class in org.springframework.ldap.control">PagedResultsDirContextProcessor</A>
<DD>Get the total estimated number of entries that matches the issued search.
<DT><A HREF="./org/springframework/ldap/control/PagedResultsRequestControl.html#getResultSize()"><B>getResultSize()</B></A> - 
Method in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/PagedResultsRequestControl.html" title="class in org.springframework.ldap.control">PagedResultsRequestControl</A>
<DD><B>Deprecated.</B>&nbsp;Get the total estimated number of entries that matches the issued search.
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#getSchema(javax.naming.Name)"><B>getSchema(Name)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#getSchema(java.lang.String)"><B>getSchema(String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html#getSchema(javax.naming.Name)"><B>getSchema(Name)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html" title="class in org.springframework.ldap.pool">DelegatingDirContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html#getSchema(java.lang.String)"><B>getSchema(String)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html" title="class in org.springframework.ldap.pool">DelegatingDirContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#getSchemaClassDefinition(javax.naming.Name)"><B>getSchemaClassDefinition(Name)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#getSchemaClassDefinition(java.lang.String)"><B>getSchemaClassDefinition(String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html#getSchemaClassDefinition(javax.naming.Name)"><B>getSchemaClassDefinition(Name)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html" title="class in org.springframework.ldap.pool">DelegatingDirContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html#getSchemaClassDefinition(java.lang.String)"><B>getSchemaClassDefinition(String)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html" title="class in org.springframework.ldap.pool">DelegatingDirContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/validation/DefaultDirContextValidator.html#getSearchControls()"><B>getSearchControls()</B></A> - 
Method in class org.springframework.ldap.pool.validation.<A HREF="./org/springframework/ldap/pool/validation/DefaultDirContextValidator.html" title="class in org.springframework.ldap.pool.validation">DefaultDirContextValidator</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/control/SortControlDirContextProcessor.html#getSortKey()"><B>getSortKey()</B></A> - 
Method in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/SortControlDirContextProcessor.html" title="class in org.springframework.ldap.control">SortControlDirContextProcessor</A>
<DD>Get the sort key.
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#getStringAttribute(java.lang.String)"><B>getStringAttribute(String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextOperations.html#getStringAttribute(java.lang.String)"><B>getStringAttribute(String)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextOperations.html" title="interface in org.springframework.ldap.core">DirContextOperations</A>
<DD>Get the value of a String attribute.
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#getStringAttributes(java.lang.String)"><B>getStringAttributes(String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextOperations.html#getStringAttributes(java.lang.String)"><B>getStringAttributes(String)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextOperations.html" title="interface in org.springframework.ldap.core">DirContextOperations</A>
<DD>Get all values of a String attribute.
<DT><A HREF="./org/springframework/ldap/transaction/compensating/support/DifferentSubtreeTempEntryRenamingStrategy.html#getSubtreeNode()"><B>getSubtreeNode()</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.support.<A HREF="./org/springframework/ldap/transaction/compensating/support/DifferentSubtreeTempEntryRenamingStrategy.html" title="class in org.springframework.ldap.transaction.compensating.support">DifferentSubtreeTempEntryRenamingStrategy</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#getSuffix(int)"><B>getSuffix(int)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#GetSuffix(int)"><B>GetSuffix(int)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>Get the suffix.
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#getTabSize(int)"><B>getTabSize(int)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/TransactionAwareContextSourceProxy.html#getTarget()"><B>getTarget()</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/TransactionAwareContextSourceProxy.html" title="class in org.springframework.ldap.transaction.compensating.manager">TransactionAwareContextSourceProxy</A>
<DD>Get the target ContextSource.
<DT><A HREF="./org/springframework/ldap/core/DirContextProxy.html#getTargetContext()"><B>getTargetContext()</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextProxy.html" title="interface in org.springframework.ldap.core">DirContextProxy</A>
<DD>Get the target <code>DirContext</code> of the proxy.
<DT><A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html#getTargetContext()"><B>getTargetContext()</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html" title="class in org.springframework.ldap.pool">DelegatingDirContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/support/DefaultTempEntryRenamingStrategy.html#getTemporaryName(javax.naming.Name)"><B>getTemporaryName(Name)</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.support.<A HREF="./org/springframework/ldap/transaction/compensating/support/DefaultTempEntryRenamingStrategy.html" title="class in org.springframework.ldap.transaction.compensating.support">DefaultTempEntryRenamingStrategy</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/support/DifferentSubtreeTempEntryRenamingStrategy.html#getTemporaryName(javax.naming.Name)"><B>getTemporaryName(Name)</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.support.<A HREF="./org/springframework/ldap/transaction/compensating/support/DifferentSubtreeTempEntryRenamingStrategy.html" title="class in org.springframework.ldap.transaction.compensating.support">DifferentSubtreeTempEntryRenamingStrategy</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/TempEntryRenamingStrategy.html#getTemporaryName(javax.naming.Name)"><B>getTemporaryName(Name)</B></A> - 
Method in interface org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/TempEntryRenamingStrategy.html" title="interface in org.springframework.ldap.transaction.compensating">TempEntryRenamingStrategy</A>
<DD>Get a temporary name for the current entry to be renamed to.
<DT><A HREF="./org/springframework/ldap/transaction/compensating/support/DefaultTempEntryRenamingStrategy.html#getTempSuffix()"><B>getTempSuffix()</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.support.<A HREF="./org/springframework/ldap/transaction/compensating/support/DefaultTempEntryRenamingStrategy.html" title="class in org.springframework.ldap.transaction.compensating.support">DefaultTempEntryRenamingStrategy</A>
<DD>Get the suffix that will be used for renaming temporary entries.
<DT><A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html#getTestOnBorrow()"><B>getTestOnBorrow()</B></A> - 
Method in class org.springframework.ldap.pool.factory.<A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory">PoolingContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html#getTestOnReturn()"><B>getTestOnReturn()</B></A> - 
Method in class org.springframework.ldap.pool.factory.<A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory">PoolingContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html#getTestWhileIdle()"><B>getTestWhileIdle()</B></A> - 
Method in class org.springframework.ldap.pool.factory.<A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory">PoolingContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html#getTimeBetweenEvictionRunsMillis()"><B>getTimeBetweenEvictionRunsMillis()</B></A> - 
Method in class org.springframework.ldap.pool.factory.<A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory">PoolingContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DnParserImpl.html#getToken(int)"><B>getToken(int)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImpl.html" title="class in org.springframework.ldap.core">DnParserImpl</A>
<DD>Get the specific Token.
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/DirContextHolder.html#getTransactedResource()"><B>getTransactedResource()</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/DirContextHolder.html" title="class in org.springframework.ldap.transaction.compensating.manager">DirContextHolder</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/transaction/compensating/support/CompensatingTransactionHolderSupport.html#getTransactedResource()"><B>getTransactedResource()</B></A> - 
Method in class org.springframework.transaction.compensating.support.<A HREF="./org/springframework/transaction/compensating/support/CompensatingTransactionHolderSupport.html" title="class in org.springframework.transaction.compensating.support">CompensatingTransactionHolderSupport</A>
<DD>Get the actual transacted resource.
<DT><A HREF="./org/springframework/transaction/compensating/support/CompensatingTransactionHolderSupport.html#getTransactionOperationManager()"><B>getTransactionOperationManager()</B></A> - 
Method in class org.springframework.transaction.compensating.support.<A HREF="./org/springframework/transaction/compensating/support/CompensatingTransactionHolderSupport.html" title="class in org.springframework.transaction.compensating.support">CompensatingTransactionHolderSupport</A>
<DD>Get the CompensatingTransactionOperationManager to handle the data for
 the current transaction.
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManagerDelegate.html#getTransactionSynchronizationKey()"><B>getTransactionSynchronizationKey()</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManagerDelegate.html" title="class in org.springframework.ldap.transaction.compensating.manager">ContextSourceTransactionManagerDelegate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/transaction/compensating/support/AbstractCompensatingTransactionManagerDelegate.html#getTransactionSynchronizationKey()"><B>getTransactionSynchronizationKey()</B></A> - 
Method in class org.springframework.transaction.compensating.support.<A HREF="./org/springframework/transaction/compensating/support/AbstractCompensatingTransactionManagerDelegate.html" title="class in org.springframework.transaction.compensating.support">AbstractCompensatingTransactionManagerDelegate</A>
<DD>Get the key (normally, a DataSource or similar) that should be used for
 transaction synchronization.
<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html#getUrls()"><B>getUrls()</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html" title="class in org.springframework.ldap.core.support">AbstractContextSource</A>
<DD>Get the urls of the LDAP servers.
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#getValue(java.lang.String)"><B>getValue(String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>Get the value of the <A HREF="./org/springframework/ldap/core/LdapRdnComponent.html" title="class in org.springframework.ldap.core"><CODE>LdapRdnComponent</CODE></A> with the specified key
 (Attribute value).
<DT><A HREF="./org/springframework/ldap/core/LdapRdn.html#getValue()"><B>getValue()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapRdn.html" title="class in org.springframework.ldap.core">LdapRdn</A>
<DD>Get the value of this LdapRdn.
<DT><A HREF="./org/springframework/ldap/core/LdapRdn.html#getValue(java.lang.String)"><B>getValue(String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapRdn.html" title="class in org.springframework.ldap.core">LdapRdn</A>
<DD>Get the value of the LdapComponent with the specified key (Attribute
 name).
<DT><A HREF="./org/springframework/ldap/core/LdapRdnComponent.html#getValue()"><B>getValue()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapRdnComponent.html" title="class in org.springframework.ldap.core">LdapRdnComponent</A>
<DD>Get the (Attribute) value of this component.
<DT><A HREF="./org/springframework/ldap/core/Token.html#getValue()"><B>getValue()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/Token.html" title="class in org.springframework.ldap.core">Token</A>
<DD>An optional attribute value of the Token.
<DT><A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html#getWhenExhaustedAction()"><B>getWhenExhaustedAction()</B></A> - 
Method in class org.springframework.ldap.pool.factory.<A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory">PoolingContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/filter/GreaterThanOrEqualsFilter.html" title="class in org.springframework.ldap.filter"><B>GreaterThanOrEqualsFilter</B></A> - Class in <A HREF="./org/springframework/ldap/filter/package-summary.html">org.springframework.ldap.filter</A><DD>A filter to compare >=.<DT><A HREF="./org/springframework/ldap/filter/GreaterThanOrEqualsFilter.html#GreaterThanOrEqualsFilter(java.lang.String, java.lang.String)"><B>GreaterThanOrEqualsFilter(String, String)</B></A> - 
Constructor for class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/GreaterThanOrEqualsFilter.html" title="class in org.springframework.ldap.filter">GreaterThanOrEqualsFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/filter/GreaterThanOrEqualsFilter.html#GreaterThanOrEqualsFilter(java.lang.String, int)"><B>GreaterThanOrEqualsFilter(String, int)</B></A> - 
Constructor for class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/GreaterThanOrEqualsFilter.html" title="class in org.springframework.ldap.filter">GreaterThanOrEqualsFilter</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="./org/springframework/ldap/support/AttributeValueCallbackHandler.html#handleAttributeValue(java.lang.String, java.lang.Object, int)"><B>handleAttributeValue(String, Object, int)</B></A> - 
Method in interface org.springframework.ldap.support.<A HREF="./org/springframework/ldap/support/AttributeValueCallbackHandler.html" title="interface in org.springframework.ldap.support">AttributeValueCallbackHandler</A>
<DD>Implement to take handle one of the Attribute values.
<DT><A HREF="./org/springframework/ldap/core/CollectingNameClassPairCallbackHandler.html#handleNameClassPair(javax.naming.NameClassPair)"><B>handleNameClassPair(NameClassPair)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/CollectingNameClassPairCallbackHandler.html" title="class in org.springframework.ldap.core">CollectingNameClassPairCallbackHandler</A>
<DD>Pass on the supplied NameClassPair to
 <A HREF="./org/springframework/ldap/core/CollectingNameClassPairCallbackHandler.html#getObjectFromNameClassPair(javax.naming.NameClassPair)"><CODE>CollectingNameClassPairCallbackHandler.getObjectFromNameClassPair(NameClassPair)</CODE></A> and add the result to
 the internal list.
<DT><A HREF="./org/springframework/ldap/core/NameClassPairCallbackHandler.html#handleNameClassPair(javax.naming.NameClassPair)"><B>handleNameClassPair(NameClassPair)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/NameClassPairCallbackHandler.html" title="interface in org.springframework.ldap.core">NameClassPairCallbackHandler</A>
<DD>Handle one entry.
<DT><A HREF="./org/springframework/ldap/core/support/CountNameClassPairCallbackHandler.html#handleNameClassPair(javax.naming.NameClassPair)"><B>handleNameClassPair(NameClassPair)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/CountNameClassPairCallbackHandler.html" title="class in org.springframework.ldap.core.support">CountNameClassPairCallbackHandler</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/control/AbstractFallbackRequestAndResponseControlDirContextProcessor.html#handleResponse(java.lang.Object)"><B>handleResponse(Object)</B></A> - 
Method in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/AbstractFallbackRequestAndResponseControlDirContextProcessor.html" title="class in org.springframework.ldap.control">AbstractFallbackRequestAndResponseControlDirContextProcessor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/control/PagedResultsDirContextProcessor.html#handleResponse(java.lang.Object)"><B>handleResponse(Object)</B></A> - 
Method in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/PagedResultsDirContextProcessor.html" title="class in org.springframework.ldap.control">PagedResultsDirContextProcessor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/control/SortControlDirContextProcessor.html#handleResponse(java.lang.Object)"><B>handleResponse(Object)</B></A> - 
Method in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/SortControlDirContextProcessor.html" title="class in org.springframework.ldap.control">SortControlDirContextProcessor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/filter/HardcodedFilter.html" title="class in org.springframework.ldap.filter"><B>HardcodedFilter</B></A> - Class in <A HREF="./org/springframework/ldap/filter/package-summary.html">org.springframework.ldap.filter</A><DD>Allows hard coded parts to be included in a search filter.<DT><A HREF="./org/springframework/ldap/filter/HardcodedFilter.html#HardcodedFilter(java.lang.String)"><B>HardcodedFilter(String)</B></A> - 
Constructor for class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/HardcodedFilter.html" title="class in org.springframework.ldap.filter">HardcodedFilter</A>
<DD>The hardcoded string to be used for this filter.
<DT><A HREF="./org/springframework/ldap/core/DnParserImplConstants.html#HASHCHAR"><B>HASHCHAR</B></A> - 
Static variable in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImplConstants.html" title="interface in org.springframework.ldap.core">DnParserImplConstants</A>
<DD>RegularExpression Id.
<DT><A HREF="./org/springframework/ldap/control/PagedResult.html#hashCode()"><B>hashCode()</B></A> - 
Method in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/PagedResult.html" title="class in org.springframework.ldap.control">PagedResult</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/control/PagedResultsCookie.html#hashCode()"><B>hashCode()</B></A> - 
Method in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/PagedResultsCookie.html" title="class in org.springframework.ldap.control">PagedResultsCookie</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#hashCode()"><B>hashCode()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#hashCode()"><B>hashCode()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapEntryIdentification.html#hashCode()"><B>hashCode()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapEntryIdentification.html" title="class in org.springframework.ldap.core">LdapEntryIdentification</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapRdn.html#hashCode()"><B>hashCode()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapRdn.html" title="class in org.springframework.ldap.core">LdapRdn</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapRdnComponent.html#hashCode()"><B>hashCode()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapRdnComponent.html" title="class in org.springframework.ldap.core">LdapRdnComponent</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/filter/BinaryLogicalFilter.html#hashCode()"><B>hashCode()</B></A> - 
Method in class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/BinaryLogicalFilter.html" title="class in org.springframework.ldap.filter">BinaryLogicalFilter</A>
<DD>Hashes all contained data.
<DT><A HREF="./org/springframework/ldap/filter/CompareFilter.html#hashCode()"><B>hashCode()</B></A> - 
Method in class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/CompareFilter.html" title="class in org.springframework.ldap.filter">CompareFilter</A>
<DD>Calculate the hash code for the attribute and the value.
<DT><A HREF="./org/springframework/ldap/filter/Filter.html#hashCode()"><B>hashCode()</B></A> - 
Method in interface org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/Filter.html" title="interface in org.springframework.ldap.filter">Filter</A>
<DD>All filters must implement hashCode.
<DT><A HREF="./org/springframework/ldap/filter/HardcodedFilter.html#hashCode()"><B>hashCode()</B></A> - 
Method in class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/HardcodedFilter.html" title="class in org.springframework.ldap.filter">HardcodedFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/filter/NotFilter.html#hashCode()"><B>hashCode()</B></A> - 
Method in class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/NotFilter.html" title="class in org.springframework.ldap.filter">NotFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/filter/NotPresentFilter.html#hashCode()"><B>hashCode()</B></A> - 
Method in class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/NotPresentFilter.html" title="class in org.springframework.ldap.filter">NotPresentFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/filter/PresentFilter.html#hashCode()"><B>hashCode()</B></A> - 
Method in class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/PresentFilter.html" title="class in org.springframework.ldap.filter">PresentFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingContext.html#hashCode()"><B>hashCode()</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingContext.html" title="class in org.springframework.ldap.pool">DelegatingContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html#hashCode()"><B>hashCode()</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html" title="class in org.springframework.ldap.pool">DelegatingDirContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingLdapContext.html#hashCode()"><B>hashCode()</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingLdapContext.html" title="class in org.springframework.ldap.pool">DelegatingLdapContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DnParserImplConstants.html#HEXCHAR"><B>HEXCHAR</B></A> - 
Static variable in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImplConstants.html" title="interface in org.springframework.ldap.core">DnParserImplConstants</A>
<DD>RegularExpression Id.
<DT><A HREF="./org/springframework/ldap/core/DnParserImplConstants.html#HEXPAIR"><B>HEXPAIR</B></A> - 
Static variable in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImplConstants.html" title="interface in org.springframework.ldap.core">DnParserImplConstants</A>
<DD>RegularExpression Id.
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="./org/springframework/ldap/core/Token.html#image"><B>image</B></A> - 
Variable in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/Token.html" title="class in org.springframework.ldap.core">Token</A>
<DD>The string image of the token.
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#immutableDistinguishedName()"><B>immutableDistinguishedName()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>Return an immutable copy of this instance.
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#immutableDistinguishedName(java.lang.String)"><B>immutableDistinguishedName(String)</B></A> - 
Static method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>Create an immutable DistinguishedName instance, suitable as a constant.
<DT><A HREF="./org/springframework/ldap/core/LdapRdn.html#immutableLdapRdn()"><B>immutableLdapRdn()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapRdn.html" title="class in org.springframework.ldap.core">LdapRdn</A>
<DD>Create an immutable copy of this instance.
<DT><A HREF="./org/springframework/ldap/core/LdapRdnComponent.html#immutableLdapRdnComponent()"><B>immutableLdapRdnComponent()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapRdnComponent.html" title="class in org.springframework.ldap.core">LdapRdnComponent</A>
<DD>Create an immutable copy of this instance.
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#inBuf"><B>inBuf</B></A> - 
Variable in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DnParserImpl.html#input()"><B>input()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImpl.html" title="class in org.springframework.ldap.core">DnParserImpl</A>
<DD>input -> dn
 dn -> rdn ( ( "," | ";" ) rdn )*
 rdn -> attributeTypeAndValue ( "+" attributeTypeAndValue )*
 attributeTypeAndValue ->
    ( <SPACE> )* AttributeType SpacedEquals AttributeValue ( <SPACE> )*
 SpacedEquals -> <SPACED_EQUALS>
 AttributeType -> <LDAP_OID> | <ATTRIBUTE_TYPE_STRING>
 AttributeValue -> <ATTRVALUE>
<DT><A HREF="./org/springframework/ldap/core/DnParserImplTokenManager.html#input_stream"><B>input_stream</B></A> - 
Variable in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImplTokenManager.html" title="class in org.springframework.ldap.core">DnParserImplTokenManager</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#inputStream"><B>inputStream</B></A> - 
Variable in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/InsufficientResourcesException.html" title="class in org.springframework.ldap"><B>InsufficientResourcesException</B></A> - Exception in <A HREF="./org/springframework/ldap/package-summary.html">org.springframework.ldap</A><DD>Runtime exception mirroring the JNDI InsufficientResourcesException.<DT><A HREF="./org/springframework/ldap/InsufficientResourcesException.html#InsufficientResourcesException(javax.naming.InsufficientResourcesException)"><B>InsufficientResourcesException(InsufficientResourcesException)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/InsufficientResourcesException.html" title="class in org.springframework.ldap">InsufficientResourcesException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/InterruptedNamingException.html" title="class in org.springframework.ldap"><B>InterruptedNamingException</B></A> - Exception in <A HREF="./org/springframework/ldap/package-summary.html">org.springframework.ldap</A><DD>Runtime exception mirroring the JNDI InterruptedNamingException.<DT><A HREF="./org/springframework/ldap/InterruptedNamingException.html#InterruptedNamingException(javax.naming.InterruptedNamingException)"><B>InterruptedNamingException(InterruptedNamingException)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/InterruptedNamingException.html" title="class in org.springframework.ldap">InterruptedNamingException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/InvalidAttributeIdentifierException.html" title="class in org.springframework.ldap"><B>InvalidAttributeIdentifierException</B></A> - Exception in <A HREF="./org/springframework/ldap/package-summary.html">org.springframework.ldap</A><DD>Runtime exception mirroring the JNDI InvalidAttributeIdentifierException.<DT><A HREF="./org/springframework/ldap/InvalidAttributeIdentifierException.html#InvalidAttributeIdentifierException(javax.naming.directory.InvalidAttributeIdentifierException)"><B>InvalidAttributeIdentifierException(InvalidAttributeIdentifierException)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/InvalidAttributeIdentifierException.html" title="class in org.springframework.ldap">InvalidAttributeIdentifierException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/InvalidAttributesException.html" title="class in org.springframework.ldap"><B>InvalidAttributesException</B></A> - Exception in <A HREF="./org/springframework/ldap/package-summary.html">org.springframework.ldap</A><DD>Runtime exception mirroring the JNDI InvalidAttributesException.<DT><A HREF="./org/springframework/ldap/InvalidAttributesException.html#InvalidAttributesException(javax.naming.directory.InvalidAttributesException)"><B>InvalidAttributesException(InvalidAttributesException)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/InvalidAttributesException.html" title="class in org.springframework.ldap">InvalidAttributesException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/InvalidAttributeValueException.html" title="class in org.springframework.ldap"><B>InvalidAttributeValueException</B></A> - Exception in <A HREF="./org/springframework/ldap/package-summary.html">org.springframework.ldap</A><DD>Runtime exception mirroring the JNDI InvalidAttributeValueException.<DT><A HREF="./org/springframework/ldap/InvalidAttributeValueException.html#InvalidAttributeValueException(javax.naming.directory.InvalidAttributeValueException)"><B>InvalidAttributeValueException(InvalidAttributeValueException)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/InvalidAttributeValueException.html" title="class in org.springframework.ldap">InvalidAttributeValueException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/InvalidNameException.html" title="class in org.springframework.ldap"><B>InvalidNameException</B></A> - Exception in <A HREF="./org/springframework/ldap/package-summary.html">org.springframework.ldap</A><DD>Runtime exception mirroring the JNDI InvalidNameException.<DT><A HREF="./org/springframework/ldap/InvalidNameException.html#InvalidNameException(javax.naming.InvalidNameException)"><B>InvalidNameException(InvalidNameException)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/InvalidNameException.html" title="class in org.springframework.ldap">InvalidNameException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/InvalidSearchControlsException.html" title="class in org.springframework.ldap"><B>InvalidSearchControlsException</B></A> - Exception in <A HREF="./org/springframework/ldap/package-summary.html">org.springframework.ldap</A><DD>Runtime exception mirroring the JNDI InvalidSearchControlsException.<DT><A HREF="./org/springframework/ldap/InvalidSearchControlsException.html#InvalidSearchControlsException(javax.naming.directory.InvalidSearchControlsException)"><B>InvalidSearchControlsException(InvalidSearchControlsException)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/InvalidSearchControlsException.html" title="class in org.springframework.ldap">InvalidSearchControlsException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/InvalidSearchFilterException.html" title="class in org.springframework.ldap"><B>InvalidSearchFilterException</B></A> - Exception in <A HREF="./org/springframework/ldap/package-summary.html">org.springframework.ldap</A><DD>Runtime exception mirroring the JNDI InvalidSearchFilterException.<DT><A HREF="./org/springframework/ldap/InvalidSearchFilterException.html#InvalidSearchFilterException(javax.naming.directory.InvalidSearchFilterException)"><B>InvalidSearchFilterException(InvalidSearchFilterException)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/InvalidSearchFilterException.html" title="class in org.springframework.ldap">InvalidSearchFilterException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/SingleContextSource.NonClosingDirContextInvocationHandler.html#invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[])"><B>invoke(Object, Method, Object[])</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/SingleContextSource.NonClosingDirContextInvocationHandler.html" title="class in org.springframework.ldap.core.support">SingleContextSource.NonClosingDirContextInvocationHandler</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/TransactionAwareDirContextInvocationHandler.html#invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[])"><B>invoke(Object, Method, Object[])</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/TransactionAwareDirContextInvocationHandler.html" title="class in org.springframework.ldap.transaction.compensating.manager">TransactionAwareDirContextInvocationHandler</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/control/AbstractFallbackRequestAndResponseControlDirContextProcessor.html#invokeMethod(java.lang.String, java.lang.Class, java.lang.Object)"><B>invokeMethod(String, Class, Object)</B></A> - 
Method in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/AbstractFallbackRequestAndResponseControlDirContextProcessor.html" title="class in org.springframework.ldap.control">AbstractFallbackRequestAndResponseControlDirContextProcessor</A>
<DD>Utility method for invoking a method on a Control.
<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html#isAnonymousReadOnly()"><B>isAnonymousReadOnly()</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html" title="class in org.springframework.ldap.core.support">AbstractContextSource</A>
<DD>Get whether an anonymous environment should be used for read-only
 operations.
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#isEmpty()"><B>isEmpty()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndDataSourceTransactionManager.html#isExistingTransaction(java.lang.Object)"><B>isExistingTransaction(Object)</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndDataSourceTransactionManager.html" title="class in org.springframework.ldap.transaction.compensating.manager">ContextSourceAndDataSourceTransactionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndHibernateTransactionManager.html#isExistingTransaction(java.lang.Object)"><B>isExistingTransaction(Object)</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndHibernateTransactionManager.html" title="class in org.springframework.ldap.transaction.compensating.manager">ContextSourceAndHibernateTransactionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html#isPooled()"><B>isPooled()</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html" title="class in org.springframework.ldap.core.support">AbstractContextSource</A>
<DD>Get whether the pooling flag should be set.
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#isReferral()"><B>isReferral()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextOperations.html#isReferral()"><B>isReferral()</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextOperations.html" title="interface in org.springframework.ldap.core">DirContextOperations</A>
<DD>Checks whether this instance results from a referral.
<DT><A HREF="./org/springframework/ldap/control/AbstractRequestControlDirContextProcessor.html#isReplaceSameControlEnabled()"><B>isReplaceSameControlEnabled()</B></A> - 
Method in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/AbstractRequestControlDirContextProcessor.html" title="class in org.springframework.ldap.control">AbstractRequestControlDirContextProcessor</A>
<DD>If there already exists a request control of the same class as the one
 created by <A HREF="./org/springframework/ldap/control/AbstractRequestControlDirContextProcessor.html#createRequestControl()"><CODE>AbstractRequestControlDirContextProcessor.createRequestControl()</CODE></A> in the context, the new
 control can either replace the existing one (default behavior) or be
 added.
<DT><A HREF="./org/springframework/ldap/control/SortControlDirContextProcessor.html#isSorted()"><B>isSorted()</B></A> - 
Method in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/SortControlDirContextProcessor.html" title="class in org.springframework.ldap.control">SortControlDirContextProcessor</A>
<DD>Check whether the returned values were actually sorted by the server.
<DT><A HREF="./org/springframework/ldap/transaction/compensating/LdapTransactionUtils.html#isSupportedWriteTransactionOperation(java.lang.String)"><B>isSupportedWriteTransactionOperation(String)</B></A> - 
Static method in class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/LdapTransactionUtils.html" title="class in org.springframework.ldap.transaction.compensating">LdapTransactionUtils</A>
<DD>Check whether the supplied method is a method for which transactions is
 supported (and which should be recorded for possible rollback later).
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#isUpdateMode()"><B>isUpdateMode()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextOperations.html#isUpdateMode()"><B>isUpdateMode()</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextOperations.html" title="interface in org.springframework.ldap.core">DirContextOperations</A>
<DD>Gets the update mode.
<DT><A HREF="./org/springframework/ldap/support/LdapUtils.html#iterateAttributeValues(javax.naming.directory.Attribute, org.springframework.ldap.support.AttributeValueCallbackHandler)"><B>iterateAttributeValues(Attribute, AttributeValueCallbackHandler)</B></A> - 
Static method in class org.springframework.ldap.support.<A HREF="./org/springframework/ldap/support/LdapUtils.html" title="class in org.springframework.ldap.support">LdapUtils</A>
<DD>Iterate through all the values of the specified Attribute calling back to
 the specified callbackHandler.
</DL>
<HR>
<A NAME="_J_"><!-- --></A><H2>
<B>J</B></H2>
<DL>
<DT><A HREF="./org/springframework/ldap/core/DnParserImpl.html#jj_nt"><B>jj_nt</B></A> - 
Variable in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImpl.html" title="class in org.springframework.ldap.core">DnParserImpl</A>
<DD>Next token.
<DT><A HREF="./org/springframework/ldap/core/DnParserImplTokenManager.html#jjFillToken()"><B>jjFillToken()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImplTokenManager.html" title="class in org.springframework.ldap.core">DnParserImplTokenManager</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DnParserImplTokenManager.html#jjnewLexState"><B>jjnewLexState</B></A> - 
Static variable in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImplTokenManager.html" title="class in org.springframework.ldap.core">DnParserImplTokenManager</A>
<DD>Lex State array.
<DT><A HREF="./org/springframework/ldap/core/DnParserImplTokenManager.html#jjstrLiteralImages"><B>jjstrLiteralImages</B></A> - 
Static variable in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImplTokenManager.html" title="class in org.springframework.ldap.core">DnParserImplTokenManager</A>
<DD>Token literal values.
<DT><A HREF="./org/springframework/ldap/core/support/DefaultDirObjectFactory.html#JNDI_ENV_BASE_PATH_KEY"><B>JNDI_ENV_BASE_PATH_KEY</B></A> - 
Static variable in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/DefaultDirObjectFactory.html" title="class in org.springframework.ldap.core.support">DefaultDirObjectFactory</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="./org/springframework/ldap/core/support/BaseLdapPathAware.html" title="interface in org.springframework.ldap.core.support"><CODE>BaseLdapPathAware</CODE></A> and
 <A HREF="./org/springframework/ldap/core/support/BaseLdapPathBeanPostProcessor.html" title="class in org.springframework.ldap.core.support"><CODE>BaseLdapPathBeanPostProcessor</CODE></A> instead.</I>
</DL>
<HR>
<A NAME="_K_"><!-- --></A><H2>
<B>K</B></H2>
<DL>
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#KEY_CASE_FOLD_LOWER"><B>KEY_CASE_FOLD_LOWER</B></A> - 
Static variable in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#KEY_CASE_FOLD_NONE"><B>KEY_CASE_FOLD_NONE</B></A> - 
Static variable in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#KEY_CASE_FOLD_PROPERTY"><B>KEY_CASE_FOLD_PROPERTY</B></A> - 
Static variable in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>System property that will be inspected to determine whether creating a
 DistinguishedName will convert the keys to <em>lowercase</em>, convert
 the keys to <em>uppercase</em>, or leave the keys as they were in the
 original String, ie <em>none</em>.
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#KEY_CASE_FOLD_UPPER"><B>KEY_CASE_FOLD_UPPER</B></A> - 
Static variable in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html#keyedObjectPool"><B>keyedObjectPool</B></A> - 
Variable in class org.springframework.ldap.pool.factory.<A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory">PoolingContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/Token.html#kind"><B>kind</B></A> - 
Variable in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/Token.html" title="class in org.springframework.ldap.core">Token</A>
<DD>An integer that describes the kind of this token.
</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="./org/springframework/ldap/core/DnParserImplConstants.html#LDAP_OID"><B>LDAP_OID</B></A> - 
Static variable in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImplConstants.html" title="interface in org.springframework.ldap.core">DnParserImplConstants</A>
<DD>RegularExpression Id.
<DT><A HREF="./org/springframework/ldap/transaction/compensating/LdapCompensatingTransactionOperationFactory.html" title="class in org.springframework.ldap.transaction.compensating"><B>LdapCompensatingTransactionOperationFactory</B></A> - Class in <A HREF="./org/springframework/ldap/transaction/compensating/package-summary.html">org.springframework.ldap.transaction.compensating</A><DD><A HREF="./org/springframework/transaction/compensating/CompensatingTransactionOperationRecorder.html" title="interface in org.springframework.transaction.compensating"><CODE>CompensatingTransactionOperationRecorder</CODE></A> implementation for LDAP
 operations.<DT><A HREF="./org/springframework/ldap/transaction/compensating/LdapCompensatingTransactionOperationFactory.html#LdapCompensatingTransactionOperationFactory(org.springframework.ldap.transaction.compensating.TempEntryRenamingStrategy)"><B>LdapCompensatingTransactionOperationFactory(TempEntryRenamingStrategy)</B></A> - 
Constructor for class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/LdapCompensatingTransactionOperationFactory.html" title="class in org.springframework.ldap.transaction.compensating">LdapCompensatingTransactionOperationFactory</A>
<DD>Constructor.
<DT><A HREF="./org/springframework/ldap/core/support/LdapContextSource.html" title="class in org.springframework.ldap.core.support"><B>LdapContextSource</B></A> - Class in <A HREF="./org/springframework/ldap/core/support/package-summary.html">org.springframework.ldap.core.support</A><DD>ContextSource implementation which creates an <code>InitialLdapContext</code>
 instance.<DT><A HREF="./org/springframework/ldap/core/support/LdapContextSource.html#LdapContextSource()"><B>LdapContextSource()</B></A> - 
Constructor for class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/LdapContextSource.html" title="class in org.springframework.ldap.core.support">LdapContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapEncoder.html" title="class in org.springframework.ldap.core"><B>LdapEncoder</B></A> - Class in <A HREF="./org/springframework/ldap/core/package-summary.html">org.springframework.ldap.core</A><DD>Helper class to encode and decode ldap names and values.<DT><A HREF="./org/springframework/ldap/core/LdapEntryIdentification.html" title="class in org.springframework.ldap.core"><B>LdapEntryIdentification</B></A> - Class in <A HREF="./org/springframework/ldap/core/package-summary.html">org.springframework.ldap.core</A><DD>Wrapper class to handle the full identification of an LDAP entry.<DT><A HREF="./org/springframework/ldap/core/LdapEntryIdentification.html#LdapEntryIdentification(org.springframework.ldap.core.DistinguishedName, org.springframework.ldap.core.DistinguishedName)"><B>LdapEntryIdentification(DistinguishedName, DistinguishedName)</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapEntryIdentification.html" title="class in org.springframework.ldap.core">LdapEntryIdentification</A>
<DD>Construct an LdapEntryIdentification instance.
<DT><A HREF="./org/springframework/ldap/core/LdapEntryIdentificationContextMapper.html" title="class in org.springframework.ldap.core"><B>LdapEntryIdentificationContextMapper</B></A> - Class in <A HREF="./org/springframework/ldap/core/package-summary.html">org.springframework.ldap.core</A><DD><code>ContextMapper</code> implementation that maps the found entries to the
 <A HREF="./org/springframework/ldap/core/LdapEntryIdentification.html" title="class in org.springframework.ldap.core"><CODE>LdapEntryIdentification</CODE></A> of each respective entry.<DT><A HREF="./org/springframework/ldap/core/LdapEntryIdentificationContextMapper.html#LdapEntryIdentificationContextMapper()"><B>LdapEntryIdentificationContextMapper()</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapEntryIdentificationContextMapper.html" title="class in org.springframework.ldap.core">LdapEntryIdentificationContextMapper</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core"><B>LdapOperations</B></A> - Interface in <A HREF="./org/springframework/ldap/core/package-summary.html">org.springframework.ldap.core</A><DD>Interface that specifies a basic set of LDAP operations.<DT><A HREF="./org/springframework/ldap/core/LdapRdn.html" title="class in org.springframework.ldap.core"><B>LdapRdn</B></A> - Class in <A HREF="./org/springframework/ldap/core/package-summary.html">org.springframework.ldap.core</A><DD>Datatype for a LDAP name, a part of a path.<DT><A HREF="./org/springframework/ldap/core/LdapRdn.html#LdapRdn()"><B>LdapRdn()</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapRdn.html" title="class in org.springframework.ldap.core">LdapRdn</A>
<DD>Default constructor.
<DT><A HREF="./org/springframework/ldap/core/LdapRdn.html#LdapRdn(java.lang.String)"><B>LdapRdn(String)</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapRdn.html" title="class in org.springframework.ldap.core">LdapRdn</A>
<DD>Parse the supplied string and construct this instance accordingly.
<DT><A HREF="./org/springframework/ldap/core/LdapRdn.html#LdapRdn(java.lang.String, java.lang.String)"><B>LdapRdn(String, String)</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapRdn.html" title="class in org.springframework.ldap.core">LdapRdn</A>
<DD>Construct an LdapRdn using the supplied key and value.
<DT><A HREF="./org/springframework/ldap/core/LdapRdnComponent.html" title="class in org.springframework.ldap.core"><B>LdapRdnComponent</B></A> - Class in <A HREF="./org/springframework/ldap/core/package-summary.html">org.springframework.ldap.core</A><DD>Represents part of an LdapRdn.<DT><A HREF="./org/springframework/ldap/core/LdapRdnComponent.html#LdapRdnComponent(java.lang.String, java.lang.String)"><B>LdapRdnComponent(String, String)</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapRdnComponent.html" title="class in org.springframework.ldap.core">LdapRdnComponent</A>
<DD>Constructs an LdapRdnComponent without decoding the value.
<DT><A HREF="./org/springframework/ldap/core/LdapRdnComponent.html#LdapRdnComponent(java.lang.String, java.lang.String, boolean)"><B>LdapRdnComponent(String, String, boolean)</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapRdnComponent.html" title="class in org.springframework.ldap.core">LdapRdnComponent</A>
<DD>Constructs an LdapRdnComponent, optionally decoding the value.
<DT><A HREF="./org/springframework/ldap/LdapReferralException.html" title="class in org.springframework.ldap"><B>LdapReferralException</B></A> - Exception in <A HREF="./org/springframework/ldap/package-summary.html">org.springframework.ldap</A><DD>Runtime exception mirroring the JNDI LdapReferralException.<DT><A HREF="./org/springframework/ldap/LdapReferralException.html#LdapReferralException(javax.naming.ldap.LdapReferralException)"><B>LdapReferralException(LdapReferralException)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/LdapReferralException.html" title="class in org.springframework.ldap">LdapReferralException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core"><B>LdapTemplate</B></A> - Class in <A HREF="./org/springframework/ldap/core/package-summary.html">org.springframework.ldap.core</A><DD>Executes core LDAP functionality and helps to avoid common errors, relieving
 the user of the burden of looking up contexts, looping through
 NamingEnumerations and closing contexts.<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#LdapTemplate()"><B>LdapTemplate()</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>Constructor for bean usage.
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#LdapTemplate(org.springframework.ldap.core.ContextSource)"><B>LdapTemplate(ContextSource)</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>Constructor to setup instance directly.
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.MappingCollectingNameClassPairCallbackHandler.html" title="class in org.springframework.ldap.core"><B>LdapTemplate.MappingCollectingNameClassPairCallbackHandler</B></A> - Class in <A HREF="./org/springframework/ldap/core/package-summary.html">org.springframework.ldap.core</A><DD>A <A HREF="./org/springframework/ldap/core/NameClassPairCallbackHandler.html" title="interface in org.springframework.ldap.core"><CODE>NameClassPairCallbackHandler</CODE></A> that passes the NameClassPairs
 found to a NameClassPairMapper and collects the results in a list.<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.MappingCollectingNameClassPairCallbackHandler.html#LdapTemplate.MappingCollectingNameClassPairCallbackHandler(org.springframework.ldap.core.NameClassPairMapper)"><B>LdapTemplate.MappingCollectingNameClassPairCallbackHandler(NameClassPairMapper)</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.MappingCollectingNameClassPairCallbackHandler.html" title="class in org.springframework.ldap.core">LdapTemplate.MappingCollectingNameClassPairCallbackHandler</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/LdapTransactionUtils.html" title="class in org.springframework.ldap.transaction.compensating"><B>LdapTransactionUtils</B></A> - Class in <A HREF="./org/springframework/ldap/transaction/compensating/package-summary.html">org.springframework.ldap.transaction.compensating</A><DD>Utility methods for working with LDAP transactions.<DT><A HREF="./org/springframework/ldap/support/LdapUtils.html" title="class in org.springframework.ldap.support"><B>LdapUtils</B></A> - Class in <A HREF="./org/springframework/ldap/support/package-summary.html">org.springframework.ldap.support</A><DD>Generic utility methods for working with LDAP.<DT><A HREF="./org/springframework/ldap/filter/LessThanOrEqualsFilter.html" title="class in org.springframework.ldap.filter"><B>LessThanOrEqualsFilter</B></A> - Class in <A HREF="./org/springframework/ldap/filter/package-summary.html">org.springframework.ldap.filter</A><DD>A filter to compare <=.<DT><A HREF="./org/springframework/ldap/filter/LessThanOrEqualsFilter.html#LessThanOrEqualsFilter(java.lang.String, java.lang.String)"><B>LessThanOrEqualsFilter(String, String)</B></A> - 
Constructor for class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/LessThanOrEqualsFilter.html" title="class in org.springframework.ldap.filter">LessThanOrEqualsFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/filter/LessThanOrEqualsFilter.html#LessThanOrEqualsFilter(java.lang.String, int)"><B>LessThanOrEqualsFilter(String, int)</B></A> - 
Constructor for class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/LessThanOrEqualsFilter.html" title="class in org.springframework.ldap.filter">LessThanOrEqualsFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/TokenMgrError.html#LexicalError(boolean, int, int, int, java.lang.String, char)"><B>LexicalError(boolean, int, int, int, String, char)</B></A> - 
Static method in error org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/TokenMgrError.html" title="class in org.springframework.ldap.core">TokenMgrError</A>
<DD>Returns a detailed message for the Error when it is thrown by the
 token manager to indicate a lexical error.
<DT><A HREF="./org/springframework/ldap/core/DnParserImplTokenManager.html#lexStateNames"><B>lexStateNames</B></A> - 
Static variable in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImplTokenManager.html" title="class in org.springframework.ldap.core">DnParserImplTokenManager</A>
<DD>Lexer state names.
<DT><A HREF="./org/springframework/ldap/filter/LikeFilter.html" title="class in org.springframework.ldap.filter"><B>LikeFilter</B></A> - Class in <A HREF="./org/springframework/ldap/filter/package-summary.html">org.springframework.ldap.filter</A><DD>This filter allows the user to specify wildcards (*) by not escaping them in
 the filter.<DT><A HREF="./org/springframework/ldap/filter/LikeFilter.html#LikeFilter(java.lang.String, java.lang.String)"><B>LikeFilter(String, String)</B></A> - 
Constructor for class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/LikeFilter.html" title="class in org.springframework.ldap.filter">LikeFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/LimitExceededException.html" title="class in org.springframework.ldap"><B>LimitExceededException</B></A> - Exception in <A HREF="./org/springframework/ldap/package-summary.html">org.springframework.ldap</A><DD>Runtime exception mirroring the JNDI LimitExceededException.<DT><A HREF="./org/springframework/ldap/LimitExceededException.html#LimitExceededException(javax.naming.LimitExceededException)"><B>LimitExceededException(LimitExceededException)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/LimitExceededException.html" title="class in org.springframework.ldap">LimitExceededException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#line"><B>line</B></A> - 
Variable in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/LinkException.html" title="class in org.springframework.ldap"><B>LinkException</B></A> - Exception in <A HREF="./org/springframework/ldap/package-summary.html">org.springframework.ldap</A><DD>Runtime exception mirroring the JNDI LinkException.<DT><A HREF="./org/springframework/ldap/LinkException.html#LinkException(javax.naming.LinkException)"><B>LinkException(LinkException)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/LinkException.html" title="class in org.springframework.ldap">LinkException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/LinkLoopException.html" title="class in org.springframework.ldap"><B>LinkLoopException</B></A> - Exception in <A HREF="./org/springframework/ldap/package-summary.html">org.springframework.ldap</A><DD>Runtime exception mirroring the JNDI LinkLoopException.<DT><A HREF="./org/springframework/ldap/LinkLoopException.html#LinkLoopException(javax.naming.LinkLoopException)"><B>LinkLoopException(LinkLoopException)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/LinkLoopException.html" title="class in org.springframework.ldap">LinkLoopException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#list(javax.naming.Name)"><B>list(Name)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#list(java.lang.String)"><B>list(String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#list(java.lang.String, org.springframework.ldap.core.NameClassPairCallbackHandler)"><B>list(String, NameClassPairCallbackHandler)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Perform a non-recursive listing of the children of the given
 <code>base</code>.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#list(javax.naming.Name, org.springframework.ldap.core.NameClassPairCallbackHandler)"><B>list(Name, NameClassPairCallbackHandler)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Perform a non-recursive listing of the children of the given
 <code>base</code>.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#list(java.lang.String, org.springframework.ldap.core.NameClassPairMapper)"><B>list(String, NameClassPairMapper)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Perform a non-recursive listing of the children of the given
 <code>base</code>.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#list(javax.naming.Name, org.springframework.ldap.core.NameClassPairMapper)"><B>list(Name, NameClassPairMapper)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Perform a non-recursive listing of the children of the given
 <code>base</code>.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#list(java.lang.String)"><B>list(String)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Perform a non-recursive listing of the children of the given
 <code>base</code>.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#list(javax.naming.Name)"><B>list(Name)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Perform a non-recursive listing of the children of the given
 <code>base</code>.
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#list(java.lang.String, org.springframework.ldap.core.NameClassPairCallbackHandler)"><B>list(String, NameClassPairCallbackHandler)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#list(javax.naming.Name, org.springframework.ldap.core.NameClassPairCallbackHandler)"><B>list(Name, NameClassPairCallbackHandler)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#list(java.lang.String, org.springframework.ldap.core.NameClassPairMapper)"><B>list(String, NameClassPairMapper)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#list(javax.naming.Name, org.springframework.ldap.core.NameClassPairMapper)"><B>list(Name, NameClassPairMapper)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#list(javax.naming.Name)"><B>list(Name)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#list(java.lang.String)"><B>list(String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingContext.html#list(javax.naming.Name)"><B>list(Name)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingContext.html" title="class in org.springframework.ldap.pool">DelegatingContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingContext.html#list(java.lang.String)"><B>list(String)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingContext.html" title="class in org.springframework.ldap.pool">DelegatingContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#listBindings(javax.naming.Name)"><B>listBindings(Name)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#listBindings(java.lang.String)"><B>listBindings(String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#listBindings(java.lang.String, org.springframework.ldap.core.NameClassPairCallbackHandler)"><B>listBindings(String, NameClassPairCallbackHandler)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Perform a non-recursive listing of the children of the given
 <code>base</code>.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#listBindings(javax.naming.Name, org.springframework.ldap.core.NameClassPairCallbackHandler)"><B>listBindings(Name, NameClassPairCallbackHandler)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Perform a non-recursive listing of the children of the given
 <code>base</code>.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#listBindings(java.lang.String, org.springframework.ldap.core.NameClassPairMapper)"><B>listBindings(String, NameClassPairMapper)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Perform a non-recursive listing of the children of the given
 <code>base</code>.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#listBindings(javax.naming.Name, org.springframework.ldap.core.NameClassPairMapper)"><B>listBindings(Name, NameClassPairMapper)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Perform a non-recursive listing of the children of the given
 <code>base</code>.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#listBindings(java.lang.String)"><B>listBindings(String)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Perform a non-recursive listing of children of the given
 <code>base</code>.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#listBindings(javax.naming.Name)"><B>listBindings(Name)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Perform a non-recursive listing of children of the given
 <code>base</code>.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#listBindings(java.lang.String, org.springframework.ldap.core.ContextMapper)"><B>listBindings(String, ContextMapper)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Perform a non-recursive listing of the children of the given
 <code>base</code>.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#listBindings(javax.naming.Name, org.springframework.ldap.core.ContextMapper)"><B>listBindings(Name, ContextMapper)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Perform a non-recursive listing of the children of the given
 <code>base</code>.
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#listBindings(java.lang.String, org.springframework.ldap.core.NameClassPairCallbackHandler)"><B>listBindings(String, NameClassPairCallbackHandler)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#listBindings(javax.naming.Name, org.springframework.ldap.core.NameClassPairCallbackHandler)"><B>listBindings(Name, NameClassPairCallbackHandler)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#listBindings(java.lang.String, org.springframework.ldap.core.NameClassPairMapper)"><B>listBindings(String, NameClassPairMapper)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#listBindings(javax.naming.Name, org.springframework.ldap.core.NameClassPairMapper)"><B>listBindings(Name, NameClassPairMapper)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#listBindings(java.lang.String)"><B>listBindings(String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#listBindings(javax.naming.Name)"><B>listBindings(Name)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#listBindings(java.lang.String, org.springframework.ldap.core.ContextMapper)"><B>listBindings(String, ContextMapper)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#listBindings(javax.naming.Name, org.springframework.ldap.core.ContextMapper)"><B>listBindings(Name, ContextMapper)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingContext.html#listBindings(javax.naming.Name)"><B>listBindings(Name)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingContext.html" title="class in org.springframework.ldap.pool">DelegatingContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingContext.html#listBindings(java.lang.String)"><B>listBindings(String)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingContext.html" title="class in org.springframework.ldap.pool">DelegatingContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/support/ListComparator.html" title="class in org.springframework.ldap.support"><B>ListComparator</B></A> - Class in <A HREF="./org/springframework/ldap/support/package-summary.html">org.springframework.ldap.support</A><DD>Comparator for comparing lists of Comparable objects.<DT><A HREF="./org/springframework/ldap/support/ListComparator.html#ListComparator()"><B>ListComparator()</B></A> - 
Constructor for class org.springframework.ldap.support.<A HREF="./org/springframework/ldap/support/ListComparator.html" title="class in org.springframework.ldap.support">ListComparator</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/control/AbstractFallbackRequestAndResponseControlDirContextProcessor.html#loadControlClasses()"><B>loadControlClasses()</B></A> - 
Method in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/AbstractFallbackRequestAndResponseControlDirContextProcessor.html" title="class in org.springframework.ldap.control">AbstractFallbackRequestAndResponseControlDirContextProcessor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/control/AbstractRequestControlDirContextProcessor.html#log"><B>log</B></A> - 
Variable in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/AbstractRequestControlDirContextProcessor.html" title="class in org.springframework.ldap.control">AbstractRequestControlDirContextProcessor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html#logger"><B>logger</B></A> - 
Variable in class org.springframework.ldap.pool.factory.<A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory">PoolingContextSource</A>
<DD>The logger for this class and sub-classes
<DT><A HREF="./org/springframework/ldap/pool/validation/DefaultDirContextValidator.html#logger"><B>logger</B></A> - 
Variable in class org.springframework.ldap.pool.validation.<A HREF="./org/springframework/ldap/pool/validation/DefaultDirContextValidator.html" title="class in org.springframework.ldap.pool.validation">DefaultDirContextValidator</A>
<DD>Logger for this class and sub-classes
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#lookup(javax.naming.Name)"><B>lookup(Name)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#lookup(java.lang.String)"><B>lookup(String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#lookup(javax.naming.Name)"><B>lookup(Name)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Lookup the supplied DN and return the found object.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#lookup(java.lang.String)"><B>lookup(String)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Lookup the supplied DN and return the found object.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#lookup(javax.naming.Name, org.springframework.ldap.core.AttributesMapper)"><B>lookup(Name, AttributesMapper)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Convenience method to get the attributes of a specified DN and
 automatically pass them to an <code>AttributesMapper</code>.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#lookup(java.lang.String, org.springframework.ldap.core.AttributesMapper)"><B>lookup(String, AttributesMapper)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Convenience method to get the attributes of a specified DN and
 automatically pass them to an <code>AttributesMapper</code>.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#lookup(javax.naming.Name, org.springframework.ldap.core.ContextMapper)"><B>lookup(Name, ContextMapper)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Convenience method to lookup a specified DN and automatically pass the
 found object to a <code>ContextMapper</code>.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#lookup(java.lang.String, org.springframework.ldap.core.ContextMapper)"><B>lookup(String, ContextMapper)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Convenience method to lookup a specified DN and automatically pass the
 found object to a <code>ContextMapper</code>.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#lookup(javax.naming.Name, java.lang.String[], org.springframework.ldap.core.AttributesMapper)"><B>lookup(Name, String[], AttributesMapper)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Convenience method to get the specified attributes of a specified DN and
 automatically pass them to an <code>AttributesMapper</code>.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#lookup(java.lang.String, java.lang.String[], org.springframework.ldap.core.AttributesMapper)"><B>lookup(String, String[], AttributesMapper)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Convenience method to get the specified attributes of a specified DN and
 automatically pass them to an <code>AttributesMapper</code>.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#lookup(javax.naming.Name, java.lang.String[], org.springframework.ldap.core.ContextMapper)"><B>lookup(Name, String[], ContextMapper)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Convenience method to get the specified attributes of a specified DN and
 automatically pass them to a <code>ContextMapper</code>.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#lookup(java.lang.String, java.lang.String[], org.springframework.ldap.core.ContextMapper)"><B>lookup(String, String[], ContextMapper)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Convenience method to get the specified attributes of a specified DN and
 automatically pass them to a <code>ContextMapper</code>.
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#lookup(javax.naming.Name)"><B>lookup(Name)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#lookup(java.lang.String)"><B>lookup(String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#lookup(javax.naming.Name, org.springframework.ldap.core.AttributesMapper)"><B>lookup(Name, AttributesMapper)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#lookup(java.lang.String, org.springframework.ldap.core.AttributesMapper)"><B>lookup(String, AttributesMapper)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#lookup(javax.naming.Name, org.springframework.ldap.core.ContextMapper)"><B>lookup(Name, ContextMapper)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#lookup(java.lang.String, org.springframework.ldap.core.ContextMapper)"><B>lookup(String, ContextMapper)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#lookup(javax.naming.Name, java.lang.String[], org.springframework.ldap.core.AttributesMapper)"><B>lookup(Name, String[], AttributesMapper)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#lookup(java.lang.String, java.lang.String[], org.springframework.ldap.core.AttributesMapper)"><B>lookup(String, String[], AttributesMapper)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#lookup(javax.naming.Name, java.lang.String[], org.springframework.ldap.core.ContextMapper)"><B>lookup(Name, String[], ContextMapper)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#lookup(java.lang.String, java.lang.String[], org.springframework.ldap.core.ContextMapper)"><B>lookup(String, String[], ContextMapper)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapOperations.html#lookup(java.lang.String, org.springframework.ldap.core.simple.ParameterizedContextMapper)"><B>lookup(String, ParameterizedContextMapper&lt;T&gt;)</B></A> - 
Method in interface org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/SimpleLdapOperations.html" title="interface in org.springframework.ldap.core.simple">SimpleLdapOperations</A>
<DD>Perform a lookup of the specified DN and map the result using the mapper.
<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapOperations.html#lookup(javax.naming.Name, org.springframework.ldap.core.simple.ParameterizedContextMapper)"><B>lookup(Name, ParameterizedContextMapper&lt;T&gt;)</B></A> - 
Method in interface org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/SimpleLdapOperations.html" title="interface in org.springframework.ldap.core.simple">SimpleLdapOperations</A>
<DD>Perform a lookup of the specified DN and map the result using the mapper.
<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html#lookup(java.lang.String, org.springframework.ldap.core.simple.ParameterizedContextMapper)"><B>lookup(String, ParameterizedContextMapper&lt;T&gt;)</B></A> - 
Method in class org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html" title="class in org.springframework.ldap.core.simple">SimpleLdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html#lookup(javax.naming.Name, org.springframework.ldap.core.simple.ParameterizedContextMapper)"><B>lookup(Name, ParameterizedContextMapper&lt;T&gt;)</B></A> - 
Method in class org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html" title="class in org.springframework.ldap.core.simple">SimpleLdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingContext.html#lookup(javax.naming.Name)"><B>lookup(Name)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingContext.html" title="class in org.springframework.ldap.pool">DelegatingContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingContext.html#lookup(java.lang.String)"><B>lookup(String)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingContext.html" title="class in org.springframework.ldap.pool">DelegatingContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/LookupAttemptingCallback.html" title="class in org.springframework.ldap.core.support"><B>LookupAttemptingCallback</B></A> - Class in <A HREF="./org/springframework/ldap/core/support/package-summary.html">org.springframework.ldap.core.support</A><DD>Attempts to perform an LDAP operation in the authenticated context, because
 Active Directory might allow bind with incorrect password (specifically empty
 password), and later refuse operations.<DT><A HREF="./org/springframework/ldap/core/support/LookupAttemptingCallback.html#LookupAttemptingCallback()"><B>LookupAttemptingCallback()</B></A> - 
Constructor for class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/LookupAttemptingCallback.html" title="class in org.springframework.ldap.core.support">LookupAttemptingCallback</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#lookupContext(javax.naming.Name)"><B>lookupContext(Name)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Convenience method to lookup the supplied DN and automatically cast it to
 <A HREF="./org/springframework/ldap/core/DirContextOperations.html" title="interface in org.springframework.ldap.core"><CODE>DirContextOperations</CODE></A>.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#lookupContext(java.lang.String)"><B>lookupContext(String)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Convenience method to lookup the supplied DN and automatically cast it to
 <A HREF="./org/springframework/ldap/core/DirContextOperations.html" title="interface in org.springframework.ldap.core"><CODE>DirContextOperations</CODE></A>.
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#lookupContext(javax.naming.Name)"><B>lookupContext(Name)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#lookupContext(java.lang.String)"><B>lookupContext(String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapOperations.html#lookupContext(java.lang.String)"><B>lookupContext(String)</B></A> - 
Method in interface org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/SimpleLdapOperations.html" title="interface in org.springframework.ldap.core.simple">SimpleLdapOperations</A>
<DD>Look up the specified DN, and automatically cast it to a
 <A HREF="./org/springframework/ldap/core/DirContextOperations.html" title="interface in org.springframework.ldap.core"><CODE>DirContextOperations</CODE></A> instance.
<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapOperations.html#lookupContext(javax.naming.Name)"><B>lookupContext(Name)</B></A> - 
Method in interface org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/SimpleLdapOperations.html" title="interface in org.springframework.ldap.core.simple">SimpleLdapOperations</A>
<DD>Look up the specified DN, and automatically cast it to a
 <A HREF="./org/springframework/ldap/core/DirContextOperations.html" title="interface in org.springframework.ldap.core"><CODE>DirContextOperations</CODE></A> instance.
<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html#lookupContext(java.lang.String)"><B>lookupContext(String)</B></A> - 
Method in class org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html" title="class in org.springframework.ldap.core.simple">SimpleLdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html#lookupContext(javax.naming.Name)"><B>lookupContext(Name)</B></A> - 
Method in class org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html" title="class in org.springframework.ldap.core.simple">SimpleLdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#lookupLink(javax.naming.Name)"><B>lookupLink(Name)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#lookupLink(java.lang.String)"><B>lookupLink(String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingContext.html#lookupLink(javax.naming.Name)"><B>lookupLink(Name)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingContext.html" title="class in org.springframework.ldap.pool">DelegatingContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingContext.html#lookupLink(java.lang.String)"><B>lookupLink(String)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingContext.html" title="class in org.springframework.ldap.pool">DelegatingContext</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="./org/springframework/ldap/MalformedLinkException.html" title="class in org.springframework.ldap"><B>MalformedLinkException</B></A> - Exception in <A HREF="./org/springframework/ldap/package-summary.html">org.springframework.ldap</A><DD>Runtime exception mirroring the JNDI MalformedLinkException.<DT><A HREF="./org/springframework/ldap/MalformedLinkException.html#MalformedLinkException(javax.naming.MalformedLinkException)"><B>MalformedLinkException(MalformedLinkException)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/MalformedLinkException.html" title="class in org.springframework.ldap">MalformedLinkException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/AttributesMapper.html#mapFromAttributes(javax.naming.directory.Attributes)"><B>mapFromAttributes(Attributes)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/AttributesMapper.html" title="interface in org.springframework.ldap.core">AttributesMapper</A>
<DD>Map Attributes to an object.
<DT><A HREF="./org/springframework/ldap/core/ContextMapper.html#mapFromContext(java.lang.Object)"><B>mapFromContext(Object)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/ContextMapper.html" title="interface in org.springframework.ldap.core">ContextMapper</A>
<DD>Map a single LDAP Context to an object.
<DT><A HREF="./org/springframework/ldap/core/LdapEntryIdentificationContextMapper.html#mapFromContext(java.lang.Object)"><B>mapFromContext(Object)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapEntryIdentificationContextMapper.html" title="class in org.springframework.ldap.core">LdapEntryIdentificationContextMapper</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/simple/AbstractParameterizedContextMapper.html#mapFromContext(java.lang.Object)"><B>mapFromContext(Object)</B></A> - 
Method in class org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/AbstractParameterizedContextMapper.html" title="class in org.springframework.ldap.core.simple">AbstractParameterizedContextMapper</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/simple/ParameterizedContextMapper.html#mapFromContext(java.lang.Object)"><B>mapFromContext(Object)</B></A> - 
Method in interface org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/ParameterizedContextMapper.html" title="interface in org.springframework.ldap.core.simple">ParameterizedContextMapper</A>
<DD>Map a single LDAP Context to an object.
<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextMapper.html#mapFromContext(java.lang.Object)"><B>mapFromContext(Object)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractContextMapper.html" title="class in org.springframework.ldap.core.support">AbstractContextMapper</A>
<DD>Map a single LDAP Context to an object.
<DT><A HREF="./org/springframework/ldap/core/simple/ParameterizedContextMapperWithControls.html#mapFromContextWithControls(java.lang.Object, javax.naming.ldap.HasControls)"><B>mapFromContextWithControls(Object, HasControls)</B></A> - 
Method in interface org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/ParameterizedContextMapperWithControls.html" title="interface in org.springframework.ldap.core.simple">ParameterizedContextMapperWithControls</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DefaultNameClassPairMapper.html#mapFromNameClassPair(javax.naming.NameClassPair)"><B>mapFromNameClassPair(NameClassPair)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DefaultNameClassPairMapper.html" title="class in org.springframework.ldap.core">DefaultNameClassPairMapper</A>
<DD>Gets the Name from the supplied NameClassPair and returns it as the
 result.
<DT><A HREF="./org/springframework/ldap/core/NameClassPairMapper.html#mapFromNameClassPair(javax.naming.NameClassPair)"><B>mapFromNameClassPair(NameClassPair)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/NameClassPairMapper.html" title="interface in org.springframework.ldap.core">NameClassPairMapper</A>
<DD>Map <code>NameClassPair</code> to an Object.
<DT><A HREF="./org/springframework/ldap/core/ContextAssembler.html#mapToContext(java.lang.Object, java.lang.Object)"><B>mapToContext(Object, Object)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/ContextAssembler.html" title="interface in org.springframework.ldap.core">ContextAssembler</A>
<DD>Map the supplied object to the specified context.
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#maxNextCharInd"><B>maxNextCharInd</B></A> - 
Variable in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/LdapTransactionUtils.html#MODIFY_ATTRIBUTES_METHOD_NAME"><B>MODIFY_ATTRIBUTES_METHOD_NAME</B></A> - 
Static variable in class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/LdapTransactionUtils.html" title="class in org.springframework.ldap.transaction.compensating">LdapTransactionUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#modifyAttributes(javax.naming.Name, int, javax.naming.directory.Attributes)"><B>modifyAttributes(Name, int, Attributes)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#modifyAttributes(java.lang.String, int, javax.naming.directory.Attributes)"><B>modifyAttributes(String, int, Attributes)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#modifyAttributes(javax.naming.Name, javax.naming.directory.ModificationItem[])"><B>modifyAttributes(Name, ModificationItem[])</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#modifyAttributes(java.lang.String, javax.naming.directory.ModificationItem[])"><B>modifyAttributes(String, ModificationItem[])</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#modifyAttributes(javax.naming.Name, javax.naming.directory.ModificationItem[])"><B>modifyAttributes(Name, ModificationItem[])</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Modify an entry in the LDAP tree using the supplied
 <code>ModificationItems</code>.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#modifyAttributes(java.lang.String, javax.naming.directory.ModificationItem[])"><B>modifyAttributes(String, ModificationItem[])</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Modify an entry in the LDAP tree using the supplied
 <code>ModificationItems</code>.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#modifyAttributes(org.springframework.ldap.core.DirContextOperations)"><B>modifyAttributes(DirContextOperations)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Modify the attributes of the entry referenced by the supplied
 <A HREF="./org/springframework/ldap/core/DirContextOperations.html" title="interface in org.springframework.ldap.core"><CODE>DirContextOperations</CODE></A> instance.
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#modifyAttributes(javax.naming.Name, javax.naming.directory.ModificationItem[])"><B>modifyAttributes(Name, ModificationItem[])</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#modifyAttributes(java.lang.String, javax.naming.directory.ModificationItem[])"><B>modifyAttributes(String, ModificationItem[])</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#modifyAttributes(org.springframework.ldap.core.DirContextOperations)"><B>modifyAttributes(DirContextOperations)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapOperations.html#modifyAttributes(org.springframework.ldap.core.DirContextOperations)"><B>modifyAttributes(DirContextOperations)</B></A> - 
Method in interface org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/SimpleLdapOperations.html" title="interface in org.springframework.ldap.core.simple">SimpleLdapOperations</A>
<DD>Modify the Attributes of the entry corresponding to the supplied
 <A HREF="./org/springframework/ldap/core/DirContextOperations.html" title="interface in org.springframework.ldap.core"><CODE>DirContextOperations</CODE></A> instance.
<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html#modifyAttributes(org.springframework.ldap.core.DirContextOperations)"><B>modifyAttributes(DirContextOperations)</B></A> - 
Method in class org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html" title="class in org.springframework.ldap.core.simple">SimpleLdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html#modifyAttributes(javax.naming.Name, int, javax.naming.directory.Attributes)"><B>modifyAttributes(Name, int, Attributes)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html" title="class in org.springframework.ldap.pool">DelegatingDirContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html#modifyAttributes(javax.naming.Name, javax.naming.directory.ModificationItem[])"><B>modifyAttributes(Name, ModificationItem[])</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html" title="class in org.springframework.ldap.pool">DelegatingDirContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html#modifyAttributes(java.lang.String, int, javax.naming.directory.Attributes)"><B>modifyAttributes(String, int, Attributes)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html" title="class in org.springframework.ldap.pool">DelegatingDirContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html#modifyAttributes(java.lang.String, javax.naming.directory.ModificationItem[])"><B>modifyAttributes(String, ModificationItem[])</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html" title="class in org.springframework.ldap.pool">DelegatingDirContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/ModifyAttributesOperationExecutor.html" title="class in org.springframework.ldap.transaction.compensating"><B>ModifyAttributesOperationExecutor</B></A> - Class in <A HREF="./org/springframework/ldap/transaction/compensating/package-summary.html">org.springframework.ldap.transaction.compensating</A><DD>A <A HREF="./org/springframework/transaction/compensating/CompensatingTransactionOperationExecutor.html" title="interface in org.springframework.transaction.compensating"><CODE>CompensatingTransactionOperationExecutor</CODE></A> to manage a
 <code>modifyAttributes</code> operation.<DT><A HREF="./org/springframework/ldap/transaction/compensating/ModifyAttributesOperationExecutor.html#ModifyAttributesOperationExecutor(org.springframework.ldap.core.LdapOperations, javax.naming.Name, javax.naming.directory.ModificationItem[], javax.naming.directory.ModificationItem[])"><B>ModifyAttributesOperationExecutor(LdapOperations, Name, ModificationItem[], ModificationItem[])</B></A> - 
Constructor for class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/ModifyAttributesOperationExecutor.html" title="class in org.springframework.ldap.transaction.compensating">ModifyAttributesOperationExecutor</A>
<DD>Constructor.
<DT><A HREF="./org/springframework/ldap/transaction/compensating/ModifyAttributesOperationRecorder.html" title="class in org.springframework.ldap.transaction.compensating"><B>ModifyAttributesOperationRecorder</B></A> - Class in <A HREF="./org/springframework/ldap/transaction/compensating/package-summary.html">org.springframework.ldap.transaction.compensating</A><DD>A <A HREF="./org/springframework/transaction/compensating/CompensatingTransactionOperationRecorder.html" title="interface in org.springframework.transaction.compensating"><CODE>CompensatingTransactionOperationRecorder</CODE></A> keeping track of
 modifyAttributes operations, creating corresponding
 <A HREF="./org/springframework/ldap/transaction/compensating/ModifyAttributesOperationExecutor.html" title="class in org.springframework.ldap.transaction.compensating"><CODE>ModifyAttributesOperationExecutor</CODE></A> instances for rollback.<DT><A HREF="./org/springframework/ldap/transaction/compensating/ModifyAttributesOperationRecorder.html#ModifyAttributesOperationRecorder(org.springframework.ldap.core.LdapOperations)"><B>ModifyAttributesOperationRecorder(LdapOperations)</B></A> - 
Constructor for class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/ModifyAttributesOperationRecorder.html" title="class in org.springframework.ldap.transaction.compensating">ModifyAttributesOperationRecorder</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/MutableDelegatingLdapContext.html" title="class in org.springframework.ldap.pool"><B>MutableDelegatingLdapContext</B></A> - Class in <A HREF="./org/springframework/ldap/pool/package-summary.html">org.springframework.ldap.pool</A><DD>Used by <A HREF="./org/springframework/ldap/pool/factory/MutablePoolingContextSource.html" title="class in org.springframework.ldap.pool.factory"><CODE>MutablePoolingContextSource</CODE></A> to wrap a <A HREF="/usr/share/doc/default-jdk-doc/api/javax/naming/ldap/LdapContext.html?is-external=true" title="class or interface in javax.naming.ldap"><CODE>LdapContext</CODE></A>,
 delegating most methods to the underlying context.<DT><A HREF="./org/springframework/ldap/pool/MutableDelegatingLdapContext.html#MutableDelegatingLdapContext(org.apache.commons.pool.KeyedObjectPool, javax.naming.ldap.LdapContext, org.springframework.ldap.pool.DirContextType)"><B>MutableDelegatingLdapContext(KeyedObjectPool, LdapContext, DirContextType)</B></A> - 
Constructor for class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/MutableDelegatingLdapContext.html" title="class in org.springframework.ldap.pool">MutableDelegatingLdapContext</A>
<DD>Create a new mutable delegating ldap context for the specified pool,
 context and context type.
<DT><A HREF="./org/springframework/ldap/pool/factory/MutablePoolingContextSource.html" title="class in org.springframework.ldap.pool.factory"><B>MutablePoolingContextSource</B></A> - Class in <A HREF="./org/springframework/ldap/pool/factory/package-summary.html">org.springframework.ldap.pool.factory</A><DD>A <A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory"><CODE>PoolingContextSource</CODE></A> subclass that creates
 <A HREF="./org/springframework/ldap/pool/MutableDelegatingLdapContext.html" title="class in org.springframework.ldap.pool"><CODE>MutableDelegatingLdapContext</CODE></A> instances.<DT><A HREF="./org/springframework/ldap/pool/factory/MutablePoolingContextSource.html#MutablePoolingContextSource()"><B>MutablePoolingContextSource()</B></A> - 
Constructor for class org.springframework.ldap.pool.factory.<A HREF="./org/springframework/ldap/pool/factory/MutablePoolingContextSource.html" title="class in org.springframework.ldap.pool.factory">MutablePoolingContextSource</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="./org/springframework/ldap/NameAlreadyBoundException.html" title="class in org.springframework.ldap"><B>NameAlreadyBoundException</B></A> - Exception in <A HREF="./org/springframework/ldap/package-summary.html">org.springframework.ldap</A><DD>Runtime exception mirroring the JNDI NameAlreadyBoundException.<DT><A HREF="./org/springframework/ldap/NameAlreadyBoundException.html#NameAlreadyBoundException(javax.naming.NameAlreadyBoundException)"><B>NameAlreadyBoundException(NameAlreadyBoundException)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/NameAlreadyBoundException.html" title="class in org.springframework.ldap">NameAlreadyBoundException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/NameClassPairCallbackHandler.html" title="interface in org.springframework.ldap.core"><B>NameClassPairCallbackHandler</B></A> - Interface in <A HREF="./org/springframework/ldap/core/package-summary.html">org.springframework.ldap.core</A><DD>Callback interface used by <A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core"><CODE>LdapTemplate</CODE></A> search, list and listBindings
 methods.<DT><A HREF="./org/springframework/ldap/core/NameClassPairMapper.html" title="interface in org.springframework.ldap.core"><B>NameClassPairMapper</B></A> - Interface in <A HREF="./org/springframework/ldap/core/package-summary.html">org.springframework.ldap.core</A><DD>Responsible for mapping <code>NameClassPair</code> objects to beans.<DT><A HREF="./org/springframework/ldap/core/LdapEncoder.html#nameDecode(java.lang.String)"><B>nameDecode(String)</B></A> - 
Static method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapEncoder.html" title="class in org.springframework.ldap.core">LdapEncoder</A>
<DD>Decodes a value.
<DT><A HREF="./org/springframework/ldap/core/LdapEncoder.html#nameEncode(java.lang.String)"><B>nameEncode(String)</B></A> - 
Static method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapEncoder.html" title="class in org.springframework.ldap.core">LdapEncoder</A>
<DD>LDAP Encodes a value for use with a DN.
<DT><A HREF="./org/springframework/ldap/NameNotFoundException.html" title="class in org.springframework.ldap"><B>NameNotFoundException</B></A> - Exception in <A HREF="./org/springframework/ldap/package-summary.html">org.springframework.ldap</A><DD>Runtime exception mirroring the JNDI NameNotFoundException.<DT><A HREF="./org/springframework/ldap/NameNotFoundException.html#NameNotFoundException(java.lang.String)"><B>NameNotFoundException(String)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/NameNotFoundException.html" title="class in org.springframework.ldap">NameNotFoundException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/NameNotFoundException.html#NameNotFoundException(javax.naming.NameNotFoundException)"><B>NameNotFoundException(NameNotFoundException)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/NameNotFoundException.html" title="class in org.springframework.ldap">NameNotFoundException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/NamingException.html" title="class in org.springframework.ldap"><B>NamingException</B></A> - Exception in <A HREF="./org/springframework/ldap/package-summary.html">org.springframework.ldap</A><DD>Base class for exception thrown by the framework whenever it encounters a
 problem related to LDAP.<DT><A HREF="./org/springframework/ldap/NamingException.html#NamingException(java.lang.String)"><B>NamingException(String)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/NamingException.html" title="class in org.springframework.ldap">NamingException</A>
<DD>Constructor that takes a message.
<DT><A HREF="./org/springframework/ldap/NamingException.html#NamingException(java.lang.String, java.lang.Throwable)"><B>NamingException(String, Throwable)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/NamingException.html" title="class in org.springframework.ldap">NamingException</A>
<DD>Constructor that allows a message and a root cause.
<DT><A HREF="./org/springframework/ldap/NamingException.html#NamingException(java.lang.Throwable)"><B>NamingException(Throwable)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/NamingException.html" title="class in org.springframework.ldap">NamingException</A>
<DD>Constructor that allows a plain root cause, intended for subclasses
 mirroring corresponding <code>javax.naming</code> exceptions.
<DT><A HREF="./org/springframework/ldap/NamingSecurityException.html" title="class in org.springframework.ldap"><B>NamingSecurityException</B></A> - Exception in <A HREF="./org/springframework/ldap/package-summary.html">org.springframework.ldap</A><DD>Runtime exception mirroring the JNDI NamingSecurityException.<DT><A HREF="./org/springframework/ldap/NamingSecurityException.html#NamingSecurityException(javax.naming.NamingSecurityException)"><B>NamingSecurityException(NamingSecurityException)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/NamingSecurityException.html" title="class in org.springframework.ldap">NamingSecurityException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingLdapContext.html#newInstance(javax.naming.ldap.Control[])"><B>newInstance(Control[])</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingLdapContext.html" title="class in org.springframework.ldap.pool">DelegatingLdapContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/Token.html#newToken(int, java.lang.String)"><B>newToken(int, String)</B></A> - 
Static method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/Token.html" title="class in org.springframework.ldap.core">Token</A>
<DD>Returns a new Token object, by default.
<DT><A HREF="./org/springframework/ldap/core/Token.html#newToken(int)"><B>newToken(int)</B></A> - 
Static method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/Token.html" title="class in org.springframework.ldap.core">Token</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/Token.html#next"><B>next</B></A> - 
Variable in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/Token.html" title="class in org.springframework.ldap.core">Token</A>
<DD>A reference to the next regular (non-special) token from the input
 stream.
<DT><A HREF="./org/springframework/ldap/NoInitialContextException.html" title="class in org.springframework.ldap"><B>NoInitialContextException</B></A> - Exception in <A HREF="./org/springframework/ldap/package-summary.html">org.springframework.ldap</A><DD>Runtime exception mirroring the JNDI NoInitialContextException.<DT><A HREF="./org/springframework/ldap/NoInitialContextException.html#NoInitialContextException(javax.naming.NoInitialContextException)"><B>NoInitialContextException(NoInitialContextException)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/NoInitialContextException.html" title="class in org.springframework.ldap">NoInitialContextException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/NoPermissionException.html" title="class in org.springframework.ldap"><B>NoPermissionException</B></A> - Exception in <A HREF="./org/springframework/ldap/package-summary.html">org.springframework.ldap</A><DD>Runtime exception mirroring the JNDI NoPermissionException.<DT><A HREF="./org/springframework/ldap/NoPermissionException.html#NoPermissionException(javax.naming.NoPermissionException)"><B>NoPermissionException(NoPermissionException)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/NoPermissionException.html" title="class in org.springframework.ldap">NoPermissionException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/NoSuchAttributeException.html" title="class in org.springframework.ldap"><B>NoSuchAttributeException</B></A> - Exception in <A HREF="./org/springframework/ldap/package-summary.html">org.springframework.ldap</A><DD>Runtime exception mirroring the JNDI NoSuchAttributeException.<DT><A HREF="./org/springframework/ldap/NoSuchAttributeException.html#NoSuchAttributeException(java.lang.String)"><B>NoSuchAttributeException(String)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/NoSuchAttributeException.html" title="class in org.springframework.ldap">NoSuchAttributeException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/NoSuchAttributeException.html#NoSuchAttributeException(javax.naming.directory.NoSuchAttributeException)"><B>NoSuchAttributeException(NoSuchAttributeException)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/NoSuchAttributeException.html" title="class in org.springframework.ldap">NoSuchAttributeException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/NotContextException.html" title="class in org.springframework.ldap"><B>NotContextException</B></A> - Exception in <A HREF="./org/springframework/ldap/package-summary.html">org.springframework.ldap</A><DD>Runtime exception mirroring the JNDI NotContextException.<DT><A HREF="./org/springframework/ldap/NotContextException.html#NotContextException(javax.naming.NotContextException)"><B>NotContextException(NotContextException)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/NotContextException.html" title="class in org.springframework.ldap">NotContextException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/filter/NotFilter.html" title="class in org.springframework.ldap.filter"><B>NotFilter</B></A> - Class in <A HREF="./org/springframework/ldap/filter/package-summary.html">org.springframework.ldap.filter</A><DD>A filter for 'not'.<DT><A HREF="./org/springframework/ldap/filter/NotFilter.html#NotFilter(org.springframework.ldap.filter.Filter)"><B>NotFilter(Filter)</B></A> - 
Constructor for class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/NotFilter.html" title="class in org.springframework.ldap.filter">NotFilter</A>
<DD>Create a filter that negates the outcome of the given <code>filter</code>.
<DT><A HREF="./org/springframework/ldap/filter/NotPresentFilter.html" title="class in org.springframework.ldap.filter"><B>NotPresentFilter</B></A> - Class in <A HREF="./org/springframework/ldap/filter/package-summary.html">org.springframework.ldap.filter</A><DD>A convenience class that combines <code>NOT</code> behavior with <code>present</code>
 behavior to allow the user to check for the non-existence of a attribute.<DT><A HREF="./org/springframework/ldap/filter/NotPresentFilter.html#NotPresentFilter(java.lang.String)"><B>NotPresentFilter(String)</B></A> - 
Constructor for class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/NotPresentFilter.html" title="class in org.springframework.ldap.filter">NotPresentFilter</A>
<DD>Creates a new instance of a not present filter for a particular
 attribute.
<DT><A HREF="./org/springframework/ldap/transaction/compensating/NullOperationExecutor.html" title="class in org.springframework.ldap.transaction.compensating"><B>NullOperationExecutor</B></A> - Class in <A HREF="./org/springframework/ldap/transaction/compensating/package-summary.html">org.springframework.ldap.transaction.compensating</A><DD>A <A HREF="./org/springframework/transaction/compensating/CompensatingTransactionOperationExecutor.html" title="interface in org.springframework.transaction.compensating"><CODE>CompensatingTransactionOperationExecutor</CODE></A> that performs nothing.<DT><A HREF="./org/springframework/ldap/transaction/compensating/NullOperationExecutor.html#NullOperationExecutor()"><B>NullOperationExecutor()</B></A> - 
Constructor for class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/NullOperationExecutor.html" title="class in org.springframework.ldap.transaction.compensating">NullOperationExecutor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/NullOperationRecorder.html" title="class in org.springframework.ldap.transaction.compensating"><B>NullOperationRecorder</B></A> - Class in <A HREF="./org/springframework/ldap/transaction/compensating/package-summary.html">org.springframework.ldap.transaction.compensating</A><DD>A <A HREF="./org/springframework/transaction/compensating/CompensatingTransactionOperationRecorder.html" title="interface in org.springframework.transaction.compensating"><CODE>CompensatingTransactionOperationRecorder</CODE></A> performing nothing,
 returning a <A HREF="./org/springframework/ldap/transaction/compensating/NullOperationExecutor.html" title="class in org.springframework.ldap.transaction.compensating"><CODE>NullOperationExecutor</CODE></A> regardless of the input.<DT><A HREF="./org/springframework/ldap/transaction/compensating/NullOperationRecorder.html#NullOperationRecorder()"><B>NullOperationRecorder()</B></A> - 
Constructor for class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/NullOperationRecorder.html" title="class in org.springframework.ldap.transaction.compensating">NullOperationRecorder</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="./org/springframework/ldap/core/ObjectRetrievalException.html" title="class in org.springframework.ldap.core"><B>ObjectRetrievalException</B></A> - Exception in <A HREF="./org/springframework/ldap/core/package-summary.html">org.springframework.ldap.core</A><DD>Thrown by a <A HREF="./org/springframework/ldap/core/ContextMapperCallbackHandler.html" title="class in org.springframework.ldap.core"><CODE>ContextMapperCallbackHandler</CODE></A> when it cannot retrieve an
 object from the given <code>Binding</code>.<DT><A HREF="./org/springframework/ldap/core/ObjectRetrievalException.html#ObjectRetrievalException(java.lang.String)"><B>ObjectRetrievalException(String)</B></A> - 
Constructor for exception org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/ObjectRetrievalException.html" title="class in org.springframework.ldap.core">ObjectRetrievalException</A>
<DD>Create a new ObjectRetrievalException.
<DT><A HREF="./org/springframework/ldap/core/ObjectRetrievalException.html#ObjectRetrievalException(java.lang.String, java.lang.Throwable)"><B>ObjectRetrievalException(String, Throwable)</B></A> - 
Constructor for exception org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/ObjectRetrievalException.html" title="class in org.springframework.ldap.core">ObjectRetrievalException</A>
<DD>Create a new ObjectRetrievalException.
<DT><A HREF="./org/springframework/ldap/OperationNotSupportedException.html" title="class in org.springframework.ldap"><B>OperationNotSupportedException</B></A> - Exception in <A HREF="./org/springframework/ldap/package-summary.html">org.springframework.ldap</A><DD>Runtime exception mirroring the JNDI OperationNotSupportedException.<DT><A HREF="./org/springframework/ldap/OperationNotSupportedException.html#OperationNotSupportedException(javax.naming.OperationNotSupportedException)"><B>OperationNotSupportedException(OperationNotSupportedException)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/OperationNotSupportedException.html" title="class in org.springframework.ldap">OperationNotSupportedException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/filter/OrFilter.html#or(org.springframework.ldap.filter.Filter)"><B>or(Filter)</B></A> - 
Method in class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/OrFilter.html" title="class in org.springframework.ldap.filter">OrFilter</A>
<DD>Add a query to the OR expression
<DT><A HREF="./org/springframework/ldap/filter/OrFilter.html" title="class in org.springframework.ldap.filter"><B>OrFilter</B></A> - Class in <A HREF="./org/springframework/ldap/filter/package-summary.html">org.springframework.ldap.filter</A><DD>Filter for logical OR.<DT><A HREF="./org/springframework/ldap/filter/OrFilter.html#OrFilter()"><B>OrFilter()</B></A> - 
Constructor for class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/OrFilter.html" title="class in org.springframework.ldap.filter">OrFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/package-summary.html"><B>org.springframework.ldap</B></A> - package org.springframework.ldap<DD>Base package of Spring LDAP, containing an unchecked mirror of the JNDI NamingException hierarchy.<DT><A HREF="./org/springframework/ldap/authentication/package-summary.html"><B>org.springframework.ldap.authentication</B></A> - package org.springframework.ldap.authentication<DD>Support classes for custom authentication.<DT><A HREF="./org/springframework/ldap/control/package-summary.html"><B>org.springframework.ldap.control</B></A> - package org.springframework.ldap.control<DD>Support classes for custom request control context processors.<DT><A HREF="./org/springframework/ldap/core/package-summary.html"><B>org.springframework.ldap.core</B></A> - package org.springframework.ldap.core<DD>Core package of the JNDI/LDAP support.<DT><A HREF="./org/springframework/ldap/core/simple/package-summary.html"><B>org.springframework.ldap.core.simple</B></A> - package org.springframework.ldap.core.simple<DD>Simplification layer over LdapTemplate for Java 5 and above.<DT><A HREF="./org/springframework/ldap/core/support/package-summary.html"><B>org.springframework.ldap.core.support</B></A> - package org.springframework.ldap.core.support<DD>Support classes the core Spring LDAP package.<DT><A HREF="./org/springframework/ldap/filter/package-summary.html"><B>org.springframework.ldap.filter</B></A> - package org.springframework.ldap.filter<DD>Utility classes for dynamically building LDAP
filters.<DT><A HREF="./org/springframework/ldap/pool/package-summary.html"><B>org.springframework.ldap.pool</B></A> - package org.springframework.ldap.pool<DD>Base classes for the pooling library.<DT><A HREF="./org/springframework/ldap/pool/factory/package-summary.html"><B>org.springframework.ldap.pool.factory</B></A> - package org.springframework.ldap.pool.factory<DD>Core classes for the pooling library.<DT><A HREF="./org/springframework/ldap/pool/validation/package-summary.html"><B>org.springframework.ldap.pool.validation</B></A> - package org.springframework.ldap.pool.validation<DD>Connection validation support for the pooling library.<DT><A HREF="./org/springframework/ldap/support/package-summary.html"><B>org.springframework.ldap.support</B></A> - package org.springframework.ldap.support<DD>Support classes for Spring-LDAP.<DT><A HREF="./org/springframework/ldap/transaction/compensating/package-summary.html"><B>org.springframework.ldap.transaction.compensating</B></A> - package org.springframework.ldap.transaction.compensating<DD>LDAP specific implementations of the Compensating Transaction interfaces.<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/package-summary.html"><B>org.springframework.ldap.transaction.compensating.manager</B></A> - package org.springframework.ldap.transaction.compensating.manager<DD>The core implementation classes for client-side LDAP transactions.<DT><A HREF="./org/springframework/ldap/transaction/compensating/support/package-summary.html"><B>org.springframework.ldap.transaction.compensating.support</B></A> - package org.springframework.ldap.transaction.compensating.support<DD>Useful helper implementations for client side Compensating LDAP Transactions.<DT><A HREF="./org/springframework/transaction/compensating/package-summary.html"><B>org.springframework.transaction.compensating</B></A> - package org.springframework.transaction.compensating<DD>Interface definitions for a general Compensating Transaction framework
based on PlatformTransactionManager.<DT><A HREF="./org/springframework/transaction/compensating/support/package-summary.html"><B>org.springframework.transaction.compensating.support</B></A> - package org.springframework.transaction.compensating.support<DD>Support package for general Compensating Transaction Framework.</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="./org/springframework/ldap/control/PagedResult.html" title="class in org.springframework.ldap.control"><B>PagedResult</B></A> - Class in <A HREF="./org/springframework/ldap/control/package-summary.html">org.springframework.ldap.control</A><DD>Bean to encapsulate a result List and a <A HREF="./org/springframework/ldap/control/PagedResultsCookie.html" title="class in org.springframework.ldap.control"><CODE>PagedResultsCookie</CODE></A> to use for
 returning the results when using <A HREF="./org/springframework/ldap/control/PagedResultsRequestControl.html" title="class in org.springframework.ldap.control"><CODE>PagedResultsRequestControl</CODE></A>.<DT><A HREF="./org/springframework/ldap/control/PagedResult.html#PagedResult(java.util.List, org.springframework.ldap.control.PagedResultsCookie)"><B>PagedResult(List, PagedResultsCookie)</B></A> - 
Constructor for class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/PagedResult.html" title="class in org.springframework.ldap.control">PagedResult</A>
<DD>Constructs a PagedResults using the supplied List and
 <A HREF="./org/springframework/ldap/control/PagedResultsCookie.html" title="class in org.springframework.ldap.control"><CODE>PagedResultsCookie</CODE></A>.
<DT><A HREF="./org/springframework/ldap/control/PagedResultsCookie.html" title="class in org.springframework.ldap.control"><B>PagedResultsCookie</B></A> - Class in <A HREF="./org/springframework/ldap/control/package-summary.html">org.springframework.ldap.control</A><DD>Wrapper class for the cookie returned when using the
 <A HREF="/usr/share/doc/default-jdk-doc/api/javax/naming/ldap/PagedResultsControl.html?is-external=true" title="class or interface in javax.naming.ldap"><CODE>PagedResultsControl</CODE></A>.<DT><A HREF="./org/springframework/ldap/control/PagedResultsCookie.html#PagedResultsCookie(byte[])"><B>PagedResultsCookie(byte[])</B></A> - 
Constructor for class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/PagedResultsCookie.html" title="class in org.springframework.ldap.control">PagedResultsCookie</A>
<DD>Constructor.
<DT><A HREF="./org/springframework/ldap/control/PagedResultsDirContextProcessor.html" title="class in org.springframework.ldap.control"><B>PagedResultsDirContextProcessor</B></A> - Class in <A HREF="./org/springframework/ldap/control/package-summary.html">org.springframework.ldap.control</A><DD>DirContextProcessor implementation for managing the paged results control.<DT><A HREF="./org/springframework/ldap/control/PagedResultsDirContextProcessor.html#PagedResultsDirContextProcessor(int)"><B>PagedResultsDirContextProcessor(int)</B></A> - 
Constructor for class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/PagedResultsDirContextProcessor.html" title="class in org.springframework.ldap.control">PagedResultsDirContextProcessor</A>
<DD>Constructs a new instance.
<DT><A HREF="./org/springframework/ldap/control/PagedResultsDirContextProcessor.html#PagedResultsDirContextProcessor(int, org.springframework.ldap.control.PagedResultsCookie)"><B>PagedResultsDirContextProcessor(int, PagedResultsCookie)</B></A> - 
Constructor for class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/PagedResultsDirContextProcessor.html" title="class in org.springframework.ldap.control">PagedResultsDirContextProcessor</A>
<DD>Constructs a new instance with the supplied page size and cookie.
<DT><A HREF="./org/springframework/ldap/control/PagedResultsRequestControl.html" title="class in org.springframework.ldap.control"><B>PagedResultsRequestControl</B></A> - Class in <A HREF="./org/springframework/ldap/control/package-summary.html">org.springframework.ldap.control</A><DD><B>Deprecated.</B>&nbsp;<I>Use PagedResultsDirContextProcessor instead.</I><DT><A HREF="./org/springframework/ldap/control/PagedResultsRequestControl.html#PagedResultsRequestControl(int)"><B>PagedResultsRequestControl(int)</B></A> - 
Constructor for class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/PagedResultsRequestControl.html" title="class in org.springframework.ldap.control">PagedResultsRequestControl</A>
<DD><B>Deprecated.</B>&nbsp;Constructs a new instance.
<DT><A HREF="./org/springframework/ldap/control/PagedResultsRequestControl.html#PagedResultsRequestControl(int, org.springframework.ldap.control.PagedResultsCookie)"><B>PagedResultsRequestControl(int, PagedResultsCookie)</B></A> - 
Constructor for class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/PagedResultsRequestControl.html" title="class in org.springframework.ldap.control">PagedResultsRequestControl</A>
<DD><B>Deprecated.</B>&nbsp;Constructs a new instance with the supplied page size and cookie.
<DT><A HREF="./org/springframework/ldap/core/DnParserImplConstants.html#PAIR"><B>PAIR</B></A> - 
Static variable in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImplConstants.html" title="interface in org.springframework.ldap.core">DnParserImplConstants</A>
<DD>RegularExpression Id.
<DT><A HREF="./org/springframework/ldap/core/simple/ParameterizedContextMapper.html" title="interface in org.springframework.ldap.core.simple"><B>ParameterizedContextMapper</B></A>&lt;<A HREF="./org/springframework/ldap/core/simple/ParameterizedContextMapper.html" title="type parameter in ParameterizedContextMapper">T</A>&gt; - Interface in <A HREF="./org/springframework/ldap/core/simple/package-summary.html">org.springframework.ldap.core.simple</A><DD>Extension of the <A HREF="./org/springframework/ldap/core/ContextMapper.html" title="interface in org.springframework.ldap.core"><CODE>ContextMapper</CODE></A> interface.<DT><A HREF="./org/springframework/ldap/core/simple/ParameterizedContextMapperWithControls.html" title="interface in org.springframework.ldap.core.simple"><B>ParameterizedContextMapperWithControls</B></A>&lt;<A HREF="./org/springframework/ldap/core/simple/ParameterizedContextMapperWithControls.html" title="type parameter in ParameterizedContextMapperWithControls">T</A>&gt; - Interface in <A HREF="./org/springframework/ldap/core/simple/package-summary.html">org.springframework.ldap.core.simple</A><DD>Extension of the <A HREF="./org/springframework/ldap/core/simple/ParameterizedContextMapper.html" title="interface in org.springframework.ldap.core.simple"><CODE>ParameterizedContextMapper</CODE></A> interface that allows
 controls to be passed to the mapper implementation.<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#parse(java.lang.String)"><B>parse(String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>Parse the supplied String and make this instance represent the
 corresponding distinguished name.
<DT><A HREF="./org/springframework/ldap/core/ParseException.html" title="class in org.springframework.ldap.core"><B>ParseException</B></A> - Exception in <A HREF="./org/springframework/ldap/core/package-summary.html">org.springframework.ldap.core</A><DD>This exception is thrown when parse errors are encountered.<DT><A HREF="./org/springframework/ldap/core/ParseException.html#ParseException(org.springframework.ldap.core.Token, int[][], java.lang.String[])"><B>ParseException(Token, int[][], String[])</B></A> - 
Constructor for exception org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/ParseException.html" title="class in org.springframework.ldap.core">ParseException</A>
<DD>This constructor is used by the method "generateParseException"
 in the generated parser.
<DT><A HREF="./org/springframework/ldap/core/ParseException.html#ParseException()"><B>ParseException()</B></A> - 
Constructor for exception org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/ParseException.html" title="class in org.springframework.ldap.core">ParseException</A>
<DD>The following constructors are for use by you for whatever
 purpose you can think of.
<DT><A HREF="./org/springframework/ldap/core/ParseException.html#ParseException(java.lang.String)"><B>ParseException(String)</B></A> - 
Constructor for exception org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/ParseException.html" title="class in org.springframework.ldap.core">ParseException</A>
<DD>Constructor with message.
<DT><A HREF="./org/springframework/ldap/PartialResultException.html" title="class in org.springframework.ldap"><B>PartialResultException</B></A> - Exception in <A HREF="./org/springframework/ldap/package-summary.html">org.springframework.ldap</A><DD>Runtime exception mirroring the JNDI PartialResultException.<DT><A HREF="./org/springframework/ldap/PartialResultException.html#PartialResultException(javax.naming.PartialResultException)"><B>PartialResultException(PartialResultException)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/PartialResultException.html" title="class in org.springframework.ldap">PartialResultException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html#password"><B>password</B></A> - 
Variable in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html" title="class in org.springframework.ldap.core.support">AbstractContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/BindOperationExecutor.html#performOperation()"><B>performOperation()</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/BindOperationExecutor.html" title="class in org.springframework.ldap.transaction.compensating">BindOperationExecutor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/ModifyAttributesOperationExecutor.html#performOperation()"><B>performOperation()</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/ModifyAttributesOperationExecutor.html" title="class in org.springframework.ldap.transaction.compensating">ModifyAttributesOperationExecutor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/NullOperationExecutor.html#performOperation()"><B>performOperation()</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/NullOperationExecutor.html" title="class in org.springframework.ldap.transaction.compensating">NullOperationExecutor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/RebindOperationExecutor.html#performOperation()"><B>performOperation()</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/RebindOperationExecutor.html" title="class in org.springframework.ldap.transaction.compensating">RebindOperationExecutor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/RenameOperationExecutor.html#performOperation()"><B>performOperation()</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/RenameOperationExecutor.html" title="class in org.springframework.ldap.transaction.compensating">RenameOperationExecutor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/UnbindOperationExecutor.html#performOperation()"><B>performOperation()</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/UnbindOperationExecutor.html" title="class in org.springframework.ldap.transaction.compensating">UnbindOperationExecutor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/transaction/compensating/CompensatingTransactionOperationExecutor.html#performOperation()"><B>performOperation()</B></A> - 
Method in interface org.springframework.transaction.compensating.<A HREF="./org/springframework/transaction/compensating/CompensatingTransactionOperationExecutor.html" title="interface in org.springframework.transaction.compensating">CompensatingTransactionOperationExecutor</A>
<DD>Perform the operation.
<DT><A HREF="./org/springframework/transaction/compensating/CompensatingTransactionOperationManager.html#performOperation(java.lang.Object, java.lang.String, java.lang.Object[])"><B>performOperation(Object, String, Object[])</B></A> - 
Method in interface org.springframework.transaction.compensating.<A HREF="./org/springframework/transaction/compensating/CompensatingTransactionOperationManager.html" title="interface in org.springframework.transaction.compensating">CompensatingTransactionOperationManager</A>
<DD>Indicates that the supplied operation (method name) is to be performed.
<DT><A HREF="./org/springframework/transaction/compensating/support/CompensatingTransactionUtils.html#performOperation(java.lang.Object, java.lang.Object, java.lang.reflect.Method, java.lang.Object[])"><B>performOperation(Object, Object, Method, Object[])</B></A> - 
Static method in class org.springframework.transaction.compensating.support.<A HREF="./org/springframework/transaction/compensating/support/CompensatingTransactionUtils.html" title="class in org.springframework.transaction.compensating.support">CompensatingTransactionUtils</A>
<DD>Perform the specified operation, storing the state prior to the operation
 in order to enable commit/rollback later.
<DT><A HREF="./org/springframework/transaction/compensating/support/DefaultCompensatingTransactionOperationManager.html#performOperation(java.lang.Object, java.lang.String, java.lang.Object[])"><B>performOperation(Object, String, Object[])</B></A> - 
Method in class org.springframework.transaction.compensating.support.<A HREF="./org/springframework/transaction/compensating/support/DefaultCompensatingTransactionOperationManager.html" title="class in org.springframework.transaction.compensating.support">DefaultCompensatingTransactionOperationManager</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory"><B>PoolingContextSource</B></A> - Class in <A HREF="./org/springframework/ldap/pool/factory/package-summary.html">org.springframework.ldap.pool.factory</A><DD>A <A HREF="./org/springframework/ldap/core/ContextSource.html" title="interface in org.springframework.ldap.core"><CODE>ContextSource</CODE></A> implementation that wraps an object pool and another
 <A HREF="./org/springframework/ldap/core/ContextSource.html" title="interface in org.springframework.ldap.core"><CODE>ContextSource</CODE></A>.<DT><A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html#PoolingContextSource()"><B>PoolingContextSource()</B></A> - 
Constructor for class org.springframework.ldap.pool.factory.<A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory">PoolingContextSource</A>
<DD>Creates a new pooling context source, setting up the DirContext object
 factory and generic keyed object pool.
<DT><A HREF="./org/springframework/ldap/control/AbstractFallbackRequestAndResponseControlDirContextProcessor.html#postProcess(javax.naming.directory.DirContext)"><B>postProcess(DirContext)</B></A> - 
Method in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/AbstractFallbackRequestAndResponseControlDirContextProcessor.html" title="class in org.springframework.ldap.control">AbstractFallbackRequestAndResponseControlDirContextProcessor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/control/PagedResultsRequestControl.html#postProcess(javax.naming.directory.DirContext)"><B>postProcess(DirContext)</B></A> - 
Method in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/PagedResultsRequestControl.html" title="class in org.springframework.ldap.control">PagedResultsRequestControl</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextProcessor.html#postProcess(javax.naming.directory.DirContext)"><B>postProcess(DirContext)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextProcessor.html" title="interface in org.springframework.ldap.core">DirContextProcessor</A>
<DD>Perform post-processing on the supplied <code>DirContext</code>.
<DT><A HREF="./org/springframework/ldap/core/support/AggregateDirContextProcessor.html#postProcess(javax.naming.directory.DirContext)"><B>postProcess(DirContext)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AggregateDirContextProcessor.html" title="class in org.springframework.ldap.core.support">AggregateDirContextProcessor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/BaseLdapPathBeanPostProcessor.html#postProcessAfterInitialization(java.lang.Object, java.lang.String)"><B>postProcessAfterInitialization(Object, String)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/BaseLdapPathBeanPostProcessor.html" title="class in org.springframework.ldap.core.support">BaseLdapPathBeanPostProcessor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/BaseLdapPathBeanPostProcessor.html#postProcessBeforeInitialization(java.lang.Object, java.lang.String)"><B>postProcessBeforeInitialization(Object, String)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/BaseLdapPathBeanPostProcessor.html" title="class in org.springframework.ldap.core.support">BaseLdapPathBeanPostProcessor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#prepend(org.springframework.ldap.core.DistinguishedName)"><B>prepend(DistinguishedName)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>Add an LDAP path first in this DistinguishedName.
<DT><A HREF="./org/springframework/ldap/control/AbstractRequestControlDirContextProcessor.html#preProcess(javax.naming.directory.DirContext)"><B>preProcess(DirContext)</B></A> - 
Method in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/AbstractRequestControlDirContextProcessor.html" title="class in org.springframework.ldap.control">AbstractRequestControlDirContextProcessor</A>
<DD>Get the existing RequestControls from the LdapContext, call
 <A HREF="./org/springframework/ldap/control/AbstractRequestControlDirContextProcessor.html#createRequestControl()"><CODE>AbstractRequestControlDirContextProcessor.createRequestControl()</CODE></A> to get a new instance, build a new array
 of Controls and set it on the LdapContext.
<DT><A HREF="./org/springframework/ldap/core/DirContextProcessor.html#preProcess(javax.naming.directory.DirContext)"><B>preProcess(DirContext)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextProcessor.html" title="interface in org.springframework.ldap.core">DirContextProcessor</A>
<DD>Perform pre-processing on the supplied DirContext.
<DT><A HREF="./org/springframework/ldap/core/support/AggregateDirContextProcessor.html#preProcess(javax.naming.directory.DirContext)"><B>preProcess(DirContext)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AggregateDirContextProcessor.html" title="class in org.springframework.ldap.core.support">AggregateDirContextProcessor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/filter/PresentFilter.html" title="class in org.springframework.ldap.filter"><B>PresentFilter</B></A> - Class in <A HREF="./org/springframework/ldap/filter/package-summary.html">org.springframework.ldap.filter</A><DD>Filter that allows the user to check for the existence of a attribute.<DT><A HREF="./org/springframework/ldap/filter/PresentFilter.html#PresentFilter(java.lang.String)"><B>PresentFilter(String)</B></A> - 
Constructor for class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/PresentFilter.html" title="class in org.springframework.ldap.filter">PresentFilter</A>
<DD>Creates a new instance of a present filter for a particular attribute.
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#prevCharIsCR"><B>prevCharIsCR</B></A> - 
Variable in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#prevCharIsLF"><B>prevCharIsLF</B></A> - 
Variable in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/AbstractTlsDirContextAuthenticationStrategy.html#processContextAfterCreation(javax.naming.directory.DirContext, java.lang.String, java.lang.String)"><B>processContextAfterCreation(DirContext, String, String)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractTlsDirContextAuthenticationStrategy.html" title="class in org.springframework.ldap.core.support">AbstractTlsDirContextAuthenticationStrategy</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/DigestMd5DirContextAuthenticationStrategy.html#processContextAfterCreation(javax.naming.directory.DirContext, java.lang.String, java.lang.String)"><B>processContextAfterCreation(DirContext, String, String)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/DigestMd5DirContextAuthenticationStrategy.html" title="class in org.springframework.ldap.core.support">DigestMd5DirContextAuthenticationStrategy</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/DirContextAuthenticationStrategy.html#processContextAfterCreation(javax.naming.directory.DirContext, java.lang.String, java.lang.String)"><B>processContextAfterCreation(DirContext, String, String)</B></A> - 
Method in interface org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/DirContextAuthenticationStrategy.html" title="interface in org.springframework.ldap.core.support">DirContextAuthenticationStrategy</A>
<DD>This method is responsible for post-processing the
 <code>DirContext</code> instance after it has been created.
<DT><A HREF="./org/springframework/ldap/core/support/SimpleDirContextAuthenticationStrategy.html#processContextAfterCreation(javax.naming.directory.DirContext, java.lang.String, java.lang.String)"><B>processContextAfterCreation(DirContext, String, String)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/SimpleDirContextAuthenticationStrategy.html" title="class in org.springframework.ldap.core.support">SimpleDirContextAuthenticationStrategy</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_Q_"><!-- --></A><H2>
<B>Q</B></H2>
<DL>
<DT><A HREF="./org/springframework/ldap/filter/BinaryLogicalFilter.html#queryList"><B>queryList</B></A> - 
Variable in class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/BinaryLogicalFilter.html" title="class in org.springframework.ldap.filter">BinaryLogicalFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DnParserImplConstants.html#QUOTECHAR"><B>QUOTECHAR</B></A> - 
Static variable in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImplConstants.html" title="interface in org.springframework.ldap.core">DnParserImplConstants</A>
<DD>RegularExpression Id.
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="./org/springframework/ldap/core/DnParser.html#rdn()"><B>rdn()</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParser.html" title="interface in org.springframework.ldap.core">DnParser</A>
<DD>Parse a Relative Distinguished Name.
<DT><A HREF="./org/springframework/ldap/core/DnParserImpl.html#rdn()"><B>rdn()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImpl.html" title="class in org.springframework.ldap.core">DnParserImpl</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DirContextType.html#READ_ONLY"><B>READ_ONLY</B></A> - 
Static variable in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DirContextType.html" title="class in org.springframework.ldap.pool">DirContextType</A>
<DD>The type of <A HREF="/usr/share/doc/default-jdk-doc/api/javax/naming/directory/DirContext.html?is-external=true" title="class or interface in javax.naming.directory"><CODE>DirContext</CODE></A> returned by <A HREF="./org/springframework/ldap/core/ContextSource.html#getReadOnlyContext()"><CODE>ContextSource.getReadOnlyContext()</CODE></A>
<DT><A HREF="./org/springframework/ldap/pool/DirContextType.html#READ_WRITE"><B>READ_WRITE</B></A> - 
Static variable in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DirContextType.html" title="class in org.springframework.ldap.pool">DirContextType</A>
<DD>The type of <A HREF="/usr/share/doc/default-jdk-doc/api/javax/naming/directory/DirContext.html?is-external=true" title="class or interface in javax.naming.directory"><CODE>DirContext</CODE></A> returned by <A HREF="./org/springframework/ldap/core/ContextSource.html#getReadWriteContext()"><CODE>ContextSource.getReadWriteContext()</CODE></A>
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#readChar()"><B>readChar()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>Read a character.
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#rebind(javax.naming.Name, java.lang.Object, javax.naming.directory.Attributes)"><B>rebind(Name, Object, Attributes)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#rebind(java.lang.String, java.lang.Object, javax.naming.directory.Attributes)"><B>rebind(String, Object, Attributes)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#rebind(javax.naming.Name, java.lang.Object)"><B>rebind(Name, Object)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#rebind(java.lang.String, java.lang.Object)"><B>rebind(String, Object)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#rebind(javax.naming.Name, java.lang.Object, javax.naming.directory.Attributes)"><B>rebind(Name, Object, Attributes)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Remove an entry and replace it with a new one.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#rebind(java.lang.String, java.lang.Object, javax.naming.directory.Attributes)"><B>rebind(String, Object, Attributes)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Remove an entry and replace it with a new one.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#rebind(org.springframework.ldap.core.DirContextOperations)"><B>rebind(DirContextOperations)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Remove an entry and replace it with a new one.
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#rebind(javax.naming.Name, java.lang.Object, javax.naming.directory.Attributes)"><B>rebind(Name, Object, Attributes)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#rebind(java.lang.String, java.lang.Object, javax.naming.directory.Attributes)"><B>rebind(String, Object, Attributes)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#rebind(org.springframework.ldap.core.DirContextOperations)"><B>rebind(DirContextOperations)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingContext.html#rebind(javax.naming.Name, java.lang.Object)"><B>rebind(Name, Object)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingContext.html" title="class in org.springframework.ldap.pool">DelegatingContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingContext.html#rebind(java.lang.String, java.lang.Object)"><B>rebind(String, Object)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingContext.html" title="class in org.springframework.ldap.pool">DelegatingContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html#rebind(javax.naming.Name, java.lang.Object, javax.naming.directory.Attributes)"><B>rebind(Name, Object, Attributes)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html" title="class in org.springframework.ldap.pool">DelegatingDirContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html#rebind(java.lang.String, java.lang.Object, javax.naming.directory.Attributes)"><B>rebind(String, Object, Attributes)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html" title="class in org.springframework.ldap.pool">DelegatingDirContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/LdapTransactionUtils.html#REBIND_METHOD_NAME"><B>REBIND_METHOD_NAME</B></A> - 
Static variable in class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/LdapTransactionUtils.html" title="class in org.springframework.ldap.transaction.compensating">LdapTransactionUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/RebindOperationExecutor.html" title="class in org.springframework.ldap.transaction.compensating"><B>RebindOperationExecutor</B></A> - Class in <A HREF="./org/springframework/ldap/transaction/compensating/package-summary.html">org.springframework.ldap.transaction.compensating</A><DD>A <A HREF="./org/springframework/transaction/compensating/CompensatingTransactionOperationExecutor.html" title="interface in org.springframework.transaction.compensating"><CODE>CompensatingTransactionOperationExecutor</CODE></A> to manage a rebind
 operation.<DT><A HREF="./org/springframework/ldap/transaction/compensating/RebindOperationExecutor.html#RebindOperationExecutor(org.springframework.ldap.core.LdapOperations, javax.naming.Name, javax.naming.Name, java.lang.Object, javax.naming.directory.Attributes)"><B>RebindOperationExecutor(LdapOperations, Name, Name, Object, Attributes)</B></A> - 
Constructor for class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/RebindOperationExecutor.html" title="class in org.springframework.ldap.transaction.compensating">RebindOperationExecutor</A>
<DD>Constructor.
<DT><A HREF="./org/springframework/ldap/transaction/compensating/RebindOperationRecorder.html" title="class in org.springframework.ldap.transaction.compensating"><B>RebindOperationRecorder</B></A> - Class in <A HREF="./org/springframework/ldap/transaction/compensating/package-summary.html">org.springframework.ldap.transaction.compensating</A><DD>A <A HREF="./org/springframework/transaction/compensating/CompensatingTransactionOperationRecorder.html" title="interface in org.springframework.transaction.compensating"><CODE>CompensatingTransactionOperationRecorder</CODE></A> keeping track of a rebind
 operation.<DT><A HREF="./org/springframework/ldap/transaction/compensating/RebindOperationRecorder.html#RebindOperationRecorder(org.springframework.ldap.core.LdapOperations, org.springframework.ldap.transaction.compensating.TempEntryRenamingStrategy)"><B>RebindOperationRecorder(LdapOperations, TempEntryRenamingStrategy)</B></A> - 
Constructor for class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/RebindOperationRecorder.html" title="class in org.springframework.ldap.transaction.compensating">RebindOperationRecorder</A>
<DD>Constructor.
<DT><A HREF="./org/springframework/ldap/pool/DelegatingLdapContext.html#reconnect(javax.naming.ldap.Control[])"><B>reconnect(Control[])</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingLdapContext.html" title="class in org.springframework.ldap.pool">DelegatingLdapContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/BindOperationRecorder.html#recordOperation(java.lang.Object[])"><B>recordOperation(Object[])</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/BindOperationRecorder.html" title="class in org.springframework.ldap.transaction.compensating">BindOperationRecorder</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/ModifyAttributesOperationRecorder.html#recordOperation(java.lang.Object[])"><B>recordOperation(Object[])</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/ModifyAttributesOperationRecorder.html" title="class in org.springframework.ldap.transaction.compensating">ModifyAttributesOperationRecorder</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/NullOperationRecorder.html#recordOperation(java.lang.Object[])"><B>recordOperation(Object[])</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/NullOperationRecorder.html" title="class in org.springframework.ldap.transaction.compensating">NullOperationRecorder</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/RebindOperationRecorder.html#recordOperation(java.lang.Object[])"><B>recordOperation(Object[])</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/RebindOperationRecorder.html" title="class in org.springframework.ldap.transaction.compensating">RebindOperationRecorder</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/RenameOperationRecorder.html#recordOperation(java.lang.Object[])"><B>recordOperation(Object[])</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/RenameOperationRecorder.html" title="class in org.springframework.ldap.transaction.compensating">RenameOperationRecorder</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/UnbindOperationRecorder.html#recordOperation(java.lang.Object[])"><B>recordOperation(Object[])</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/UnbindOperationRecorder.html" title="class in org.springframework.ldap.transaction.compensating">UnbindOperationRecorder</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/transaction/compensating/CompensatingTransactionOperationRecorder.html#recordOperation(java.lang.Object[])"><B>recordOperation(Object[])</B></A> - 
Method in interface org.springframework.transaction.compensating.<A HREF="./org/springframework/transaction/compensating/CompensatingTransactionOperationRecorder.html" title="interface in org.springframework.transaction.compensating">CompensatingTransactionOperationRecorder</A>
<DD>Record information about the operation performed and return a
 corresponding <A HREF="./org/springframework/transaction/compensating/CompensatingTransactionOperationExecutor.html" title="interface in org.springframework.transaction.compensating"><CODE>CompensatingTransactionOperationExecutor</CODE></A> to be used
 if the operation would need to be rolled back.
<DT><A HREF="./org/springframework/ldap/ReferralException.html" title="class in org.springframework.ldap"><B>ReferralException</B></A> - Exception in <A HREF="./org/springframework/ldap/package-summary.html">org.springframework.ldap</A><DD>Runtime exception mirroring the JNDI ReferralException.<DT><A HREF="./org/springframework/ldap/ReferralException.html#ReferralException(javax.naming.ReferralException)"><B>ReferralException(ReferralException)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/ReferralException.html" title="class in org.springframework.ldap">ReferralException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DnParserImpl.html#ReInit(java.io.InputStream)"><B>ReInit(InputStream)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImpl.html" title="class in org.springframework.ldap.core">DnParserImpl</A>
<DD>Reinitialise.
<DT><A HREF="./org/springframework/ldap/core/DnParserImpl.html#ReInit(java.io.InputStream, java.lang.String)"><B>ReInit(InputStream, String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImpl.html" title="class in org.springframework.ldap.core">DnParserImpl</A>
<DD>Reinitialise.
<DT><A HREF="./org/springframework/ldap/core/DnParserImpl.html#ReInit(java.io.Reader)"><B>ReInit(Reader)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImpl.html" title="class in org.springframework.ldap.core">DnParserImpl</A>
<DD>Reinitialise.
<DT><A HREF="./org/springframework/ldap/core/DnParserImpl.html#ReInit(org.springframework.ldap.core.DnParserImplTokenManager)"><B>ReInit(DnParserImplTokenManager)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImpl.html" title="class in org.springframework.ldap.core">DnParserImpl</A>
<DD>Reinitialise.
<DT><A HREF="./org/springframework/ldap/core/DnParserImplTokenManager.html#ReInit(org.springframework.ldap.core.SimpleCharStream)"><B>ReInit(SimpleCharStream)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImplTokenManager.html" title="class in org.springframework.ldap.core">DnParserImplTokenManager</A>
<DD>Reinitialise parser.
<DT><A HREF="./org/springframework/ldap/core/DnParserImplTokenManager.html#ReInit(org.springframework.ldap.core.SimpleCharStream, int)"><B>ReInit(SimpleCharStream, int)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImplTokenManager.html" title="class in org.springframework.ldap.core">DnParserImplTokenManager</A>
<DD>Reinitialise parser.
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#ReInit(java.io.Reader, int, int, int)"><B>ReInit(Reader, int, int, int)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>Reinitialise.
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#ReInit(java.io.Reader, int, int)"><B>ReInit(Reader, int, int)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>Reinitialise.
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#ReInit(java.io.Reader)"><B>ReInit(Reader)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>Reinitialise.
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#ReInit(java.io.InputStream, java.lang.String, int, int, int)"><B>ReInit(InputStream, String, int, int, int)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>Reinitialise.
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#ReInit(java.io.InputStream, int, int, int)"><B>ReInit(InputStream, int, int, int)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>Reinitialise.
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#ReInit(java.io.InputStream, java.lang.String)"><B>ReInit(InputStream, String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>Reinitialise.
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#ReInit(java.io.InputStream)"><B>ReInit(InputStream)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>Reinitialise.
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#ReInit(java.io.InputStream, java.lang.String, int, int)"><B>ReInit(InputStream, String, int, int)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>Reinitialise.
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#ReInit(java.io.InputStream, int, int)"><B>ReInit(InputStream, int, int)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>Reinitialise.
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#remove(int)"><B>remove(int)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#removeAttributeValue(java.lang.String, java.lang.Object)"><B>removeAttributeValue(String, Object)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextOperations.html#removeAttributeValue(java.lang.String, java.lang.Object)"><B>removeAttributeValue(String, Object)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextOperations.html" title="interface in org.springframework.ldap.core">DirContextOperations</A>
<DD>Remove a value from the Attribute with the specified name.
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#removeFirst()"><B>removeFirst()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>Remove the first part of this <code>DistinguishedName</code>.
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#removeFirst(javax.naming.Name)"><B>removeFirst(Name)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>Remove the supplied path from the beginning of this
 <code>DistinguishedName</code> if this instance starts with
 <code>path</code>.
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#removeFromEnvironment(java.lang.String)"><B>removeFromEnvironment(String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingContext.html#removeFromEnvironment(java.lang.String)"><B>removeFromEnvironment(String)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingContext.html" title="class in org.springframework.ldap.pool">DelegatingContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#removeLast()"><B>removeLast()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>Remove the last part of this <code>DistinguishedName</code>.
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#rename(javax.naming.Name, javax.naming.Name)"><B>rename(Name, Name)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#rename(java.lang.String, java.lang.String)"><B>rename(String, String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#rename(javax.naming.Name, javax.naming.Name)"><B>rename(Name, Name)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Move an entry in the LDAP tree to a new location.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#rename(java.lang.String, java.lang.String)"><B>rename(String, String)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Move an entry in the LDAP tree to a new location.
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#rename(javax.naming.Name, javax.naming.Name)"><B>rename(Name, Name)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#rename(java.lang.String, java.lang.String)"><B>rename(String, String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingContext.html#rename(javax.naming.Name, javax.naming.Name)"><B>rename(Name, Name)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingContext.html" title="class in org.springframework.ldap.pool">DelegatingContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingContext.html#rename(java.lang.String, java.lang.String)"><B>rename(String, String)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingContext.html" title="class in org.springframework.ldap.pool">DelegatingContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/LdapTransactionUtils.html#RENAME_METHOD_NAME"><B>RENAME_METHOD_NAME</B></A> - 
Static variable in class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/LdapTransactionUtils.html" title="class in org.springframework.ldap.transaction.compensating">LdapTransactionUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/RenameOperationExecutor.html" title="class in org.springframework.ldap.transaction.compensating"><B>RenameOperationExecutor</B></A> - Class in <A HREF="./org/springframework/ldap/transaction/compensating/package-summary.html">org.springframework.ldap.transaction.compensating</A><DD>A <A HREF="./org/springframework/transaction/compensating/CompensatingTransactionOperationExecutor.html" title="interface in org.springframework.transaction.compensating"><CODE>CompensatingTransactionOperationExecutor</CODE></A> to manage a rename
 operation.<DT><A HREF="./org/springframework/ldap/transaction/compensating/RenameOperationExecutor.html#RenameOperationExecutor(org.springframework.ldap.core.LdapOperations, javax.naming.Name, javax.naming.Name)"><B>RenameOperationExecutor(LdapOperations, Name, Name)</B></A> - 
Constructor for class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/RenameOperationExecutor.html" title="class in org.springframework.ldap.transaction.compensating">RenameOperationExecutor</A>
<DD>Constructor.
<DT><A HREF="./org/springframework/ldap/transaction/compensating/RenameOperationRecorder.html" title="class in org.springframework.ldap.transaction.compensating"><B>RenameOperationRecorder</B></A> - Class in <A HREF="./org/springframework/ldap/transaction/compensating/package-summary.html">org.springframework.ldap.transaction.compensating</A><DD>A <A HREF="./org/springframework/transaction/compensating/CompensatingTransactionOperationRecorder.html" title="interface in org.springframework.transaction.compensating"><CODE>CompensatingTransactionOperationRecorder</CODE></A> for keeping track of
 rename operations.<DT><A HREF="./org/springframework/ldap/transaction/compensating/RenameOperationRecorder.html#RenameOperationRecorder(org.springframework.ldap.core.LdapOperations)"><B>RenameOperationRecorder(LdapOperations)</B></A> - 
Constructor for class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/RenameOperationRecorder.html" title="class in org.springframework.ldap.transaction.compensating">RenameOperationRecorder</A>
<DD>Constructor.
<DT><A HREF="./org/springframework/ldap/control/AbstractFallbackRequestAndResponseControlDirContextProcessor.html#requestControlClass"><B>requestControlClass</B></A> - 
Variable in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/AbstractFallbackRequestAndResponseControlDirContextProcessor.html" title="class in org.springframework.ldap.control">AbstractFallbackRequestAndResponseControlDirContextProcessor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/control/AbstractFallbackRequestAndResponseControlDirContextProcessor.html#responseControlClass"><B>responseControlClass</B></A> - 
Variable in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/AbstractFallbackRequestAndResponseControlDirContextProcessor.html" title="class in org.springframework.ldap.control">AbstractFallbackRequestAndResponseControlDirContextProcessor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/BindOperationExecutor.html#rollback()"><B>rollback()</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/BindOperationExecutor.html" title="class in org.springframework.ldap.transaction.compensating">BindOperationExecutor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/ModifyAttributesOperationExecutor.html#rollback()"><B>rollback()</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/ModifyAttributesOperationExecutor.html" title="class in org.springframework.ldap.transaction.compensating">ModifyAttributesOperationExecutor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/NullOperationExecutor.html#rollback()"><B>rollback()</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/NullOperationExecutor.html" title="class in org.springframework.ldap.transaction.compensating">NullOperationExecutor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/RebindOperationExecutor.html#rollback()"><B>rollback()</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/RebindOperationExecutor.html" title="class in org.springframework.ldap.transaction.compensating">RebindOperationExecutor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/RenameOperationExecutor.html#rollback()"><B>rollback()</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/RenameOperationExecutor.html" title="class in org.springframework.ldap.transaction.compensating">RenameOperationExecutor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/UnbindOperationExecutor.html#rollback()"><B>rollback()</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/UnbindOperationExecutor.html" title="class in org.springframework.ldap.transaction.compensating">UnbindOperationExecutor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/transaction/compensating/CompensatingTransactionOperationExecutor.html#rollback()"><B>rollback()</B></A> - 
Method in interface org.springframework.transaction.compensating.<A HREF="./org/springframework/transaction/compensating/CompensatingTransactionOperationExecutor.html" title="interface in org.springframework.transaction.compensating">CompensatingTransactionOperationExecutor</A>
<DD>Rollback the operation, restoring state of the target as it was before
 the operation was performed using the information supplied on creation of
 this instance.
<DT><A HREF="./org/springframework/transaction/compensating/CompensatingTransactionOperationManager.html#rollback()"><B>rollback()</B></A> - 
Method in interface org.springframework.transaction.compensating.<A HREF="./org/springframework/transaction/compensating/CompensatingTransactionOperationManager.html" title="interface in org.springframework.transaction.compensating">CompensatingTransactionOperationManager</A>
<DD>Rollback all recorded operations by performing each of the recorded
 rollback operations.
<DT><A HREF="./org/springframework/transaction/compensating/support/DefaultCompensatingTransactionOperationManager.html#rollback()"><B>rollback()</B></A> - 
Method in class org.springframework.transaction.compensating.support.<A HREF="./org/springframework/transaction/compensating/support/DefaultCompensatingTransactionOperationManager.html" title="class in org.springframework.transaction.compensating.support">DefaultCompensatingTransactionOperationManager</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="./org/springframework/ldap/SchemaViolationException.html" title="class in org.springframework.ldap"><B>SchemaViolationException</B></A> - Exception in <A HREF="./org/springframework/ldap/package-summary.html">org.springframework.ldap</A><DD>Runtime exception mirroring the JNDI SchemaViolationException.<DT><A HREF="./org/springframework/ldap/SchemaViolationException.html#SchemaViolationException(javax.naming.directory.SchemaViolationException)"><B>SchemaViolationException(SchemaViolationException)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/SchemaViolationException.html" title="class in org.springframework.ldap">SchemaViolationException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#search(javax.naming.Name, javax.naming.directory.Attributes, java.lang.String[])"><B>search(Name, Attributes, String[])</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#search(java.lang.String, javax.naming.directory.Attributes, java.lang.String[])"><B>search(String, Attributes, String[])</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#search(javax.naming.Name, javax.naming.directory.Attributes)"><B>search(Name, Attributes)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#search(java.lang.String, javax.naming.directory.Attributes)"><B>search(String, Attributes)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#search(javax.naming.Name, java.lang.String, javax.naming.directory.SearchControls)"><B>search(Name, String, SearchControls)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#search(java.lang.String, java.lang.String, javax.naming.directory.SearchControls)"><B>search(String, String, SearchControls)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#search(javax.naming.Name, java.lang.String, java.lang.Object[], javax.naming.directory.SearchControls)"><B>search(Name, String, Object[], SearchControls)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#search(java.lang.String, java.lang.String, java.lang.Object[], javax.naming.directory.SearchControls)"><B>search(String, String, Object[], SearchControls)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#search(org.springframework.ldap.core.SearchExecutor, org.springframework.ldap.core.NameClassPairCallbackHandler, org.springframework.ldap.core.DirContextProcessor)"><B>search(SearchExecutor, NameClassPairCallbackHandler, DirContextProcessor)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Perform a search using a particular <A HREF="./org/springframework/ldap/core/SearchExecutor.html" title="interface in org.springframework.ldap.core"><CODE>SearchExecutor</CODE></A> and context
 processor.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#search(org.springframework.ldap.core.SearchExecutor, org.springframework.ldap.core.NameClassPairCallbackHandler)"><B>search(SearchExecutor, NameClassPairCallbackHandler)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Perform a search using a particular <A HREF="./org/springframework/ldap/core/SearchExecutor.html" title="interface in org.springframework.ldap.core"><CODE>SearchExecutor</CODE></A>.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#search(javax.naming.Name, java.lang.String, javax.naming.directory.SearchControls, org.springframework.ldap.core.NameClassPairCallbackHandler)"><B>search(Name, String, SearchControls, NameClassPairCallbackHandler)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Search for all objects matching the supplied filter.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#search(java.lang.String, java.lang.String, javax.naming.directory.SearchControls, org.springframework.ldap.core.NameClassPairCallbackHandler)"><B>search(String, String, SearchControls, NameClassPairCallbackHandler)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Search for all objects matching the supplied filter.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#search(javax.naming.Name, java.lang.String, javax.naming.directory.SearchControls, org.springframework.ldap.core.NameClassPairCallbackHandler, org.springframework.ldap.core.DirContextProcessor)"><B>search(Name, String, SearchControls, NameClassPairCallbackHandler, DirContextProcessor)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Search for all objects matching the supplied filter.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#search(java.lang.String, java.lang.String, javax.naming.directory.SearchControls, org.springframework.ldap.core.AttributesMapper, org.springframework.ldap.core.DirContextProcessor)"><B>search(String, String, SearchControls, AttributesMapper, DirContextProcessor)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Search for all objects matching the supplied filter.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#search(javax.naming.Name, java.lang.String, javax.naming.directory.SearchControls, org.springframework.ldap.core.AttributesMapper, org.springframework.ldap.core.DirContextProcessor)"><B>search(Name, String, SearchControls, AttributesMapper, DirContextProcessor)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Search for all objects matching the supplied filter.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#search(java.lang.String, java.lang.String, javax.naming.directory.SearchControls, org.springframework.ldap.core.ContextMapper, org.springframework.ldap.core.DirContextProcessor)"><B>search(String, String, SearchControls, ContextMapper, DirContextProcessor)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Search for all objects matching the supplied filter.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#search(javax.naming.Name, java.lang.String, javax.naming.directory.SearchControls, org.springframework.ldap.core.ContextMapper, org.springframework.ldap.core.DirContextProcessor)"><B>search(Name, String, SearchControls, ContextMapper, DirContextProcessor)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Search for all objects matching the supplied filter.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#search(java.lang.String, java.lang.String, javax.naming.directory.SearchControls, org.springframework.ldap.core.NameClassPairCallbackHandler, org.springframework.ldap.core.DirContextProcessor)"><B>search(String, String, SearchControls, NameClassPairCallbackHandler, DirContextProcessor)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Search for all objects matching the supplied filter.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#search(javax.naming.Name, java.lang.String, int, boolean, org.springframework.ldap.core.NameClassPairCallbackHandler)"><B>search(Name, String, int, boolean, NameClassPairCallbackHandler)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Search for all objects matching the supplied filter.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#search(java.lang.String, java.lang.String, int, boolean, org.springframework.ldap.core.NameClassPairCallbackHandler)"><B>search(String, String, int, boolean, NameClassPairCallbackHandler)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Search for all objects matching the supplied filter.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#search(javax.naming.Name, java.lang.String, org.springframework.ldap.core.NameClassPairCallbackHandler)"><B>search(Name, String, NameClassPairCallbackHandler)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Search for all objects matching the supplied filter.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#search(java.lang.String, java.lang.String, org.springframework.ldap.core.NameClassPairCallbackHandler)"><B>search(String, String, NameClassPairCallbackHandler)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Search for all objects matching the supplied filter.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#search(javax.naming.Name, java.lang.String, int, java.lang.String[], org.springframework.ldap.core.AttributesMapper)"><B>search(Name, String, int, String[], AttributesMapper)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Search for all objects matching the supplied filter.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#search(java.lang.String, java.lang.String, int, java.lang.String[], org.springframework.ldap.core.AttributesMapper)"><B>search(String, String, int, String[], AttributesMapper)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Search for all objects matching the supplied filter.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#search(javax.naming.Name, java.lang.String, int, org.springframework.ldap.core.AttributesMapper)"><B>search(Name, String, int, AttributesMapper)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Search for all objects matching the supplied filter.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#search(java.lang.String, java.lang.String, int, org.springframework.ldap.core.AttributesMapper)"><B>search(String, String, int, AttributesMapper)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Search for all objects matching the supplied filter.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#search(javax.naming.Name, java.lang.String, org.springframework.ldap.core.AttributesMapper)"><B>search(Name, String, AttributesMapper)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Search for all objects matching the supplied filter.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#search(java.lang.String, java.lang.String, org.springframework.ldap.core.AttributesMapper)"><B>search(String, String, AttributesMapper)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Search for all objects matching the supplied filter.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#search(javax.naming.Name, java.lang.String, int, java.lang.String[], org.springframework.ldap.core.ContextMapper)"><B>search(Name, String, int, String[], ContextMapper)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Search for all objects matching the supplied filter.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#search(java.lang.String, java.lang.String, int, java.lang.String[], org.springframework.ldap.core.ContextMapper)"><B>search(String, String, int, String[], ContextMapper)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Search for all objects matching the supplied filter.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#search(javax.naming.Name, java.lang.String, int, org.springframework.ldap.core.ContextMapper)"><B>search(Name, String, int, ContextMapper)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Search for all objects matching the supplied filter.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#search(java.lang.String, java.lang.String, int, org.springframework.ldap.core.ContextMapper)"><B>search(String, String, int, ContextMapper)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Search for all objects matching the supplied filter.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#search(javax.naming.Name, java.lang.String, org.springframework.ldap.core.ContextMapper)"><B>search(Name, String, ContextMapper)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Search for all objects matching the supplied filter.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#search(java.lang.String, java.lang.String, org.springframework.ldap.core.ContextMapper)"><B>search(String, String, ContextMapper)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Search for all objects matching the supplied filter.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#search(java.lang.String, java.lang.String, javax.naming.directory.SearchControls, org.springframework.ldap.core.ContextMapper)"><B>search(String, String, SearchControls, ContextMapper)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Search for all objects matching the supplied filter.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#search(javax.naming.Name, java.lang.String, javax.naming.directory.SearchControls, org.springframework.ldap.core.ContextMapper)"><B>search(Name, String, SearchControls, ContextMapper)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Search for all objects matching the supplied filter.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#search(java.lang.String, java.lang.String, javax.naming.directory.SearchControls, org.springframework.ldap.core.AttributesMapper)"><B>search(String, String, SearchControls, AttributesMapper)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Search for all objects matching the supplied filter.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#search(javax.naming.Name, java.lang.String, javax.naming.directory.SearchControls, org.springframework.ldap.core.AttributesMapper)"><B>search(Name, String, SearchControls, AttributesMapper)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Search for all objects matching the supplied filter.
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#search(javax.naming.Name, java.lang.String, int, boolean, org.springframework.ldap.core.NameClassPairCallbackHandler)"><B>search(Name, String, int, boolean, NameClassPairCallbackHandler)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#search(java.lang.String, java.lang.String, int, boolean, org.springframework.ldap.core.NameClassPairCallbackHandler)"><B>search(String, String, int, boolean, NameClassPairCallbackHandler)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#search(javax.naming.Name, java.lang.String, javax.naming.directory.SearchControls, org.springframework.ldap.core.NameClassPairCallbackHandler)"><B>search(Name, String, SearchControls, NameClassPairCallbackHandler)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#search(java.lang.String, java.lang.String, javax.naming.directory.SearchControls, org.springframework.ldap.core.NameClassPairCallbackHandler)"><B>search(String, String, SearchControls, NameClassPairCallbackHandler)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#search(javax.naming.Name, java.lang.String, javax.naming.directory.SearchControls, org.springframework.ldap.core.NameClassPairCallbackHandler, org.springframework.ldap.core.DirContextProcessor)"><B>search(Name, String, SearchControls, NameClassPairCallbackHandler, DirContextProcessor)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#search(java.lang.String, java.lang.String, javax.naming.directory.SearchControls, org.springframework.ldap.core.NameClassPairCallbackHandler, org.springframework.ldap.core.DirContextProcessor)"><B>search(String, String, SearchControls, NameClassPairCallbackHandler, DirContextProcessor)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#search(org.springframework.ldap.core.SearchExecutor, org.springframework.ldap.core.NameClassPairCallbackHandler, org.springframework.ldap.core.DirContextProcessor)"><B>search(SearchExecutor, NameClassPairCallbackHandler, DirContextProcessor)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>Perform a search operation, such as a search(), list() or listBindings().
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#search(org.springframework.ldap.core.SearchExecutor, org.springframework.ldap.core.NameClassPairCallbackHandler)"><B>search(SearchExecutor, NameClassPairCallbackHandler)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>Perform a search operation, such as a search(), list() or listBindings().
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#search(javax.naming.Name, java.lang.String, org.springframework.ldap.core.NameClassPairCallbackHandler)"><B>search(Name, String, NameClassPairCallbackHandler)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#search(java.lang.String, java.lang.String, org.springframework.ldap.core.NameClassPairCallbackHandler)"><B>search(String, String, NameClassPairCallbackHandler)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#search(javax.naming.Name, java.lang.String, int, java.lang.String[], org.springframework.ldap.core.AttributesMapper)"><B>search(Name, String, int, String[], AttributesMapper)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#search(java.lang.String, java.lang.String, int, java.lang.String[], org.springframework.ldap.core.AttributesMapper)"><B>search(String, String, int, String[], AttributesMapper)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#search(javax.naming.Name, java.lang.String, int, org.springframework.ldap.core.AttributesMapper)"><B>search(Name, String, int, AttributesMapper)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#search(java.lang.String, java.lang.String, int, org.springframework.ldap.core.AttributesMapper)"><B>search(String, String, int, AttributesMapper)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#search(javax.naming.Name, java.lang.String, org.springframework.ldap.core.AttributesMapper)"><B>search(Name, String, AttributesMapper)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#search(java.lang.String, java.lang.String, org.springframework.ldap.core.AttributesMapper)"><B>search(String, String, AttributesMapper)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#search(javax.naming.Name, java.lang.String, int, java.lang.String[], org.springframework.ldap.core.ContextMapper)"><B>search(Name, String, int, String[], ContextMapper)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#search(java.lang.String, java.lang.String, int, java.lang.String[], org.springframework.ldap.core.ContextMapper)"><B>search(String, String, int, String[], ContextMapper)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#search(javax.naming.Name, java.lang.String, int, org.springframework.ldap.core.ContextMapper)"><B>search(Name, String, int, ContextMapper)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#search(java.lang.String, java.lang.String, int, org.springframework.ldap.core.ContextMapper)"><B>search(String, String, int, ContextMapper)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#search(javax.naming.Name, java.lang.String, org.springframework.ldap.core.ContextMapper)"><B>search(Name, String, ContextMapper)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#search(java.lang.String, java.lang.String, org.springframework.ldap.core.ContextMapper)"><B>search(String, String, ContextMapper)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#search(java.lang.String, java.lang.String, javax.naming.directory.SearchControls, org.springframework.ldap.core.ContextMapper)"><B>search(String, String, SearchControls, ContextMapper)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#search(javax.naming.Name, java.lang.String, javax.naming.directory.SearchControls, org.springframework.ldap.core.ContextMapper)"><B>search(Name, String, SearchControls, ContextMapper)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#search(javax.naming.Name, java.lang.String, javax.naming.directory.SearchControls, org.springframework.ldap.core.AttributesMapper)"><B>search(Name, String, SearchControls, AttributesMapper)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#search(java.lang.String, java.lang.String, javax.naming.directory.SearchControls, org.springframework.ldap.core.AttributesMapper)"><B>search(String, String, SearchControls, AttributesMapper)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#search(java.lang.String, java.lang.String, javax.naming.directory.SearchControls, org.springframework.ldap.core.AttributesMapper, org.springframework.ldap.core.DirContextProcessor)"><B>search(String, String, SearchControls, AttributesMapper, DirContextProcessor)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#search(javax.naming.Name, java.lang.String, javax.naming.directory.SearchControls, org.springframework.ldap.core.AttributesMapper, org.springframework.ldap.core.DirContextProcessor)"><B>search(Name, String, SearchControls, AttributesMapper, DirContextProcessor)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#search(java.lang.String, java.lang.String, javax.naming.directory.SearchControls, org.springframework.ldap.core.ContextMapper, org.springframework.ldap.core.DirContextProcessor)"><B>search(String, String, SearchControls, ContextMapper, DirContextProcessor)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#search(javax.naming.Name, java.lang.String, javax.naming.directory.SearchControls, org.springframework.ldap.core.ContextMapper, org.springframework.ldap.core.DirContextProcessor)"><B>search(Name, String, SearchControls, ContextMapper, DirContextProcessor)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapOperations.html#search(java.lang.String, java.lang.String, org.springframework.ldap.core.simple.ParameterizedContextMapper)"><B>search(String, String, ParameterizedContextMapper&lt;T&gt;)</B></A> - 
Method in interface org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/SimpleLdapOperations.html" title="interface in org.springframework.ldap.core.simple">SimpleLdapOperations</A>
<DD>Search for a List of type T using the supplied filter and link
 ParameterizedContextMapper.
<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapOperations.html#search(javax.naming.Name, java.lang.String, org.springframework.ldap.core.simple.ParameterizedContextMapper)"><B>search(Name, String, ParameterizedContextMapper&lt;T&gt;)</B></A> - 
Method in interface org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/SimpleLdapOperations.html" title="interface in org.springframework.ldap.core.simple">SimpleLdapOperations</A>
<DD>Search for a List of type T using the supplied filter and link
 ParameterizedContextMapper.
<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapOperations.html#search(java.lang.String, java.lang.String, javax.naming.directory.SearchControls, org.springframework.ldap.core.simple.ParameterizedContextMapper, org.springframework.ldap.core.DirContextProcessor)"><B>search(String, String, SearchControls, ParameterizedContextMapper&lt;T&gt;, DirContextProcessor)</B></A> - 
Method in interface org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/SimpleLdapOperations.html" title="interface in org.springframework.ldap.core.simple">SimpleLdapOperations</A>
<DD>Search for a List of type T using the supplied filter, SearchControls,
 DirContextProcessor and ParameterizedContextMapper.
<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapOperations.html#search(javax.naming.Name, java.lang.String, javax.naming.directory.SearchControls, org.springframework.ldap.core.simple.ParameterizedContextMapper, org.springframework.ldap.core.DirContextProcessor)"><B>search(Name, String, SearchControls, ParameterizedContextMapper&lt;T&gt;, DirContextProcessor)</B></A> - 
Method in interface org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/SimpleLdapOperations.html" title="interface in org.springframework.ldap.core.simple">SimpleLdapOperations</A>
<DD>Search for a List of type T using the supplied filter, SearchControls,
 DirContextProcessor and ParameterizedContextMapper.
<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html#search(java.lang.String, java.lang.String, org.springframework.ldap.core.simple.ParameterizedContextMapper)"><B>search(String, String, ParameterizedContextMapper&lt;T&gt;)</B></A> - 
Method in class org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html" title="class in org.springframework.ldap.core.simple">SimpleLdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html#search(java.lang.String, java.lang.String, javax.naming.directory.SearchControls, org.springframework.ldap.core.simple.ParameterizedContextMapper, org.springframework.ldap.core.DirContextProcessor)"><B>search(String, String, SearchControls, ParameterizedContextMapper&lt;T&gt;, DirContextProcessor)</B></A> - 
Method in class org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html" title="class in org.springframework.ldap.core.simple">SimpleLdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html#search(javax.naming.Name, java.lang.String, org.springframework.ldap.core.simple.ParameterizedContextMapper)"><B>search(Name, String, ParameterizedContextMapper&lt;T&gt;)</B></A> - 
Method in class org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html" title="class in org.springframework.ldap.core.simple">SimpleLdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html#search(javax.naming.Name, java.lang.String, javax.naming.directory.SearchControls, org.springframework.ldap.core.simple.ParameterizedContextMapper, org.springframework.ldap.core.DirContextProcessor)"><B>search(Name, String, SearchControls, ParameterizedContextMapper&lt;T&gt;, DirContextProcessor)</B></A> - 
Method in class org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html" title="class in org.springframework.ldap.core.simple">SimpleLdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html#search(javax.naming.Name, javax.naming.directory.Attributes, java.lang.String[])"><B>search(Name, Attributes, String[])</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html" title="class in org.springframework.ldap.pool">DelegatingDirContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html#search(javax.naming.Name, javax.naming.directory.Attributes)"><B>search(Name, Attributes)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html" title="class in org.springframework.ldap.pool">DelegatingDirContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html#search(javax.naming.Name, java.lang.String, java.lang.Object[], javax.naming.directory.SearchControls)"><B>search(Name, String, Object[], SearchControls)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html" title="class in org.springframework.ldap.pool">DelegatingDirContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html#search(javax.naming.Name, java.lang.String, javax.naming.directory.SearchControls)"><B>search(Name, String, SearchControls)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html" title="class in org.springframework.ldap.pool">DelegatingDirContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html#search(java.lang.String, javax.naming.directory.Attributes, java.lang.String[])"><B>search(String, Attributes, String[])</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html" title="class in org.springframework.ldap.pool">DelegatingDirContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html#search(java.lang.String, javax.naming.directory.Attributes)"><B>search(String, Attributes)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html" title="class in org.springframework.ldap.pool">DelegatingDirContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html#search(java.lang.String, java.lang.String, java.lang.Object[], javax.naming.directory.SearchControls)"><B>search(String, String, Object[], SearchControls)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html" title="class in org.springframework.ldap.pool">DelegatingDirContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html#search(java.lang.String, java.lang.String, javax.naming.directory.SearchControls)"><B>search(String, String, SearchControls)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html" title="class in org.springframework.ldap.pool">DelegatingDirContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/SearchExecutor.html" title="interface in org.springframework.ldap.core"><B>SearchExecutor</B></A> - Interface in <A HREF="./org/springframework/ldap/core/package-summary.html">org.springframework.ldap.core</A><DD>Interface for delegating an actual search operation.<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#searchForObject(javax.naming.Name, java.lang.String, org.springframework.ldap.core.ContextMapper)"><B>searchForObject(Name, String, ContextMapper)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Perform a search for a unique entry matching the specified search
 criteria and return the found object.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#searchForObject(java.lang.String, java.lang.String, org.springframework.ldap.core.ContextMapper)"><B>searchForObject(String, String, ContextMapper)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Perform a search for a unique entry matching the specified search
 criteria and return the found object.
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#searchForObject(javax.naming.Name, java.lang.String, org.springframework.ldap.core.ContextMapper)"><B>searchForObject(Name, String, ContextMapper)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#searchForObject(java.lang.String, java.lang.String, org.springframework.ldap.core.ContextMapper)"><B>searchForObject(String, String, ContextMapper)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapOperations.html#searchForObject(java.lang.String, java.lang.String, org.springframework.ldap.core.simple.ParameterizedContextMapper)"><B>searchForObject(String, String, ParameterizedContextMapper&lt;T&gt;)</B></A> - 
Method in interface org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/SimpleLdapOperations.html" title="interface in org.springframework.ldap.core.simple">SimpleLdapOperations</A>
<DD>Perform a search for a unique entry matching the specified search
 criteria and return the found object.
<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapOperations.html#searchForObject(javax.naming.Name, java.lang.String, org.springframework.ldap.core.simple.ParameterizedContextMapper)"><B>searchForObject(Name, String, ParameterizedContextMapper&lt;T&gt;)</B></A> - 
Method in interface org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/SimpleLdapOperations.html" title="interface in org.springframework.ldap.core.simple">SimpleLdapOperations</A>
<DD>Perform a search for a unique entry matching the specified search
 criteria and return the found object.
<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html#searchForObject(java.lang.String, java.lang.String, org.springframework.ldap.core.simple.ParameterizedContextMapper)"><B>searchForObject(String, String, ParameterizedContextMapper&lt;T&gt;)</B></A> - 
Method in class org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html" title="class in org.springframework.ldap.core.simple">SimpleLdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html#searchForObject(javax.naming.Name, java.lang.String, org.springframework.ldap.core.simple.ParameterizedContextMapper)"><B>searchForObject(Name, String, ParameterizedContextMapper&lt;T&gt;)</B></A> - 
Method in class org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html" title="class in org.springframework.ldap.core.simple">SimpleLdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/ServiceUnavailableException.html" title="class in org.springframework.ldap"><B>ServiceUnavailableException</B></A> - Exception in <A HREF="./org/springframework/ldap/package-summary.html">org.springframework.ldap</A><DD>Runtime exception mirroring the JNDI ServiceUnavailableException.<DT><A HREF="./org/springframework/ldap/ServiceUnavailableException.html#ServiceUnavailableException(javax.naming.ServiceUnavailableException)"><B>ServiceUnavailableException(ServiceUnavailableException)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/ServiceUnavailableException.html" title="class in org.springframework.ldap">ServiceUnavailableException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html#setAnonymousReadOnly(boolean)"><B>setAnonymousReadOnly(boolean)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html" title="class in org.springframework.ldap.core.support">AbstractContextSource</A>
<DD>Set whether an anonymous environment should be used for read-only
 operations.
<DT><A HREF="./org/springframework/ldap/core/support/BaseLdapPathBeanPostProcessor.html#setApplicationContext(org.springframework.context.ApplicationContext)"><B>setApplicationContext(ApplicationContext)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/BaseLdapPathBeanPostProcessor.html" title="class in org.springframework.ldap.core.support">BaseLdapPathBeanPostProcessor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DistinguishedNameEditor.html#setAsText(java.lang.String)"><B>setAsText(String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedNameEditor.html" title="class in org.springframework.ldap.core">DistinguishedNameEditor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/filter/FilterEditor.html#setAsText(java.lang.String)"><B>setAsText(String)</B></A> - 
Method in class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/FilterEditor.html" title="class in org.springframework.ldap.filter">FilterEditor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#setAttribute(javax.naming.directory.Attribute)"><B>setAttribute(Attribute)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>Set the supplied attribute.
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#setAttributeValue(java.lang.String, java.lang.Object)"><B>setAttributeValue(String, Object)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextOperations.html#setAttributeValue(java.lang.String, java.lang.Object)"><B>setAttributeValue(String, Object)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextOperations.html" title="interface in org.springframework.ldap.core">DirContextOperations</A>
<DD>Set the with the name <code>name</code> to the <code>value</code>.
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#setAttributeValues(java.lang.String, java.lang.Object[])"><B>setAttributeValues(String, Object[])</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#setAttributeValues(java.lang.String, java.lang.Object[], boolean)"><B>setAttributeValues(String, Object[], boolean)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextOperations.html#setAttributeValues(java.lang.String, java.lang.Object[])"><B>setAttributeValues(String, Object[])</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextOperations.html" title="interface in org.springframework.ldap.core">DirContextOperations</A>
<DD>Sets a multivalue attribute, disregarding the order of the values.
<DT><A HREF="./org/springframework/ldap/core/DirContextOperations.html#setAttributeValues(java.lang.String, java.lang.Object[], boolean)"><B>setAttributeValues(String, Object[], boolean)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextOperations.html" title="interface in org.springframework.ldap.core">DirContextOperations</A>
<DD>Sets a multivalue attribute.
<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html#setAuthenticationSource(org.springframework.ldap.core.AuthenticationSource)"><B>setAuthenticationSource(AuthenticationSource)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html" title="class in org.springframework.ldap.core.support">AbstractContextSource</A>
<DD>Set the authentication source to use when retrieving user principal and
 credentials.
<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html#setAuthenticationStrategy(org.springframework.ldap.core.support.DirContextAuthenticationStrategy)"><B>setAuthenticationStrategy(DirContextAuthenticationStrategy)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html" title="class in org.springframework.ldap.core.support">AbstractContextSource</A>
<DD>Set the <A HREF="./org/springframework/ldap/core/support/DirContextAuthenticationStrategy.html" title="interface in org.springframework.ldap.core.support"><CODE>DirContextAuthenticationStrategy</CODE></A> to use for preparing the
 environment and processing the created <code>DirContext</code> instances.
<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html#setBase(java.lang.String)"><B>setBase(String)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html" title="class in org.springframework.ldap.core.support">AbstractContextSource</A>
<DD>Set the base suffix from which all operations should origin.
<DT><A HREF="./org/springframework/ldap/pool/validation/DefaultDirContextValidator.html#setBase(java.lang.String)"><B>setBase(String)</B></A> - 
Method in class org.springframework.ldap.pool.validation.<A HREF="./org/springframework/ldap/pool/validation/DefaultDirContextValidator.html" title="class in org.springframework.ldap.pool.validation">DefaultDirContextValidator</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html#setBaseEnvironmentProperties(java.util.Map)"><B>setBaseEnvironmentProperties(Map)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html" title="class in org.springframework.ldap.core.support">AbstractContextSource</A>
<DD>If any custom environment properties are needed, these can be set using
 this method.
<DT><A HREF="./org/springframework/ldap/core/support/BaseLdapPathAware.html#setBaseLdapPath(org.springframework.ldap.core.DistinguishedName)"><B>setBaseLdapPath(DistinguishedName)</B></A> - 
Method in interface org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/BaseLdapPathAware.html" title="interface in org.springframework.ldap.core.support">BaseLdapPathAware</A>
<DD>Set the base LDAP path specified in the current
 <code>ApplicationContext</code>.
<DT><A HREF="./org/springframework/ldap/core/support/BaseLdapPathBeanPostProcessor.html#setBaseLdapPathSourceName(java.lang.String)"><B>setBaseLdapPathSourceName(String)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/BaseLdapPathBeanPostProcessor.html" title="class in org.springframework.ldap.core.support">BaseLdapPathBeanPostProcessor</A>
<DD>Set the name of the <code>ContextSource</code> bean to use for getting
 the base path.
<DT><A HREF="./org/springframework/ldap/core/support/BaseLdapPathBeanPostProcessor.html#setBasePath(org.springframework.ldap.core.DistinguishedName)"><B>setBasePath(DistinguishedName)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/BaseLdapPathBeanPostProcessor.html" title="class in org.springframework.ldap.core.support">BaseLdapPathBeanPostProcessor</A>
<DD>Set the base path to be injected in all <A HREF="./org/springframework/ldap/core/support/BaseLdapPathAware.html" title="interface in org.springframework.ldap.core.support"><CODE>BaseLdapPathAware</CODE></A> beans.
<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html#setCacheEnvironmentProperties(boolean)"><B>setCacheEnvironmentProperties(boolean)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html" title="class in org.springframework.ldap.core.support">AbstractContextSource</A>
<DD>Set whether environment properties should be cached between requsts for
 anonymous environment.
<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html#setContextFactory(java.lang.Class)"><B>setContextFactory(Class)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html" title="class in org.springframework.ldap.core.support">AbstractContextSource</A>
<DD>Set the context factory.
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#setContextSource(org.springframework.ldap.core.ContextSource)"><B>setContextSource(ContextSource)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>Set the ContextSource.
<DT><A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html#setContextSource(org.springframework.ldap.core.ContextSource)"><B>setContextSource(ContextSource)</B></A> - 
Method in class org.springframework.ldap.pool.factory.<A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory">PoolingContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndDataSourceTransactionManager.html#setContextSource(org.springframework.ldap.core.ContextSource)"><B>setContextSource(ContextSource)</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndDataSourceTransactionManager.html" title="class in org.springframework.ldap.transaction.compensating.manager">ContextSourceAndDataSourceTransactionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndHibernateTransactionManager.html#setContextSource(org.springframework.ldap.core.ContextSource)"><B>setContextSource(ContextSource)</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndHibernateTransactionManager.html" title="class in org.springframework.ldap.transaction.compensating.manager">ContextSourceAndHibernateTransactionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManager.html#setContextSource(org.springframework.ldap.core.ContextSource)"><B>setContextSource(ContextSource)</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManager.html" title="class in org.springframework.ldap.transaction.compensating.manager">ContextSourceTransactionManager</A>
<DD>Set the ContextSource.
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManagerDelegate.html#setContextSource(org.springframework.ldap.core.ContextSource)"><B>setContextSource(ContextSource)</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManagerDelegate.html" title="class in org.springframework.ldap.transaction.compensating.manager">ContextSourceTransactionManagerDelegate</A>
<DD>Set the ContextSource to work on.
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/DirContextHolder.html#setCtx(javax.naming.directory.DirContext)"><B>setCtx(DirContext)</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/DirContextHolder.html" title="class in org.springframework.ldap.transaction.compensating.manager">DirContextHolder</A>
<DD>Set the DirContext associated with the current transaction.
<DT><A HREF="./org/springframework/ldap/core/DnParserImplTokenManager.html#setDebugStream(java.io.PrintStream)"><B>setDebugStream(PrintStream)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImplTokenManager.html" title="class in org.springframework.ldap.core">DnParserImplTokenManager</A>
<DD>Set debug output.
<DT><A HREF="./org/springframework/ldap/authentication/DefaultValuesAuthenticationSourceDecorator.html#setDefaultPassword(java.lang.String)"><B>setDefaultPassword(String)</B></A> - 
Method in class org.springframework.ldap.authentication.<A HREF="./org/springframework/ldap/authentication/DefaultValuesAuthenticationSourceDecorator.html" title="class in org.springframework.ldap.authentication">DefaultValuesAuthenticationSourceDecorator</A>
<DD>Set the password of the default user.
<DT><A HREF="./org/springframework/ldap/authentication/DefaultValuesAuthenticationSourceDecorator.html#setDefaultUser(java.lang.String)"><B>setDefaultUser(String)</B></A> - 
Method in class org.springframework.ldap.authentication.<A HREF="./org/springframework/ldap/authentication/DefaultValuesAuthenticationSourceDecorator.html" title="class in org.springframework.ldap.authentication">DefaultValuesAuthenticationSourceDecorator</A>
<DD>Set the default user DN.
<DT><A HREF="./org/springframework/ldap/core/support/AggregateDirContextProcessor.html#setDirContextProcessors(java.util.List)"><B>setDirContextProcessors(List)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AggregateDirContextProcessor.html" title="class in org.springframework.ldap.core.support">AggregateDirContextProcessor</A>
<DD>Set the list of managed <A HREF="./org/springframework/ldap/core/DirContextProcessor.html" title="interface in org.springframework.ldap.core"><CODE>DirContextProcessor</CODE></A> instances.
<DT><A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html#setDirContextValidator(org.springframework.ldap.pool.validation.DirContextValidator)"><B>setDirContextValidator(DirContextValidator)</B></A> - 
Method in class org.springframework.ldap.pool.factory.<A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory">PoolingContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html#setDirObjectFactory(java.lang.Class)"><B>setDirObjectFactory(Class)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html" title="class in org.springframework.ldap.core.support">AbstractContextSource</A>
<DD>Set the DirObjectFactory to use.
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#setDn(javax.naming.Name)"><B>setDn(Name)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextOperations.html#setDn(javax.naming.Name)"><B>setDn(Name)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextOperations.html" title="interface in org.springframework.ldap.core">DirContextOperations</A>
<DD>Set the dn of this entry.
<DT><A HREF="./org/springframework/ldap/pool/validation/DefaultDirContextValidator.html#setFilter(java.lang.String)"><B>setFilter(String)</B></A> - 
Method in class org.springframework.ldap.pool.validation.<A HREF="./org/springframework/ldap/pool/validation/DefaultDirContextValidator.html" title="class in org.springframework.ldap.pool.validation">DefaultDirContextValidator</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/transaction/compensating/support/CompensatingTransactionObject.html#setHolder(org.springframework.transaction.compensating.support.CompensatingTransactionHolderSupport)"><B>setHolder(CompensatingTransactionHolderSupport)</B></A> - 
Method in class org.springframework.transaction.compensating.support.<A HREF="./org/springframework/transaction/compensating/support/CompensatingTransactionObject.html" title="class in org.springframework.transaction.compensating.support">CompensatingTransactionObject</A>
<DD>Set the <A HREF="./org/springframework/transaction/compensating/support/CompensatingTransactionHolderSupport.html" title="class in org.springframework.transaction.compensating.support"><CODE>CompensatingTransactionHolderSupport</CODE></A> associated with the
 current transaction.
<DT><A HREF="./org/springframework/ldap/core/support/AbstractTlsDirContextAuthenticationStrategy.html#setHostnameVerifier(javax.net.ssl.HostnameVerifier)"><B>setHostnameVerifier(HostnameVerifier)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractTlsDirContextAuthenticationStrategy.html" title="class in org.springframework.ldap.core.support">AbstractTlsDirContextAuthenticationStrategy</A>
<DD>Set the optional
 <code>HostnameVerifier<code> to use for verifying incoming certificates.
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#setIgnoreNameNotFoundException(boolean)"><B>setIgnoreNameNotFoundException(boolean)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>Specify whether <code>NameNotFoundException</code> should be ignored in
 searches.
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#setIgnorePartialResultException(boolean)"><B>setIgnorePartialResultException(boolean)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>Specify whether <code>PartialResultException</code> should be ignored in
 searches.
<DT><A HREF="./org/springframework/ldap/core/LdapRdnComponent.html#setKey(java.lang.String)"><B>setKey(String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapRdnComponent.html" title="class in org.springframework.ldap.core">LdapRdnComponent</A>
<DD><B>Deprecated.</B>&nbsp;<I>Using this method changes the internal state of surrounding
 DistinguishedName instance. This should be avoided.</I>
<DT><A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html#setMaxActive(int)"><B>setMaxActive(int)</B></A> - 
Method in class org.springframework.ldap.pool.factory.<A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory">PoolingContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html#setMaxIdle(int)"><B>setMaxIdle(int)</B></A> - 
Method in class org.springframework.ldap.pool.factory.<A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory">PoolingContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html#setMaxTotal(int)"><B>setMaxTotal(int)</B></A> - 
Method in class org.springframework.ldap.pool.factory.<A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory">PoolingContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html#setMaxWait(long)"><B>setMaxWait(long)</B></A> - 
Method in class org.springframework.ldap.pool.factory.<A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory">PoolingContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html#setMinEvictableIdleTimeMillis(long)"><B>setMinEvictableIdleTimeMillis(long)</B></A> - 
Method in class org.springframework.ldap.pool.factory.<A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory">PoolingContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html#setMinIdle(int)"><B>setMinIdle(int)</B></A> - 
Method in class org.springframework.ldap.pool.factory.<A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory">PoolingContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html#setNumTestsPerEvictionRun(int)"><B>setNumTestsPerEvictionRun(int)</B></A> - 
Method in class org.springframework.ldap.pool.factory.<A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory">PoolingContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html#setPassword(java.lang.String)"><B>setPassword(String)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html" title="class in org.springframework.ldap.core.support">AbstractContextSource</A>
<DD>Set the password (credentials) to use for getting authenticated contexts.
<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html#setPooled(boolean)"><B>setPooled(boolean)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html" title="class in org.springframework.ldap.core.support">AbstractContextSource</A>
<DD>Set whether the pooling flag should be set, enabling the built-in LDAP
 connection pooling.
<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html#setReferral(java.lang.String)"><B>setReferral(String)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html" title="class in org.springframework.ldap.core.support">AbstractContextSource</A>
<DD>Set the method to handle referrals.
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndDataSourceTransactionManager.html#setRenamingStrategy(org.springframework.ldap.transaction.compensating.TempEntryRenamingStrategy)"><B>setRenamingStrategy(TempEntryRenamingStrategy)</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndDataSourceTransactionManager.html" title="class in org.springframework.ldap.transaction.compensating.manager">ContextSourceAndDataSourceTransactionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndHibernateTransactionManager.html#setRenamingStrategy(org.springframework.ldap.transaction.compensating.TempEntryRenamingStrategy)"><B>setRenamingStrategy(TempEntryRenamingStrategy)</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceAndHibernateTransactionManager.html" title="class in org.springframework.ldap.transaction.compensating.manager">ContextSourceAndHibernateTransactionManager</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManager.html#setRenamingStrategy(org.springframework.ldap.transaction.compensating.TempEntryRenamingStrategy)"><B>setRenamingStrategy(TempEntryRenamingStrategy)</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManager.html" title="class in org.springframework.ldap.transaction.compensating.manager">ContextSourceTransactionManager</A>
<DD>Set the <A HREF="./org/springframework/ldap/transaction/compensating/TempEntryRenamingStrategy.html" title="interface in org.springframework.ldap.transaction.compensating"><CODE>TempEntryRenamingStrategy</CODE></A>.
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManagerDelegate.html#setRenamingStrategy(org.springframework.ldap.transaction.compensating.TempEntryRenamingStrategy)"><B>setRenamingStrategy(TempEntryRenamingStrategy)</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManagerDelegate.html" title="class in org.springframework.ldap.transaction.compensating.manager">ContextSourceTransactionManagerDelegate</A>
<DD>Set the <A HREF="./org/springframework/ldap/transaction/compensating/TempEntryRenamingStrategy.html" title="interface in org.springframework.ldap.transaction.compensating"><CODE>TempEntryRenamingStrategy</CODE></A> to be used when renaming
 temporary entries in unbind and rebind operations.
<DT><A HREF="./org/springframework/ldap/control/AbstractRequestControlDirContextProcessor.html#setReplaceSameControlEnabled(boolean)"><B>setReplaceSameControlEnabled(boolean)</B></A> - 
Method in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/AbstractRequestControlDirContextProcessor.html" title="class in org.springframework.ldap.control">AbstractRequestControlDirContextProcessor</A>
<DD>If there already exists a request control of the same class as the one
 created by <A HREF="./org/springframework/ldap/control/AbstractRequestControlDirContextProcessor.html#createRequestControl()"><CODE>AbstractRequestControlDirContextProcessor.createRequestControl()</CODE></A> in the context, the new
 control can either replace the existing one (default behavior) or be
 added.
<DT><A HREF="./org/springframework/ldap/control/AbstractFallbackRequestAndResponseControlDirContextProcessor.html#setRequestControlClass(java.lang.Class)"><B>setRequestControlClass(Class)</B></A> - 
Method in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/AbstractFallbackRequestAndResponseControlDirContextProcessor.html" title="class in org.springframework.ldap.control">AbstractFallbackRequestAndResponseControlDirContextProcessor</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/control/PagedResultsRequestControl.html#setRequestControlClass(java.lang.Class)"><B>setRequestControlClass(Class)</B></A> - 
Method in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/PagedResultsRequestControl.html" title="class in org.springframework.ldap.control">PagedResultsRequestControl</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingLdapContext.html#setRequestControls(javax.naming.ldap.Control[])"><B>setRequestControls(Control[])</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingLdapContext.html" title="class in org.springframework.ldap.pool">DelegatingLdapContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/MutableDelegatingLdapContext.html#setRequestControls(javax.naming.ldap.Control[])"><B>setRequestControls(Control[])</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/MutableDelegatingLdapContext.html" title="class in org.springframework.ldap.pool">MutableDelegatingLdapContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/control/AbstractFallbackRequestAndResponseControlDirContextProcessor.html#setResponseControlClass(java.lang.Class)"><B>setResponseControlClass(Class)</B></A> - 
Method in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/AbstractFallbackRequestAndResponseControlDirContextProcessor.html" title="class in org.springframework.ldap.control">AbstractFallbackRequestAndResponseControlDirContextProcessor</A>
<DD>Set the class of the expected ResponseControl for the sorted result
 response.
<DT><A HREF="./org/springframework/ldap/control/PagedResultsRequestControl.html#setResponseControlClass(java.lang.Class)"><B>setResponseControlClass(Class)</B></A> - 
Method in class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/PagedResultsRequestControl.html" title="class in org.springframework.ldap.control">PagedResultsRequestControl</A>
<DD><B>Deprecated.</B>&nbsp;Set the class of the expected ResponseControl for the paged results
 response.
<DT><A HREF="./org/springframework/ldap/pool/validation/DefaultDirContextValidator.html#setSearchControls(javax.naming.directory.SearchControls)"><B>setSearchControls(SearchControls)</B></A> - 
Method in class org.springframework.ldap.pool.validation.<A HREF="./org/springframework/ldap/pool/validation/DefaultDirContextValidator.html" title="class in org.springframework.ldap.pool.validation">DefaultDirContextValidator</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/AbstractTlsDirContextAuthenticationStrategy.html#setShutdownTlsGracefully(boolean)"><B>setShutdownTlsGracefully(boolean)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractTlsDirContextAuthenticationStrategy.html" title="class in org.springframework.ldap.core.support">AbstractTlsDirContextAuthenticationStrategy</A>
<DD>Specify whether the TLS should be shut down gracefully before the target
 context is closed.
<DT><A HREF="./org/springframework/ldap/core/support/AbstractTlsDirContextAuthenticationStrategy.html#setSslSocketFactory(javax.net.ssl.SSLSocketFactory)"><B>setSslSocketFactory(SSLSocketFactory)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractTlsDirContextAuthenticationStrategy.html" title="class in org.springframework.ldap.core.support">AbstractTlsDirContextAuthenticationStrategy</A>
<DD>Sets the optional SSL socket factory used for startTLS negotiation.
<DT><A HREF="./org/springframework/ldap/transaction/compensating/support/DifferentSubtreeTempEntryRenamingStrategy.html#setSubtreeNode(javax.naming.Name)"><B>setSubtreeNode(Name)</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.support.<A HREF="./org/springframework/ldap/transaction/compensating/support/DifferentSubtreeTempEntryRenamingStrategy.html" title="class in org.springframework.ldap.transaction.compensating.support">DifferentSubtreeTempEntryRenamingStrategy</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#setTabSize(int)"><B>setTabSize(int)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/authentication/DefaultValuesAuthenticationSourceDecorator.html#setTarget(org.springframework.ldap.core.AuthenticationSource)"><B>setTarget(AuthenticationSource)</B></A> - 
Method in class org.springframework.ldap.authentication.<A HREF="./org/springframework/ldap/authentication/DefaultValuesAuthenticationSourceDecorator.html" title="class in org.springframework.ldap.authentication">DefaultValuesAuthenticationSourceDecorator</A>
<DD>Set the target AuthenticationSource.
<DT><A HREF="./org/springframework/ldap/transaction/compensating/support/DefaultTempEntryRenamingStrategy.html#setTempSuffix(java.lang.String)"><B>setTempSuffix(String)</B></A> - 
Method in class org.springframework.ldap.transaction.compensating.support.<A HREF="./org/springframework/ldap/transaction/compensating/support/DefaultTempEntryRenamingStrategy.html" title="class in org.springframework.ldap.transaction.compensating.support">DefaultTempEntryRenamingStrategy</A>
<DD>Set the suffix to use for renaming temporary entries.
<DT><A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html#setTestOnBorrow(boolean)"><B>setTestOnBorrow(boolean)</B></A> - 
Method in class org.springframework.ldap.pool.factory.<A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory">PoolingContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html#setTestOnReturn(boolean)"><B>setTestOnReturn(boolean)</B></A> - 
Method in class org.springframework.ldap.pool.factory.<A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory">PoolingContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html#setTestWhileIdle(boolean)"><B>setTestWhileIdle(boolean)</B></A> - 
Method in class org.springframework.ldap.pool.factory.<A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory">PoolingContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html#setTimeBetweenEvictionRunsMillis(long)"><B>setTimeBetweenEvictionRunsMillis(long)</B></A> - 
Method in class org.springframework.ldap.pool.factory.<A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory">PoolingContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/transaction/compensating/support/CompensatingTransactionHolderSupport.html#setTransactionOperationManager(org.springframework.transaction.compensating.CompensatingTransactionOperationManager)"><B>setTransactionOperationManager(CompensatingTransactionOperationManager)</B></A> - 
Method in class org.springframework.transaction.compensating.support.<A HREF="./org/springframework/transaction/compensating/support/CompensatingTransactionHolderSupport.html" title="class in org.springframework.transaction.compensating.support">CompensatingTransactionHolderSupport</A>
<DD>Set the CompensatingTransactionOperationManager.
<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html#setupAuthenticatedEnvironment(java.util.Hashtable, java.lang.String, java.lang.String)"><B>setupAuthenticatedEnvironment(Hashtable, String, String)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html" title="class in org.springframework.ldap.core.support">AbstractContextSource</A>
<DD>Default implementation of setting the environment up to be authenticated.
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#setUpdateMode(boolean)"><B>setUpdateMode(boolean)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>Sets the update mode.
<DT><A HREF="./org/springframework/ldap/core/support/AbstractTlsDirContextAuthenticationStrategy.html#setupEnvironment(java.util.Hashtable, java.lang.String, java.lang.String)"><B>setupEnvironment(Hashtable, String, String)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractTlsDirContextAuthenticationStrategy.html" title="class in org.springframework.ldap.core.support">AbstractTlsDirContextAuthenticationStrategy</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/DigestMd5DirContextAuthenticationStrategy.html#setupEnvironment(java.util.Hashtable, java.lang.String, java.lang.String)"><B>setupEnvironment(Hashtable, String, String)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/DigestMd5DirContextAuthenticationStrategy.html" title="class in org.springframework.ldap.core.support">DigestMd5DirContextAuthenticationStrategy</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/DirContextAuthenticationStrategy.html#setupEnvironment(java.util.Hashtable, java.lang.String, java.lang.String)"><B>setupEnvironment(Hashtable, String, String)</B></A> - 
Method in interface org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/DirContextAuthenticationStrategy.html" title="interface in org.springframework.ldap.core.support">DirContextAuthenticationStrategy</A>
<DD>This method is responsible for preparing the environment to be used when
 creating the <code>DirContext</code> instance.
<DT><A HREF="./org/springframework/ldap/core/support/SimpleDirContextAuthenticationStrategy.html#setupEnvironment(java.util.Hashtable, java.lang.String, java.lang.String)"><B>setupEnvironment(Hashtable, String, String)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/SimpleDirContextAuthenticationStrategy.html" title="class in org.springframework.ldap.core.support">SimpleDirContextAuthenticationStrategy</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html#setUrl(java.lang.String)"><B>setUrl(String)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html" title="class in org.springframework.ldap.core.support">AbstractContextSource</A>
<DD>Set the url of the LDAP server.
<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html#setUrls(java.lang.String[])"><B>setUrls(String[])</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html" title="class in org.springframework.ldap.core.support">AbstractContextSource</A>
<DD>Set the urls of the LDAP servers.
<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html#setUserDn(java.lang.String)"><B>setUserDn(String)</B></A> - 
Method in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html" title="class in org.springframework.ldap.core.support">AbstractContextSource</A>
<DD>Set the user distinguished name (principal) to use for getting
 authenticated contexts.
<DT><A HREF="./org/springframework/ldap/core/LdapRdnComponent.html#setValue(java.lang.String)"><B>setValue(String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapRdnComponent.html" title="class in org.springframework.ldap.core">LdapRdnComponent</A>
<DD><B>Deprecated.</B>&nbsp;<I>Using this method changes the internal state of surrounding
 DistinguishedName instance. This should be avoided.</I>
<DT><A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html#setWhenExhaustedAction(byte)"><B>setWhenExhaustedAction(byte)</B></A> - 
Method in class org.springframework.ldap.pool.factory.<A HREF="./org/springframework/ldap/pool/factory/PoolingContextSource.html" title="class in org.springframework.ldap.pool.factory">PoolingContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core"><B>SimpleCharStream</B></A> - Class in <A HREF="./org/springframework/ldap/core/package-summary.html">org.springframework.ldap.core</A><DD>An implementation of interface CharStream, where the stream is assumed to
 contain only ASCII characters (without unicode processing).<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#SimpleCharStream(java.io.Reader, int, int, int)"><B>SimpleCharStream(Reader, int, int, int)</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>Constructor.
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#SimpleCharStream(java.io.Reader, int, int)"><B>SimpleCharStream(Reader, int, int)</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>Constructor.
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#SimpleCharStream(java.io.Reader)"><B>SimpleCharStream(Reader)</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>Constructor.
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#SimpleCharStream(java.io.InputStream, java.lang.String, int, int, int)"><B>SimpleCharStream(InputStream, String, int, int, int)</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>Constructor.
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#SimpleCharStream(java.io.InputStream, int, int, int)"><B>SimpleCharStream(InputStream, int, int, int)</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>Constructor.
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#SimpleCharStream(java.io.InputStream, java.lang.String, int, int)"><B>SimpleCharStream(InputStream, String, int, int)</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>Constructor.
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#SimpleCharStream(java.io.InputStream, int, int)"><B>SimpleCharStream(InputStream, int, int)</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>Constructor.
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#SimpleCharStream(java.io.InputStream, java.lang.String)"><B>SimpleCharStream(InputStream, String)</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>Constructor.
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#SimpleCharStream(java.io.InputStream)"><B>SimpleCharStream(InputStream)</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>Constructor.
<DT><A HREF="./org/springframework/ldap/core/support/SimpleDirContextAuthenticationStrategy.html" title="class in org.springframework.ldap.core.support"><B>SimpleDirContextAuthenticationStrategy</B></A> - Class in <A HREF="./org/springframework/ldap/core/support/package-summary.html">org.springframework.ldap.core.support</A><DD>The default <A HREF="./org/springframework/ldap/core/support/DirContextAuthenticationStrategy.html" title="interface in org.springframework.ldap.core.support"><CODE>DirContextAuthenticationStrategy</CODE></A> implementation, setting
 the <code>DirContext</code> environment up for 'SIMPLE' authentication, and
 specifying the user DN and password as SECURITY_PRINCIPAL and
 SECURITY_CREDENTIALS respectively in the authenticated environment before the
 context is created.<DT><A HREF="./org/springframework/ldap/core/support/SimpleDirContextAuthenticationStrategy.html#SimpleDirContextAuthenticationStrategy()"><B>SimpleDirContextAuthenticationStrategy()</B></A> - 
Constructor for class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/SimpleDirContextAuthenticationStrategy.html" title="class in org.springframework.ldap.core.support">SimpleDirContextAuthenticationStrategy</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapOperations.html" title="interface in org.springframework.ldap.core.simple"><B>SimpleLdapOperations</B></A> - Interface in <A HREF="./org/springframework/ldap/core/simple/package-summary.html">org.springframework.ldap.core.simple</A><DD>LDAP operations interface usable on Java 5 and above, exposing a set of
 common LDAP operations.<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html" title="class in org.springframework.ldap.core.simple"><B>SimpleLdapTemplate</B></A> - Class in <A HREF="./org/springframework/ldap/core/simple/package-summary.html">org.springframework.ldap.core.simple</A><DD>Java-5-based convenience wrapper for the classic LdapTemplate, adding some
 convenient shortcuts and taking advantage of Java 5 Generics.<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html#SimpleLdapTemplate(org.springframework.ldap.core.LdapOperations)"><B>SimpleLdapTemplate(LdapOperations)</B></A> - 
Constructor for class org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html" title="class in org.springframework.ldap.core.simple">SimpleLdapTemplate</A>
<DD>Constructs a new SimpleLdapTemplate instance wrapping the supplied
 LdapOperations instance.
<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html#SimpleLdapTemplate(org.springframework.ldap.core.ContextSource)"><B>SimpleLdapTemplate(ContextSource)</B></A> - 
Constructor for class org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html" title="class in org.springframework.ldap.core.simple">SimpleLdapTemplate</A>
<DD>Constructs a new SimpleLdapTemplate instance, automatically creating a
 wrapped LdapTemplate instance to work with.
<DT><A HREF="./org/springframework/ldap/core/support/SingleContextSource.html" title="class in org.springframework.ldap.core.support"><B>SingleContextSource</B></A> - Class in <A HREF="./org/springframework/ldap/core/support/package-summary.html">org.springframework.ldap.core.support</A><DD>A <A HREF="./org/springframework/ldap/core/ContextSource.html" title="interface in org.springframework.ldap.core"><CODE>ContextSource</CODE></A> to be used as a decorator around a target ContextSource
 to make sure the target is never actually closed.<DT><A HREF="./org/springframework/ldap/core/support/SingleContextSource.html#SingleContextSource(javax.naming.directory.DirContext)"><B>SingleContextSource(DirContext)</B></A> - 
Constructor for class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/SingleContextSource.html" title="class in org.springframework.ldap.core.support">SingleContextSource</A>
<DD>Constructor.
<DT><A HREF="./org/springframework/ldap/core/support/SingleContextSource.NonClosingDirContextInvocationHandler.html" title="class in org.springframework.ldap.core.support"><B>SingleContextSource.NonClosingDirContextInvocationHandler</B></A> - Class in <A HREF="./org/springframework/ldap/core/support/package-summary.html">org.springframework.ldap.core.support</A><DD>A proxy for DirContext forwarding all operation to the target DirContext,
 but making sure that no <code>close</code> operations will be performed.<DT><A HREF="./org/springframework/ldap/core/support/SingleContextSource.NonClosingDirContextInvocationHandler.html#SingleContextSource.NonClosingDirContextInvocationHandler(javax.naming.directory.DirContext)"><B>SingleContextSource.NonClosingDirContextInvocationHandler(DirContext)</B></A> - 
Constructor for class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/SingleContextSource.NonClosingDirContextInvocationHandler.html" title="class in org.springframework.ldap.core.support">SingleContextSource.NonClosingDirContextInvocationHandler</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#size()"><B>size()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/SizeLimitExceededException.html" title="class in org.springframework.ldap"><B>SizeLimitExceededException</B></A> - Exception in <A HREF="./org/springframework/ldap/package-summary.html">org.springframework.ldap</A><DD>Runtime exception mirroring the JNDI SizeLimitExceededException.<DT><A HREF="./org/springframework/ldap/SizeLimitExceededException.html#SizeLimitExceededException(javax.naming.SizeLimitExceededException)"><B>SizeLimitExceededException(SizeLimitExceededException)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/SizeLimitExceededException.html" title="class in org.springframework.ldap">SizeLimitExceededException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/control/SortControlDirContextProcessor.html" title="class in org.springframework.ldap.control"><B>SortControlDirContextProcessor</B></A> - Class in <A HREF="./org/springframework/ldap/control/package-summary.html">org.springframework.ldap.control</A><DD>DirContextProcessor implementation for managing the SortControl.<DT><A HREF="./org/springframework/ldap/control/SortControlDirContextProcessor.html#SortControlDirContextProcessor(java.lang.String)"><B>SortControlDirContextProcessor(String)</B></A> - 
Constructor for class org.springframework.ldap.control.<A HREF="./org/springframework/ldap/control/SortControlDirContextProcessor.html" title="class in org.springframework.ldap.control">SortControlDirContextProcessor</A>
<DD>Constructs a new instance using the supplied sort key.
<DT><A HREF="./org/springframework/ldap/core/DnParserImplConstants.html#SPACE"><B>SPACE</B></A> - 
Static variable in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImplConstants.html" title="interface in org.springframework.ldap.core">DnParserImplConstants</A>
<DD>RegularExpression Id.
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#SPACED_DN_FORMAT_PROPERTY"><B>SPACED_DN_FORMAT_PROPERTY</B></A> - 
Static variable in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>System property that will be inspected to determine whether
 <A HREF="./org/springframework/ldap/core/DistinguishedName.html#toString()"><CODE>DistinguishedName.toString()</CODE></A> will format the DN with spaces after each comma or
 use a more compact representation, i.e.:
 <code>uid=adam.skogman, ou=People, dc=jayway, dc=se</code> rather than
 <code>uid=adam.skogman,ou=People,dc=jayway,dc=se</code>.
<DT><A HREF="./org/springframework/ldap/core/DnParserImplConstants.html#SPACED_EQUALS"><B>SPACED_EQUALS</B></A> - 
Static variable in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImplConstants.html" title="interface in org.springframework.ldap.core">DnParserImplConstants</A>
<DD>RegularExpression Id.
<DT><A HREF="./org/springframework/ldap/core/DnParserImplConstants.html#SPACED_EQUALS_S"><B>SPACED_EQUALS_S</B></A> - 
Static variable in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImplConstants.html" title="interface in org.springframework.ldap.core">DnParserImplConstants</A>
<DD>Lexical state.
<DT><A HREF="./org/springframework/ldap/core/DnParserImpl.html#SpacedEquals()"><B>SpacedEquals()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImpl.html" title="class in org.springframework.ldap.core">DnParserImpl</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DnParserImplConstants.html#SPECIAL"><B>SPECIAL</B></A> - 
Static variable in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImplConstants.html" title="interface in org.springframework.ldap.core">DnParserImplConstants</A>
<DD>RegularExpression Id.
<DT><A HREF="./org/springframework/ldap/core/Token.html#specialToken"><B>specialToken</B></A> - 
Variable in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/Token.html" title="class in org.springframework.ldap.core">Token</A>
<DD>This field is used to access special tokens that occur prior to this
 token, but after the immediately preceding regular (non-special) token.
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#startsWith(javax.naming.Name)"><B>startsWith(Name)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#staticFlag"><B>staticFlag</B></A> - 
Static variable in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>Whether parser is static.
<DT><A HREF="./org/springframework/ldap/core/DnParserImplConstants.html#STRINGCHAR"><B>STRINGCHAR</B></A> - 
Static variable in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImplConstants.html" title="interface in org.springframework.ldap.core">DnParserImplConstants</A>
<DD>RegularExpression Id.
<DT><A HREF="./org/springframework/ldap/core/DnParserImplConstants.html#STRINGEND"><B>STRINGEND</B></A> - 
Static variable in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImplConstants.html" title="interface in org.springframework.ldap.core">DnParserImplConstants</A>
<DD>RegularExpression Id.
<DT><A HREF="./org/springframework/ldap/core/DnParserImplConstants.html#STRINGENDCHAR"><B>STRINGENDCHAR</B></A> - 
Static variable in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImplConstants.html" title="interface in org.springframework.ldap.core">DnParserImplConstants</A>
<DD>RegularExpression Id.
<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html#SUN_LDAP_POOLING_FLAG"><B>SUN_LDAP_POOLING_FLAG</B></A> - 
Static variable in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html" title="class in org.springframework.ldap.core.support">AbstractContextSource</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DnParserImplTokenManager.html#SwitchTo(int)"><B>SwitchTo(int)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImplTokenManager.html" title="class in org.springframework.ldap.core">DnParserImplTokenManager</A>
<DD>Switch to specified lex state.
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#tabSize"><B>tabSize</B></A> - 
Variable in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/TempEntryRenamingStrategy.html" title="interface in org.springframework.ldap.transaction.compensating"><B>TempEntryRenamingStrategy</B></A> - Interface in <A HREF="./org/springframework/ldap/transaction/compensating/package-summary.html">org.springframework.ldap.transaction.compensating</A><DD>Interface for different strategies to rename temporary entries for unbind and
 rebind operations.<DT><A HREF="./org/springframework/ldap/TimeLimitExceededException.html" title="class in org.springframework.ldap"><B>TimeLimitExceededException</B></A> - Exception in <A HREF="./org/springframework/ldap/package-summary.html">org.springframework.ldap</A><DD>Runtime exception mirroring the JNDI TimeLimitExceededException.<DT><A HREF="./org/springframework/ldap/TimeLimitExceededException.html#TimeLimitExceededException(javax.naming.TimeLimitExceededException)"><B>TimeLimitExceededException(TimeLimitExceededException)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/TimeLimitExceededException.html" title="class in org.springframework.ldap">TimeLimitExceededException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#toCompactString()"><B>toCompactString()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>Get the compact String representation of this
 <code>DistinguishedName</code>.
<DT><A HREF="./org/springframework/ldap/core/DnParserImpl.html#token"><B>token</B></A> - 
Variable in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImpl.html" title="class in org.springframework.ldap.core">DnParserImpl</A>
<DD>Current token.
<DT><A HREF="./org/springframework/ldap/core/Token.html" title="class in org.springframework.ldap.core"><B>Token</B></A> - Class in <A HREF="./org/springframework/ldap/core/package-summary.html">org.springframework.ldap.core</A><DD>Describes the input token stream.<DT><A HREF="./org/springframework/ldap/core/Token.html#Token()"><B>Token()</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/Token.html" title="class in org.springframework.ldap.core">Token</A>
<DD>No-argument constructor
<DT><A HREF="./org/springframework/ldap/core/Token.html#Token(int)"><B>Token(int)</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/Token.html" title="class in org.springframework.ldap.core">Token</A>
<DD>Constructs a new token for the specified Image.
<DT><A HREF="./org/springframework/ldap/core/Token.html#Token(int, java.lang.String)"><B>Token(int, String)</B></A> - 
Constructor for class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/Token.html" title="class in org.springframework.ldap.core">Token</A>
<DD>Constructs a new token for the specified Image and Kind.
<DT><A HREF="./org/springframework/ldap/core/DnParserImpl.html#token_source"><B>token_source</B></A> - 
Variable in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImpl.html" title="class in org.springframework.ldap.core">DnParserImpl</A>
<DD>Generated Token Manager.
<DT><A HREF="./org/springframework/ldap/core/DnParserImplConstants.html#tokenImage"><B>tokenImage</B></A> - 
Static variable in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DnParserImplConstants.html" title="interface in org.springframework.ldap.core">DnParserImplConstants</A>
<DD>Literal token values.
<DT><A HREF="./org/springframework/ldap/core/ParseException.html#tokenImage"><B>tokenImage</B></A> - 
Variable in exception org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/ParseException.html" title="class in org.springframework.ldap.core">ParseException</A>
<DD>This is a reference to the "tokenImage" array of the generated
 parser within which the parse error occurred.
<DT><A HREF="./org/springframework/ldap/core/TokenMgrError.html" title="class in org.springframework.ldap.core"><B>TokenMgrError</B></A> - Error in <A HREF="./org/springframework/ldap/core/package-summary.html">org.springframework.ldap.core</A><DD>Token Manager Error.<DT><A HREF="./org/springframework/ldap/core/TokenMgrError.html#TokenMgrError()"><B>TokenMgrError()</B></A> - 
Constructor for error org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/TokenMgrError.html" title="class in org.springframework.ldap.core">TokenMgrError</A>
<DD>No arg constructor.
<DT><A HREF="./org/springframework/ldap/core/TokenMgrError.html#TokenMgrError(java.lang.String, int)"><B>TokenMgrError(String, int)</B></A> - 
Constructor for error org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/TokenMgrError.html" title="class in org.springframework.ldap.core">TokenMgrError</A>
<DD>Constructor with message and reason.
<DT><A HREF="./org/springframework/ldap/core/TokenMgrError.html#TokenMgrError(boolean, int, int, int, java.lang.String, char, int)"><B>TokenMgrError(boolean, int, int, int, String, char, int)</B></A> - 
Constructor for error org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/TokenMgrError.html" title="class in org.springframework.ldap.core">TokenMgrError</A>
<DD>Full Constructor.
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#toString()"><B>toString()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#toString()"><B>toString()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>Get the String representation of this <code>DistinguishedName</code>.
<DT><A HREF="./org/springframework/ldap/core/LdapRdn.html#toString()"><B>toString()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapRdn.html" title="class in org.springframework.ldap.core">LdapRdn</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapRdnComponent.html#toString()"><B>toString()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapRdnComponent.html" title="class in org.springframework.ldap.core">LdapRdnComponent</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/Token.html#toString()"><B>toString()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/Token.html" title="class in org.springframework.ldap.core">Token</A>
<DD>Returns the image.
<DT><A HREF="./org/springframework/ldap/filter/AbstractFilter.html#toString()"><B>toString()</B></A> - 
Method in class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/AbstractFilter.html" title="class in org.springframework.ldap.filter">AbstractFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingContext.html#toString()"><B>toString()</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingContext.html" title="class in org.springframework.ldap.pool">DelegatingContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html#toString()"><B>toString()</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingDirContext.html" title="class in org.springframework.ldap.pool">DelegatingDirContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingLdapContext.html#toString()"><B>toString()</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingLdapContext.html" title="class in org.springframework.ldap.pool">DelegatingLdapContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DirContextType.html#toString()"><B>toString()</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DirContextType.html" title="class in org.springframework.ldap.pool">DirContextType</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapEncoder.html#toTwoCharHex(char)"><B>toTwoCharHex(char)</B></A> - 
Static method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapEncoder.html" title="class in org.springframework.ldap.core">LdapEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DistinguishedName.html#toUrl()"><B>toUrl()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DistinguishedName.html" title="class in org.springframework.ldap.core">DistinguishedName</A>
<DD>Builds a complete LDAP path, ldap and url encoded.
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/TransactionAwareContextSourceProxy.html" title="class in org.springframework.ldap.transaction.compensating.manager"><B>TransactionAwareContextSourceProxy</B></A> - Class in <A HREF="./org/springframework/ldap/transaction/compensating/manager/package-summary.html">org.springframework.ldap.transaction.compensating.manager</A><DD>A proxy for ContextSource to make sure that the returned DirContext objects
 are aware of the surrounding transactions.<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/TransactionAwareContextSourceProxy.html#TransactionAwareContextSourceProxy(org.springframework.ldap.core.ContextSource)"><B>TransactionAwareContextSourceProxy(ContextSource)</B></A> - 
Constructor for class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/TransactionAwareContextSourceProxy.html" title="class in org.springframework.ldap.transaction.compensating.manager">TransactionAwareContextSourceProxy</A>
<DD>Constructor.
<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/TransactionAwareDirContextInvocationHandler.html" title="class in org.springframework.ldap.transaction.compensating.manager"><B>TransactionAwareDirContextInvocationHandler</B></A> - Class in <A HREF="./org/springframework/ldap/transaction/compensating/manager/package-summary.html">org.springframework.ldap.transaction.compensating.manager</A><DD>Proxy implementation for DirContext, making sure that the instance is not
 closed during a transaction, and that all modifying operations are recorded,
 storing compensating rollback operations for them.<DT><A HREF="./org/springframework/ldap/transaction/compensating/manager/TransactionAwareDirContextInvocationHandler.html#TransactionAwareDirContextInvocationHandler(javax.naming.directory.DirContext, org.springframework.ldap.core.ContextSource)"><B>TransactionAwareDirContextInvocationHandler(DirContext, ContextSource)</B></A> - 
Constructor for class org.springframework.ldap.transaction.compensating.manager.<A HREF="./org/springframework/ldap/transaction/compensating/manager/TransactionAwareDirContextInvocationHandler.html" title="class in org.springframework.ldap.transaction.compensating.manager">TransactionAwareDirContextInvocationHandler</A>
<DD>Constructor.
</DL>
<HR>
<A NAME="_U_"><!-- --></A><H2>
<B>U</B></H2>
<DL>
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#unbind(javax.naming.Name)"><B>unbind(Name)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#unbind(java.lang.String)"><B>unbind(String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#unbind(javax.naming.Name)"><B>unbind(Name)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Remove an entry from the LDAP tree.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#unbind(java.lang.String)"><B>unbind(String)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Remove an entry from the LDAP tree.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#unbind(javax.naming.Name, boolean)"><B>unbind(Name, boolean)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Remove an entry from the LDAP tree, optionally removing all descendants
 in the process.
<DT><A HREF="./org/springframework/ldap/core/LdapOperations.html#unbind(java.lang.String, boolean)"><B>unbind(String, boolean)</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapOperations.html" title="interface in org.springframework.ldap.core">LdapOperations</A>
<DD>Remove an entry from the LDAP tree, optionally removing all descendants
 in the process.
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#unbind(javax.naming.Name)"><B>unbind(Name)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#unbind(java.lang.String)"><B>unbind(String)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#unbind(javax.naming.Name, boolean)"><B>unbind(Name, boolean)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/LdapTemplate.html#unbind(java.lang.String, boolean)"><B>unbind(String, boolean)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/LdapTemplate.html" title="class in org.springframework.ldap.core">LdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapOperations.html#unbind(java.lang.String)"><B>unbind(String)</B></A> - 
Method in interface org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/SimpleLdapOperations.html" title="interface in org.springframework.ldap.core.simple">SimpleLdapOperations</A>
<DD>Remove an entry from the LDAP tree.
<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapOperations.html#unbind(javax.naming.Name)"><B>unbind(Name)</B></A> - 
Method in interface org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/SimpleLdapOperations.html" title="interface in org.springframework.ldap.core.simple">SimpleLdapOperations</A>
<DD>Remove an entry from the LDAP tree.
<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html#unbind(java.lang.String)"><B>unbind(String)</B></A> - 
Method in class org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html" title="class in org.springframework.ldap.core.simple">SimpleLdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html#unbind(javax.naming.Name)"><B>unbind(Name)</B></A> - 
Method in class org.springframework.ldap.core.simple.<A HREF="./org/springframework/ldap/core/simple/SimpleLdapTemplate.html" title="class in org.springframework.ldap.core.simple">SimpleLdapTemplate</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingContext.html#unbind(javax.naming.Name)"><B>unbind(Name)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingContext.html" title="class in org.springframework.ldap.pool">DelegatingContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/DelegatingContext.html#unbind(java.lang.String)"><B>unbind(String)</B></A> - 
Method in class org.springframework.ldap.pool.<A HREF="./org/springframework/ldap/pool/DelegatingContext.html" title="class in org.springframework.ldap.pool">DelegatingContext</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/LdapTransactionUtils.html#UNBIND_METHOD_NAME"><B>UNBIND_METHOD_NAME</B></A> - 
Static variable in class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/LdapTransactionUtils.html" title="class in org.springframework.ldap.transaction.compensating">LdapTransactionUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/transaction/compensating/UnbindOperationExecutor.html" title="class in org.springframework.ldap.transaction.compensating"><B>UnbindOperationExecutor</B></A> - Class in <A HREF="./org/springframework/ldap/transaction/compensating/package-summary.html">org.springframework.ldap.transaction.compensating</A><DD>A <A HREF="./org/springframework/transaction/compensating/CompensatingTransactionOperationExecutor.html" title="interface in org.springframework.transaction.compensating"><CODE>CompensatingTransactionOperationExecutor</CODE></A> to manage an unbind
 operation.<DT><A HREF="./org/springframework/ldap/transaction/compensating/UnbindOperationExecutor.html#UnbindOperationExecutor(org.springframework.ldap.core.LdapOperations, javax.naming.Name, javax.naming.Name)"><B>UnbindOperationExecutor(LdapOperations, Name, Name)</B></A> - 
Constructor for class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/UnbindOperationExecutor.html" title="class in org.springframework.ldap.transaction.compensating">UnbindOperationExecutor</A>
<DD>Constructor.
<DT><A HREF="./org/springframework/ldap/transaction/compensating/UnbindOperationRecorder.html" title="class in org.springframework.ldap.transaction.compensating"><B>UnbindOperationRecorder</B></A> - Class in <A HREF="./org/springframework/ldap/transaction/compensating/package-summary.html">org.springframework.ldap.transaction.compensating</A><DD><A HREF="./org/springframework/transaction/compensating/CompensatingTransactionOperationRecorder.html" title="interface in org.springframework.transaction.compensating"><CODE>CompensatingTransactionOperationRecorder</CODE></A> to keep track of unbind
 operations.<DT><A HREF="./org/springframework/ldap/transaction/compensating/UnbindOperationRecorder.html#UnbindOperationRecorder(org.springframework.ldap.core.LdapOperations, org.springframework.ldap.transaction.compensating.TempEntryRenamingStrategy)"><B>UnbindOperationRecorder(LdapOperations, TempEntryRenamingStrategy)</B></A> - 
Constructor for class org.springframework.ldap.transaction.compensating.<A HREF="./org/springframework/ldap/transaction/compensating/UnbindOperationRecorder.html" title="class in org.springframework.ldap.transaction.compensating">UnbindOperationRecorder</A>
<DD>Constructor.
<DT><A HREF="./org/springframework/ldap/UncategorizedLdapException.html" title="class in org.springframework.ldap"><B>UncategorizedLdapException</B></A> - Exception in <A HREF="./org/springframework/ldap/package-summary.html">org.springframework.ldap</A><DD>NamingException to be thrown when no other matching subclass is found.<DT><A HREF="./org/springframework/ldap/UncategorizedLdapException.html#UncategorizedLdapException(java.lang.String)"><B>UncategorizedLdapException(String)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/UncategorizedLdapException.html" title="class in org.springframework.ldap">UncategorizedLdapException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/UncategorizedLdapException.html#UncategorizedLdapException(java.lang.String, java.lang.Throwable)"><B>UncategorizedLdapException(String, Throwable)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/UncategorizedLdapException.html" title="class in org.springframework.ldap">UncategorizedLdapException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/UncategorizedLdapException.html#UncategorizedLdapException(java.lang.Throwable)"><B>UncategorizedLdapException(Throwable)</B></A> - 
Constructor for exception org.springframework.ldap.<A HREF="./org/springframework/ldap/UncategorizedLdapException.html" title="class in org.springframework.ldap">UncategorizedLdapException</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextAdapter.html#update()"><B>update()</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextAdapter.html" title="class in org.springframework.ldap.core">DirContextAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/DirContextOperations.html#update()"><B>update()</B></A> - 
Method in interface org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/DirContextOperations.html" title="interface in org.springframework.ldap.core">DirContextOperations</A>
<DD>Update the attributes.This will mean that the getters (
 <code>getStringAttribute</code> methods) will return the updated values,
 and the modifications will be forgotten (i.e.
<DT><A HREF="./org/springframework/ldap/core/SimpleCharStream.html#UpdateLineColumn(char)"><B>UpdateLineColumn(char)</B></A> - 
Method in class org.springframework.ldap.core.<A HREF="./org/springframework/ldap/core/SimpleCharStream.html" title="class in org.springframework.ldap.core">SimpleCharStream</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html#userDn"><B>userDn</B></A> - 
Variable in class org.springframework.ldap.core.support.<A HREF="./org/springframework/ldap/core/support/AbstractContextSource.html" title="class in org.springframework.ldap.core.support">AbstractContextSource</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_V_"><!-- --></A><H2>
<B>V</B></H2>
<DL>
<DT><A HREF="./org/springframework/ldap/pool/validation/DefaultDirContextValidator.html#validateDirContext(org.springframework.ldap.pool.DirContextType, javax.naming.directory.DirContext)"><B>validateDirContext(DirContextType, DirContext)</B></A> - 
Method in class org.springframework.ldap.pool.validation.<A HREF="./org/springframework/ldap/pool/validation/DefaultDirContextValidator.html" title="class in org.springframework.ldap.pool.validation">DefaultDirContextValidator</A>
<DD>&nbsp;
<DT><A HREF="./org/springframework/ldap/pool/validation/DirContextValidator.html#validateDirContext(org.springframework.ldap.pool.DirContextType, javax.naming.directory.DirContext)"><B>validateDirContext(DirContextType, DirContext)</B></A> - 
Method in interface org.springframework.ldap.pool.validation.<A HREF="./org/springframework/ldap/pool/validation/DirContextValidator.html" title="interface in org.springframework.ldap.pool.validation">DirContextValidator</A>
<DD>Validates the <A HREF="/usr/share/doc/default-jdk-doc/api/javax/naming/directory/DirContext.html?is-external=true" title="class or interface in javax.naming.directory"><CODE>DirContext</CODE></A>.
</DL>
<HR>
<A NAME="_W_"><!-- --></A><H2>
<B>W</B></H2>
<DL>
<DT><A HREF="./org/springframework/ldap/filter/WhitespaceWildcardsFilter.html" title="class in org.springframework.ldap.filter"><B>WhitespaceWildcardsFilter</B></A> - Class in <A HREF="./org/springframework/ldap/filter/package-summary.html">org.springframework.ldap.filter</A><DD>This filter automatically converts all whitespace to wildcards (*).<DT><A HREF="./org/springframework/ldap/filter/WhitespaceWildcardsFilter.html#WhitespaceWildcardsFilter(java.lang.String, java.lang.String)"><B>WhitespaceWildcardsFilter(String, String)</B></A> - 
Constructor for class org.springframework.ldap.filter.<A HREF="./org/springframework/ldap/filter/WhitespaceWildcardsFilter.html" title="class in org.springframework.ldap.filter">WhitespaceWildcardsFilter</A>
<DD>&nbsp;
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_K_">K</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> 

<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>

</BODY>
</HTML>