package-summary.html 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!-- NewPage -->
  3. <html lang="en">
  4. <head>
  5. <!-- Generated by javadoc (1.8.0-internal) on Thu Mar 24 15:49:01 EDT 2022 -->
  6. <title>com.cognos.CAM_AAA.authentication</title>
  7. <meta name="date" content="2022-03-24">
  8. <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
  9. <script type="text/javascript" src="../../../../script.js"></script>
  10. </head>
  11. <body>
  12. <script type="text/javascript"><!--
  13. try {
  14. if (location.href.indexOf('is-external=true') == -1) {
  15. parent.document.title="com.cognos.CAM_AAA.authentication";
  16. }
  17. }
  18. catch(err) {
  19. }
  20. //-->
  21. </script>
  22. <noscript>
  23. <div>JavaScript is disabled on your browser.</div>
  24. </noscript>
  25. <!-- ========= START OF TOP NAVBAR ======= -->
  26. <div role="navigation" title ="TOP_Navigation" aria-label ="Top Navigation Bar"/>
  27. <div class="topNav"><a name="navbar.top">
  28. <!-- -->
  29. </a>
  30. <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
  31. <a name="navbar.top.firstrow">
  32. <!-- -->
  33. </a>
  34. <ul class="navList" title="Navigation">
  35. <li><a href="../../../../com/cognos/CAM_AAA/authentication/package-summary.html">Package</a></li>
  36. <li>Class</li>
  37. <li><a href="package-tree.html">Tree</a></li>
  38. <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
  39. <li><a href="../../../../index-all.html">Index</a></li>
  40. <li><a href="../../../../help-doc.html">Help</a></li>
  41. </ul>
  42. </div>
  43. <div class="subNav">
  44. <ul class="navList">
  45. <li>Prev&nbsp;Package</li>
  46. <li>Next&nbsp;Package</li>
  47. </ul>
  48. <ul class="navList">
  49. <li><a href="../../../../index.html?com/cognos/CAM_AAA/authentication/package-summary.html" target="_top">Frames</a></li>
  50. <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
  51. </ul>
  52. <ul class="navList" id="allclasses_navbar_top">
  53. <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  54. </ul>
  55. <div>
  56. <script type="text/javascript"><!--
  57. allClassesLink = document.getElementById("allclasses_navbar_top");
  58. if(window==top) {
  59. allClassesLink.style.display = "block";
  60. }
  61. else {
  62. allClassesLink.style.display = "none";
  63. }
  64. //-->
  65. </script>
  66. </div>
  67. <a name="skip.navbar.top">
  68. <!-- -->
  69. </a></div>
  70. <!-- ========= END OF TOP NAVBAR ========= -->
  71. <div role="main" title ="com.cognos.CAM_AAA.authentication" aria-labelledby ="Header1"/>
  72. <div class="header">
  73. <h1 title="Package" class="title" id="Header1">Package&nbsp;com.cognos.CAM_AAA.authentication</h1>
  74. <div class="docSummary">
  75. <div class="block">Provides classes and interfaces for writing an IBM Cognos custom authentication provider.</div>
  76. </div>
  77. <p>See:&nbsp;<a href="#package.description">Description</a></p>
  78. </div>
  79. <div class="contentContainer">
  80. <ul class="blockList">
  81. <li class="blockList">
  82. <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
  83. <caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
  84. <tr>
  85. <th class="colFirst" scope="col">Interface</th>
  86. <th class="colLast" scope="col">Description</th>
  87. </tr>
  88. <tbody>
  89. <tr class="altColor">
  90. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/IAccount.html" title="interface in com.cognos.CAM_AAA.authentication">IAccount</a></td>
  91. <td class="colLast">
  92. <div class="block">Defines the interface to use for implementing an IBM Cognos account.</div>
  93. </td>
  94. </tr>
  95. <tr class="rowColor">
  96. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/IAuthenticationListener.html" title="interface in com.cognos.CAM_AAA.authentication">IAuthenticationListener</a></td>
  97. <td class="colLast">
  98. <div class="block">Defines the interface to use for implementing an IBM Cognos authentication
  99. listener.</div>
  100. </td>
  101. </tr>
  102. <tr class="altColor">
  103. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/IBaseClass.html" title="interface in com.cognos.CAM_AAA.authentication">IBaseClass</a></td>
  104. <td class="colLast">
  105. <div class="block">Defines the common interface for IBM Cognos objects.</div>
  106. </td>
  107. </tr>
  108. <tr class="rowColor">
  109. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/IBiBusHeader.html" title="interface in com.cognos.CAM_AAA.authentication">IBiBusHeader</a></td>
  110. <td class="colLast">
  111. <div class="block">Defines the interface to use for accessing an IBM Cognos
  112. biBusHeader.</div>
  113. </td>
  114. </tr>
  115. <tr class="altColor">
  116. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/IBiBusHeader2.html" title="interface in com.cognos.CAM_AAA.authentication">IBiBusHeader2</a></td>
  117. <td class="colLast">&nbsp;</td>
  118. </tr>
  119. <tr class="rowColor">
  120. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/IBoundingSetProvider.html" title="interface in com.cognos.CAM_AAA.authentication">IBoundingSetProvider</a></td>
  121. <td class="colLast">
  122. <div class="block">Defines the interface for implementing a custom tenant bounding set provider for use in a multi-tenant environment.</div>
  123. </td>
  124. </tr>
  125. <tr class="altColor">
  126. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/ICredential.html" title="interface in com.cognos.CAM_AAA.authentication">ICredential</a></td>
  127. <td class="colLast">
  128. <div class="block">Defines the interface to use for implementing an IBM Cognos credential.</div>
  129. </td>
  130. </tr>
  131. <tr class="rowColor">
  132. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/IDisplayObject.html" title="interface in com.cognos.CAM_AAA.authentication">IDisplayObject</a></td>
  133. <td class="colLast">
  134. <div class="block">Defines the common interface for implementing an IBM Cognos display object.</div>
  135. </td>
  136. </tr>
  137. <tr class="altColor">
  138. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/IGroup.html" title="interface in com.cognos.CAM_AAA.authentication">IGroup</a></td>
  139. <td class="colLast">
  140. <div class="block">Defines the interface to use for implementing an IBM Cognos group.</div>
  141. </td>
  142. </tr>
  143. <tr class="rowColor">
  144. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/IHiddenDisplayObject.html" title="interface in com.cognos.CAM_AAA.authentication">IHiddenDisplayObject</a></td>
  145. <td class="colLast">
  146. <div class="block">Defines the interface to use for implementing a hidden display object.</div>
  147. </td>
  148. </tr>
  149. <tr class="altColor">
  150. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/IMultiSelectDisplayObject.html" title="interface in com.cognos.CAM_AAA.authentication">IMultiSelectDisplayObject</a></td>
  151. <td class="colLast">
  152. <div class="block">Defines the interface to use for implementing a multiple selection display
  153. object.</div>
  154. </td>
  155. </tr>
  156. <tr class="rowColor">
  157. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/INamespace.html" title="interface in com.cognos.CAM_AAA.authentication">INamespace</a></td>
  158. <td class="colLast">
  159. <div class="block">Defines the interface to use for implementing an IBM Cognos
  160. namespace.</div>
  161. </td>
  162. </tr>
  163. <tr class="altColor">
  164. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/INamespaceAuthenticationProvider.html" title="interface in com.cognos.CAM_AAA.authentication">INamespaceAuthenticationProvider</a></td>
  165. <td class="colLast">
  166. <div class="block">Defines the interface to use for implementing an IBM Cognos custom
  167. authentication provider.</div>
  168. </td>
  169. </tr>
  170. <tr class="rowColor">
  171. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/INamespaceAuthenticationProvider2.html" title="interface in com.cognos.CAM_AAA.authentication">INamespaceAuthenticationProvider2</a></td>
  172. <td class="colLast">
  173. <div class="block">Defines the interface to use for implementing an IBM Cognos custom
  174. authentication provider.</div>
  175. </td>
  176. </tr>
  177. <tr class="altColor">
  178. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/INamespaceAuthenticationProviderBase.html" title="interface in com.cognos.CAM_AAA.authentication">INamespaceAuthenticationProviderBase</a></td>
  179. <td class="colLast">
  180. <div class="block">Defines the base interface to use for implementing an IBM Cognos custom
  181. authentication provider.</div>
  182. </td>
  183. </tr>
  184. <tr class="rowColor">
  185. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/INamespaceConfiguration.html" title="interface in com.cognos.CAM_AAA.authentication">INamespaceConfiguration</a></td>
  186. <td class="colLast">
  187. <div class="block">Defines the interface to use for accessing an
  188. IBM Cognos namespace configuration.</div>
  189. </td>
  190. </tr>
  191. <tr class="altColor">
  192. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/INamespaceFolder.html" title="interface in com.cognos.CAM_AAA.authentication">INamespaceFolder</a></td>
  193. <td class="colLast">
  194. <div class="block">Defines the interface to use for implementing an
  195. IBM Cognos namespace folder.</div>
  196. </td>
  197. </tr>
  198. <tr class="rowColor">
  199. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/INamespaceTrustedSignonProvider.html" title="interface in com.cognos.CAM_AAA.authentication">INamespaceTrustedSignonProvider</a></td>
  200. <td class="colLast">
  201. <div class="block">Defines the interface to use for
  202. implementing an IBM Cognos trusted signon provider.</div>
  203. </td>
  204. </tr>
  205. <tr class="altColor">
  206. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/IProvider.html" title="interface in com.cognos.CAM_AAA.authentication">IProvider</a></td>
  207. <td class="colLast">
  208. <div class="block">Super interface for multitenancy custom providers, defines the common methods for custom providers for multitenant environments.</div>
  209. </td>
  210. </tr>
  211. <tr class="rowColor">
  212. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/IQuery.html" title="interface in com.cognos.CAM_AAA.authentication">IQuery</a></td>
  213. <td class="colLast">
  214. <div class="block">Defines the interface to use for implementing an IBM Cognos query.</div>
  215. </td>
  216. </tr>
  217. <tr class="altColor">
  218. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/IQueryOption.html" title="interface in com.cognos.CAM_AAA.authentication">IQueryOption</a></td>
  219. <td class="colLast">
  220. <div class="block">Describes the interface to use for accessing IBM Cognos query options.</div>
  221. </td>
  222. </tr>
  223. <tr class="rowColor">
  224. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/IQueryResult.html" title="interface in com.cognos.CAM_AAA.authentication">IQueryResult</a></td>
  225. <td class="colLast">
  226. <div class="block">Defines the interface to use for implementing an IBM Cognos query result.</div>
  227. </td>
  228. </tr>
  229. <tr class="altColor">
  230. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/IReadOnlyDisplayObject.html" title="interface in com.cognos.CAM_AAA.authentication">IReadOnlyDisplayObject</a></td>
  231. <td class="colLast">
  232. <div class="block">Defines the interface to use for implementing a
  233. read-only text object used in a form when prompting the user.</div>
  234. </td>
  235. </tr>
  236. <tr class="rowColor">
  237. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/IRedirectDisplayObject.html" title="interface in com.cognos.CAM_AAA.authentication">IRedirectDisplayObject</a></td>
  238. <td class="colLast">
  239. <div class="block">Defines the interface to use for implementing a redirect display object.</div>
  240. </td>
  241. </tr>
  242. <tr class="altColor">
  243. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/IRestorableVisa.html" title="interface in com.cognos.CAM_AAA.authentication">IRestorableVisa</a></td>
  244. <td class="colLast">
  245. <div class="block">Defines the interface for a version of an <a href="../../../../com/cognos/CAM_AAA/authentication/IVisa.html" title="interface in com.cognos.CAM_AAA.authentication"><code>IVisa</code></a> that can be
  246. restored in a failover scenario so that the users session is maintained
  247. without having to login again</div>
  248. </td>
  249. </tr>
  250. <tr class="rowColor">
  251. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/IRole.html" title="interface in com.cognos.CAM_AAA.authentication">IRole</a></td>
  252. <td class="colLast">
  253. <div class="block">Defines the interface to use for implementing an IBM Cognos role.</div>
  254. </td>
  255. </tr>
  256. <tr class="altColor">
  257. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/ISearchExpression.html" title="interface in com.cognos.CAM_AAA.authentication">ISearchExpression</a></td>
  258. <td class="colLast">
  259. <div class="block">Defines the interface to use for the interpreting
  260. the search expression contained in an IBM Cognos query.</div>
  261. </td>
  262. </tr>
  263. <tr class="rowColor">
  264. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/ISearchFilter.html" title="interface in com.cognos.CAM_AAA.authentication">ISearchFilter</a></td>
  265. <td class="colLast">
  266. <div class="block">Defines the interface to use for accessing the search
  267. filter contained in the search expression of an IBM Cognos query.</div>
  268. </td>
  269. </tr>
  270. <tr class="altColor">
  271. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/ISearchFilterConditionalExpression.html" title="interface in com.cognos.CAM_AAA.authentication">ISearchFilterConditionalExpression</a></td>
  272. <td class="colLast">
  273. <div class="block">Defines the interface to use for accessing a conditional expression.</div>
  274. </td>
  275. </tr>
  276. <tr class="rowColor">
  277. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/ISearchFilterFunctionCall.html" title="interface in com.cognos.CAM_AAA.authentication">ISearchFilterFunctionCall</a></td>
  278. <td class="colLast">
  279. <div class="block">Defines the interface to use for accessing a function call
  280. within a query search expression.</div>
  281. </td>
  282. </tr>
  283. <tr class="altColor">
  284. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/ISearchFilterRelationExpression.html" title="interface in com.cognos.CAM_AAA.authentication">ISearchFilterRelationExpression</a></td>
  285. <td class="colLast">
  286. <div class="block">Defines the interface to use for accessing a relation expression.</div>
  287. </td>
  288. </tr>
  289. <tr class="rowColor">
  290. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/ISearchStep.html" title="interface in com.cognos.CAM_AAA.authentication">ISearchStep</a></td>
  291. <td class="colLast">
  292. <div class="block">Defines the interface to use for accessing a search step.</div>
  293. </td>
  294. </tr>
  295. <tr class="altColor">
  296. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/ISelectOption.html" title="interface in com.cognos.CAM_AAA.authentication">ISelectOption</a></td>
  297. <td class="colLast">
  298. <div class="block">Defines the interface to use for implementing a
  299. selectable option for a single-select or multi-select display
  300. object.</div>
  301. </td>
  302. </tr>
  303. <tr class="rowColor">
  304. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/ISingleSelectDisplayObject.html" title="interface in com.cognos.CAM_AAA.authentication">ISingleSelectDisplayObject</a></td>
  305. <td class="colLast">
  306. <div class="block">Defines the interface to use for implementing a single selection display
  307. object.</div>
  308. </td>
  309. </tr>
  310. <tr class="altColor">
  311. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/ISortProperty.html" title="interface in com.cognos.CAM_AAA.authentication">ISortProperty</a></td>
  312. <td class="colLast">
  313. <div class="block">Defines the interface to be use for the interpretation of
  314. the sorting property for an IBM Cognos query.</div>
  315. </td>
  316. </tr>
  317. <tr class="rowColor">
  318. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/ITenantProvider.html" title="interface in com.cognos.CAM_AAA.authentication">ITenantProvider</a></td>
  319. <td class="colLast">
  320. <div class="block">Defines the interface for implementing a custom tenant identifier provider for use in a multi-tenant environment.</div>
  321. </td>
  322. </tr>
  323. <tr class="altColor">
  324. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/ITextDisplayObject.html" title="interface in com.cognos.CAM_AAA.authentication">ITextDisplayObject</a></td>
  325. <td class="colLast">
  326. <div class="block">Defines the interface to use for implementing a
  327. text object used in a form when prompting the user.</div>
  328. </td>
  329. </tr>
  330. <tr class="rowColor">
  331. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/ITextNoEchoDisplayObject.html" title="interface in com.cognos.CAM_AAA.authentication">ITextNoEchoDisplayObject</a></td>
  332. <td class="colLast">
  333. <div class="block">Defines the interface to use for implementing
  334. a display object that does not echo the entered text back to the user.</div>
  335. </td>
  336. </tr>
  337. <tr class="altColor">
  338. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/ITrustedCredential.html" title="interface in com.cognos.CAM_AAA.authentication">ITrustedCredential</a></td>
  339. <td class="colLast">
  340. <div class="block">ITrustedCredential describes the interface to be used for implementing an
  341. IBM Cognos trusted credential.</div>
  342. </td>
  343. </tr>
  344. <tr class="rowColor">
  345. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/ITrustedSignonRequest.html" title="interface in com.cognos.CAM_AAA.authentication">ITrustedSignonRequest</a></td>
  346. <td class="colLast">
  347. <div class="block">Defines the interface to use for modifying an
  348. IBM Cognos authentication request.</div>
  349. </td>
  350. </tr>
  351. <tr class="altColor">
  352. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/IUiClass.html" title="interface in com.cognos.CAM_AAA.authentication">IUiClass</a></td>
  353. <td class="colLast">
  354. <div class="block">Defines the common interface for IBM Cognos user interface objects.</div>
  355. </td>
  356. </tr>
  357. <tr class="rowColor">
  358. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/IVerifyTextNoEchoDisplayObject.html" title="interface in com.cognos.CAM_AAA.authentication">IVerifyTextNoEchoDisplayObject</a></td>
  359. <td class="colLast">
  360. <div class="block">Defines the interface to use for implementing
  361. a display object that does not echo the entered text back to the user.</div>
  362. </td>
  363. </tr>
  364. <tr class="altColor">
  365. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/IVisa.html" title="interface in com.cognos.CAM_AAA.authentication">IVisa</a></td>
  366. <td class="colLast">
  367. <div class="block">Defines the interface to be used for implementing a visa.</div>
  368. </td>
  369. </tr>
  370. </tbody>
  371. </table>
  372. </li>
  373. <li class="blockList">
  374. <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
  375. <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
  376. <tr>
  377. <th class="colFirst" scope="col">Class</th>
  378. <th class="colLast" scope="col">Description</th>
  379. </tr>
  380. <tbody>
  381. <tr class="altColor">
  382. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/HiddenDisplayObject.html" title="class in com.cognos.CAM_AAA.authentication">HiddenDisplayObject</a></td>
  383. <td class="colLast">
  384. <div class="block">A hidden display object is used in a form when prompting the user in
  385. order to maintain information between prompts.</div>
  386. </td>
  387. </tr>
  388. <tr class="rowColor">
  389. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/ISearchStep.SearchAxis.html" title="class in com.cognos.CAM_AAA.authentication">ISearchStep.SearchAxis</a></td>
  390. <td class="colLast">&nbsp;</td>
  391. </tr>
  392. <tr class="altColor">
  393. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/MultiSelectDisplayObject.html" title="class in com.cognos.CAM_AAA.authentication">MultiSelectDisplayObject</a></td>
  394. <td class="colLast">
  395. <div class="block">A display object that presents a set of selectable values to the user,
  396. where one or more entries can be chosen.</div>
  397. </td>
  398. </tr>
  399. <tr class="rowColor">
  400. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/QueryResult.html" title="class in com.cognos.CAM_AAA.authentication">QueryResult</a></td>
  401. <td class="colLast">&nbsp;</td>
  402. </tr>
  403. <tr class="altColor">
  404. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/ReadOnlyDisplayObject.html" title="class in com.cognos.CAM_AAA.authentication">ReadOnlyDisplayObject</a></td>
  405. <td class="colLast">
  406. <div class="block">A display object that presents a value that cannot be edited by the user.</div>
  407. </td>
  408. </tr>
  409. <tr class="rowColor">
  410. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/RedirectDisplayObject.html" title="class in com.cognos.CAM_AAA.authentication">RedirectDisplayObject</a></td>
  411. <td class="colLast">
  412. <div class="block">A redirect display object is used for redirecting the user agent to a
  413. URL.</div>
  414. </td>
  415. </tr>
  416. <tr class="altColor">
  417. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/SelectOption.html" title="class in com.cognos.CAM_AAA.authentication">SelectOption</a></td>
  418. <td class="colLast">
  419. <div class="block">Represents a value that the user can select.</div>
  420. </td>
  421. </tr>
  422. <tr class="rowColor">
  423. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/SingleSelectDisplayObject.html" title="class in com.cognos.CAM_AAA.authentication">SingleSelectDisplayObject</a></td>
  424. <td class="colLast">
  425. <div class="block">A display object that presents a list of selectable values to the
  426. user, where one entry can be chosen from list.</div>
  427. </td>
  428. </tr>
  429. <tr class="altColor">
  430. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/TextDisplayObject.html" title="class in com.cognos.CAM_AAA.authentication">TextDisplayObject</a></td>
  431. <td class="colLast">
  432. <div class="block">A display object that allows the user to type
  433. in information.</div>
  434. </td>
  435. </tr>
  436. <tr class="rowColor">
  437. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/TextNoEchoDisplayObject.html" title="class in com.cognos.CAM_AAA.authentication">TextNoEchoDisplayObject</a></td>
  438. <td class="colLast">
  439. <div class="block">A display object that allows the user to type in information.</div>
  440. </td>
  441. </tr>
  442. <tr class="altColor">
  443. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/VerifyTextNoEchoDisplayObject.html" title="class in com.cognos.CAM_AAA.authentication">VerifyTextNoEchoDisplayObject</a></td>
  444. <td class="colLast">
  445. <div class="block">A display object that does not echo the entered text back to the user.</div>
  446. </td>
  447. </tr>
  448. </tbody>
  449. </table>
  450. </li>
  451. <li class="blockList">
  452. <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Exception Summary table, listing exceptions, and an explanation">
  453. <caption><span>Exception Summary</span><span class="tabEnd">&nbsp;</span></caption>
  454. <tr>
  455. <th class="colFirst" scope="col">Exception</th>
  456. <th class="colLast" scope="col">Description</th>
  457. </tr>
  458. <tbody>
  459. <tr class="altColor">
  460. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/SystemRecoverableException.html" title="class in com.cognos.CAM_AAA.authentication">SystemRecoverableException</a></td>
  461. <td class="colLast">
  462. <div class="block">Indicates that the authentication failed but recovery is
  463. possible following interaction with the system.</div>
  464. </td>
  465. </tr>
  466. <tr class="rowColor">
  467. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/UnrecoverableException.html" title="class in com.cognos.CAM_AAA.authentication">UnrecoverableException</a></td>
  468. <td class="colLast">
  469. <div class="block">Indicates that something happened that interferes with the
  470. normal operation of a custom provider.</div>
  471. </td>
  472. </tr>
  473. <tr class="altColor">
  474. <td class="colFirst"><a href="../../../../com/cognos/CAM_AAA/authentication/UserRecoverableException.html" title="class in com.cognos.CAM_AAA.authentication">UserRecoverableException</a></td>
  475. <td class="colLast">
  476. <div class="block">Indicates that the authentication failed but recovery is
  477. possible following interaction with the user.</div>
  478. </td>
  479. </tr>
  480. </tbody>
  481. </table>
  482. </li>
  483. </ul>
  484. <a name="package.description">
  485. <!-- -->
  486. </a>
  487. <h2 title="Package com.cognos.CAM_AAA.authentication Description">Package com.cognos.CAM_AAA.authentication Description</h2>
  488. <div class="block">Provides classes and interfaces for writing an IBM Cognos custom authentication provider. This package contains three main groups of classes and interfaces:
  489. <p>
  490. <ul>
  491. <li>Interfaces for writing a custom authentication provider.
  492. <li>Interfaces for writing a trusted signon authentication provider.
  493. <li>Classes that provides a basic implementation for the interfaces that are needed when writing a provider.
  494. </ul>
  495. <p>
  496. <h2>Package Specification</h2>
  497. (none)
  498. <br></div>
  499. <dl>
  500. <dt><span class="simpleTagLabel">Since:</span></dt>
  501. <dd>1.1</dd>
  502. </dl>
  503. </div>
  504. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  505. <div role="navigation" title ="Bottom_NAVIGATION" aria-label ="Bottom Navigation Bar"/>
  506. <div class="bottomNav"><a name="navbar.bottom">
  507. <!-- -->
  508. </a>
  509. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  510. <a name="navbar.bottom.firstrow">
  511. <!-- -->
  512. </a>
  513. <ul class="navList" title="Navigation">
  514. <li><a href="../../../../com/cognos/CAM_AAA/authentication/package-summary.html">Package</a></li>
  515. <li>Class</li>
  516. <li><a href="package-tree.html">Tree</a></li>
  517. <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
  518. <li><a href="../../../../index-all.html">Index</a></li>
  519. <li><a href="../../../../help-doc.html">Help</a></li>
  520. </ul>
  521. </div>
  522. <div class="subNav">
  523. <ul class="navList">
  524. <li>Prev&nbsp;Package</li>
  525. <li>Next&nbsp;Package</li>
  526. </ul>
  527. <ul class="navList">
  528. <li><a href="../../../../index.html?com/cognos/CAM_AAA/authentication/package-summary.html" target="_top">Frames</a></li>
  529. <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
  530. </ul>
  531. <ul class="navList" id="allclasses_navbar_bottom">
  532. <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  533. </ul>
  534. <div>
  535. <script type="text/javascript"><!--
  536. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  537. if(window==top) {
  538. allClassesLink.style.display = "block";
  539. }
  540. else {
  541. allClassesLink.style.display = "none";
  542. }
  543. //-->
  544. </script>
  545. </div>
  546. <a name="skip.navbar.bottom">
  547. <!-- -->
  548. </a></div>
  549. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  550. </body>
  551. </html>