IProvider.html 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  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:48:59 EDT 2022 -->
  6. <title>IProvider</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="IProvider";
  16. }
  17. }
  18. catch(err) {
  19. }
  20. //-->
  21. var methods = {"i0":6,"i1":6};
  22. var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
  23. var altColor = "altColor";
  24. var rowColor = "rowColor";
  25. var tableTab = "tableTab";
  26. var activeTableTab = "activeTableTab";
  27. </script>
  28. <noscript>
  29. <div>JavaScript is disabled on your browser.</div>
  30. </noscript>
  31. <!-- ========= START OF TOP NAVBAR ======= -->
  32. <div role="navigation" title ="TOP_Navigation" aria-label ="Top Navigation Bar"/>
  33. <div class="topNav"><a name="navbar.top">
  34. <!-- -->
  35. </a>
  36. <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
  37. <a name="navbar.top.firstrow">
  38. <!-- -->
  39. </a>
  40. <ul class="navList" title="Navigation">
  41. <li><a href="../../../../com/cognos/CAM_AAA/authentication/package-summary.html">Package</a></li>
  42. <li class="navBarCell1Rev">Class</li>
  43. <li><a href="package-tree.html">Tree</a></li>
  44. <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
  45. <li><a href="../../../../index-all.html">Index</a></li>
  46. <li><a href="../../../../help-doc.html">Help</a></li>
  47. </ul>
  48. </div>
  49. <div class="subNav">
  50. <ul class="navList">
  51. <li><a href="../../../../com/cognos/CAM_AAA/authentication/INamespaceTrustedSignonProvider.html" title="interface in com.cognos.CAM_AAA.authentication"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  52. <li><a href="../../../../com/cognos/CAM_AAA/authentication/IQuery.html" title="interface in com.cognos.CAM_AAA.authentication"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  53. </ul>
  54. <ul class="navList">
  55. <li><a href="../../../../index.html?com/cognos/CAM_AAA/authentication/IProvider.html" target="_top">Frames</a></li>
  56. <li><a href="IProvider.html" target="_top">No&nbsp;Frames</a></li>
  57. </ul>
  58. <ul class="navList" id="allclasses_navbar_top">
  59. <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  60. </ul>
  61. <div>
  62. <script type="text/javascript"><!--
  63. allClassesLink = document.getElementById("allclasses_navbar_top");
  64. if(window==top) {
  65. allClassesLink.style.display = "block";
  66. }
  67. else {
  68. allClassesLink.style.display = "none";
  69. }
  70. //-->
  71. </script>
  72. </div>
  73. <div>
  74. <ul class="subNavList">
  75. <li>Summary:&nbsp;</li>
  76. <li>Nested&nbsp;|&nbsp;</li>
  77. <li>Field&nbsp;|&nbsp;</li>
  78. <li>Constr&nbsp;|&nbsp;</li>
  79. <li><a href="#method.summary">Method</a></li>
  80. </ul>
  81. <ul class="subNavList">
  82. <li>Detail:&nbsp;</li>
  83. <li>Field&nbsp;|&nbsp;</li>
  84. <li>Constr&nbsp;|&nbsp;</li>
  85. <li><a href="#method.detail">Method</a></li>
  86. </ul>
  87. </div>
  88. <a name="skip.navbar.top">
  89. <!-- -->
  90. </a></div>
  91. <!-- ========= END OF TOP NAVBAR ========= -->
  92. <!-- ======== START OF CLASS DATA ======== -->
  93. <div role="main" title ="IProvider" aria-labelledby ="Header1"/>
  94. <div class="header">
  95. <div class="subTitle">com.cognos.CAM_AAA.authentication</div>
  96. <h2 title="Interface IProvider" class="title" id="Header1">Interface IProvider</h2>
  97. </div>
  98. <div class="contentContainer">
  99. <div class="description">
  100. <ul class="blockList">
  101. <li class="blockList">
  102. <dl>
  103. <dt>All Known Subinterfaces:</dt>
  104. <dd><a href="../../../../com/cognos/CAM_AAA/authentication/IBoundingSetProvider.html" title="interface in com.cognos.CAM_AAA.authentication">IBoundingSetProvider</a>, <a href="../../../../com/cognos/CAM_AAA/authentication/ITenantProvider.html" title="interface in com.cognos.CAM_AAA.authentication">ITenantProvider</a></dd>
  105. </dl>
  106. <hr>
  107. <br>
  108. <pre>public interface <span class="typeNameLabel">IProvider</span></pre>
  109. <div class="block">Super interface for multitenancy custom providers, defines the common methods for custom providers for multitenant environments. <br>
  110. During system startup <a href="../../../../com/cognos/CAM_AAA/authentication/IProvider.html#init-java.util.Map-java.lang.String-"><code>init(Map, String)</code></a> will be called once per configured instance. . The <a href="../../../../com/cognos/CAM_AAA/authentication/IProvider.html#destroy--"><code>destroy()</code></a> method
  111. will be called at system shutdown. It is possible that multiple instances of the provider are created for a single namespace,
  112. this occurs when more than one CAM AAA service exists on the machine.</div>
  113. <dl>
  114. <dt><span class="seeLabel">See Also:</span></dt>
  115. <dd><a href="../../../../com/cognos/CAM_AAA/authentication/IBoundingSetProvider.html" title="interface in com.cognos.CAM_AAA.authentication"><code>IBoundingSetProvider</code></a>,
  116. <a href="../../../../com/cognos/CAM_AAA/authentication/ITenantProvider.html" title="interface in com.cognos.CAM_AAA.authentication"><code>ITenantProvider</code></a></dd>
  117. </dl>
  118. </li>
  119. </ul>
  120. </div>
  121. <div class="summary">
  122. <ul class="blockList">
  123. <li class="blockList">
  124. <!-- ========== METHOD SUMMARY =========== -->
  125. <ul class="blockList">
  126. <li class="blockList"><a name="method.summary">
  127. <!-- -->
  128. </a>
  129. <h3>Method Summary</h3>
  130. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
  131. <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
  132. <tr>
  133. <th class="colFirst" scope="col">Modifier and Type</th>
  134. <th class="colLast" scope="col">Method and Description</th>
  135. </tr>
  136. <tr id="i0" class="altColor">
  137. <td class="colFirst"><code>void</code></td>
  138. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cognos/CAM_AAA/authentication/IProvider.html#destroy--">destroy</a></span>()</code>
  139. <div class="block">Destroys this <a href="../../../../com/cognos/CAM_AAA/authentication/IProvider.html" title="interface in com.cognos.CAM_AAA.authentication"><code>IProvider</code></a> and frees resources held by it.</div>
  140. </td>
  141. </tr>
  142. <tr id="i1" class="rowColor">
  143. <td class="colFirst"><code>void</code></td>
  144. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cognos/CAM_AAA/authentication/IProvider.html#init-java.util.Map-java.lang.String-">init</a></span>(java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;advancedConfigurations,
  145. java.lang.String&nbsp;namespaceId)</code>
  146. <div class="block">Initializes this <a href="../../../../com/cognos/CAM_AAA/authentication/IProvider.html" title="interface in com.cognos.CAM_AAA.authentication">IProvider</a>.</div>
  147. </td>
  148. </tr>
  149. </table>
  150. </li>
  151. </ul>
  152. </li>
  153. </ul>
  154. </div>
  155. <div class="details">
  156. <ul class="blockList">
  157. <li class="blockList">
  158. <!-- ============ METHOD DETAIL ========== -->
  159. <ul class="blockList">
  160. <li class="blockList"><a name="method.detail">
  161. <!-- -->
  162. </a>
  163. <h3>Method Detail</h3>
  164. <a name="destroy--">
  165. <!-- -->
  166. </a>
  167. <ul class="blockList">
  168. <li class="blockList">
  169. <h4>destroy</h4>
  170. <pre>void&nbsp;destroy()</pre>
  171. <div class="block">Destroys this <a href="../../../../com/cognos/CAM_AAA/authentication/IProvider.html" title="interface in com.cognos.CAM_AAA.authentication"><code>IProvider</code></a> and frees resources held by it. Called when the system is shutting down.</div>
  172. </li>
  173. </ul>
  174. <a name="init-java.util.Map-java.lang.String-">
  175. <!-- -->
  176. </a>
  177. <ul class="blockListLast">
  178. <li class="blockList">
  179. <h4>init</h4>
  180. <pre>void&nbsp;init(java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;advancedConfigurations,
  181. java.lang.String&nbsp;namespaceId)
  182. throws <a href="../../../../com/cognos/CAM_AAA/authentication/UnrecoverableException.html" title="class in com.cognos.CAM_AAA.authentication">UnrecoverableException</a></pre>
  183. <div class="block">Initializes this <a href="../../../../com/cognos/CAM_AAA/authentication/IProvider.html" title="interface in com.cognos.CAM_AAA.authentication">IProvider</a>. Called during system startup.</div>
  184. <dl>
  185. <dt><span class="paramLabel">Parameters:</span></dt>
  186. <dd><code>advancedConfigurations</code> - The advanced configuration properties defined in the system configuration.</dd>
  187. <dd><code>namespaceId</code> - The identifier of the namespace this <a href="../../../../com/cognos/CAM_AAA/authentication/IProvider.html" title="interface in com.cognos.CAM_AAA.authentication"><code>IProvider</code></a> is assigned to. Can be <code>null</code> in the case of
  188. this <a href="../../../../com/cognos/CAM_AAA/authentication/IProvider.html" title="interface in com.cognos.CAM_AAA.authentication">IProvider</a> being configured to be used for all namespaces.</dd>
  189. <dt><span class="throwsLabel">Throws:</span></dt>
  190. <dd><code><a href="../../../../com/cognos/CAM_AAA/authentication/UnrecoverableException.html" title="class in com.cognos.CAM_AAA.authentication">UnrecoverableException</a></code> - An exception occurred while initializing this <a href="../../../../com/cognos/CAM_AAA/authentication/IProvider.html" title="interface in com.cognos.CAM_AAA.authentication">IProvider</a>.</dd>
  191. </dl>
  192. </li>
  193. </ul>
  194. </li>
  195. </ul>
  196. </li>
  197. </ul>
  198. </div>
  199. </div>
  200. <!-- ========= END OF CLASS DATA ========= -->
  201. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  202. <div role="navigation" title ="Bottom_NAVIGATION" aria-label ="Bottom Navigation Bar"/>
  203. <div class="bottomNav"><a name="navbar.bottom">
  204. <!-- -->
  205. </a>
  206. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  207. <a name="navbar.bottom.firstrow">
  208. <!-- -->
  209. </a>
  210. <ul class="navList" title="Navigation">
  211. <li><a href="../../../../com/cognos/CAM_AAA/authentication/package-summary.html">Package</a></li>
  212. <li class="navBarCell1Rev">Class</li>
  213. <li><a href="package-tree.html">Tree</a></li>
  214. <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
  215. <li><a href="../../../../index-all.html">Index</a></li>
  216. <li><a href="../../../../help-doc.html">Help</a></li>
  217. </ul>
  218. </div>
  219. <div class="subNav">
  220. <ul class="navList">
  221. <li><a href="../../../../com/cognos/CAM_AAA/authentication/INamespaceTrustedSignonProvider.html" title="interface in com.cognos.CAM_AAA.authentication"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  222. <li><a href="../../../../com/cognos/CAM_AAA/authentication/IQuery.html" title="interface in com.cognos.CAM_AAA.authentication"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  223. </ul>
  224. <ul class="navList">
  225. <li><a href="../../../../index.html?com/cognos/CAM_AAA/authentication/IProvider.html" target="_top">Frames</a></li>
  226. <li><a href="IProvider.html" target="_top">No&nbsp;Frames</a></li>
  227. </ul>
  228. <ul class="navList" id="allclasses_navbar_bottom">
  229. <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  230. </ul>
  231. <div>
  232. <script type="text/javascript"><!--
  233. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  234. if(window==top) {
  235. allClassesLink.style.display = "block";
  236. }
  237. else {
  238. allClassesLink.style.display = "none";
  239. }
  240. //-->
  241. </script>
  242. </div>
  243. <div>
  244. <ul class="subNavList">
  245. <li>Summary:&nbsp;</li>
  246. <li>Nested&nbsp;|&nbsp;</li>
  247. <li>Field&nbsp;|&nbsp;</li>
  248. <li>Constr&nbsp;|&nbsp;</li>
  249. <li><a href="#method.summary">Method</a></li>
  250. </ul>
  251. <ul class="subNavList">
  252. <li>Detail:&nbsp;</li>
  253. <li>Field&nbsp;|&nbsp;</li>
  254. <li>Constr&nbsp;|&nbsp;</li>
  255. <li><a href="#method.detail">Method</a></li>
  256. </ul>
  257. </div>
  258. <a name="skip.navbar.bottom">
  259. <!-- -->
  260. </a></div>
  261. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  262. </body>
  263. </html>