Advertisement
Guest User

Untitled

a guest
Nov 3rd, 2011
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.70 KB | None | 0 0
  1. Bypassed interceptors :
  2. -----------------------
  3.  
  4. * In AuthenticationInterceptor.bind(), modify operation :
  5. NormalizationInterceptor
  6. AuthenticationInterceptor
  7. referralInterceptor
  8. AciAuthorizationInterceptor
  9. DefaultAuthorizationInterceptor
  10. +AdministrativePointInterceptor
  11. ExceptionInterceptor
  12. OperationalAttributeInterceptor
  13. keyDerivationInterceptor
  14. SchemaInterceptor
  15. CollectiveAttributeInterceptor
  16. SubentryInterceptor
  17. EventInterceptor
  18. TriggerInterceptor
  19.  
  20. * in SimpleAuthenticator.lookupUserPassword, lookup operation :
  21. NormalizationInterceptor
  22. AuthenticationInterceptor
  23. referralInterceptor
  24. AciAuthorizationInterceptor
  25. DefaultAuthorizationInterceptor
  26. +AdministrativePointInterceptor
  27. ExceptionInterceptor
  28. OperationalAttributeInterceptor
  29. keyDerivationInterceptor
  30. SchemaInterceptor
  31. CollectiveAttributeInterceptor
  32. SubentryInterceptor
  33. EventInterceptor
  34. TriggerInterceptor
  35.  
  36. * in ACDFEngine.hasPermission, lookup operation :
  37. NormalizationInterceptor
  38. AuthenticationInterceptor
  39. AciAuthorizationInterceptor
  40. DefaultAuthorizationInterceptor
  41. AdministrativePointInterceptor
  42. OperationalAttributeInterceptor
  43. SchemaInterceptor
  44. SubentryInterceptor
  45. EventInterceptor
  46. TriggerInterceptor
  47.  
  48. * in MaxImmSubFilter.getImmSubCount, search operation :
  49. NormalizationInterceptor
  50. AuthenticationInterceptor
  51. referralInterceptor
  52. AciAuthorizationInterceptor
  53. DefaultAuthorizationInterceptor
  54. +AdministrativePointInterceptor
  55. exceptionInterceptor
  56. OperationalAttributeInterceptor
  57. keyDerivationInterceptor
  58. passwordHashingInterceptor
  59. SchemaInterceptor
  60. collectiveAttributeInterceptor
  61. SubentryInterceptor
  62. EventInterceptor
  63. triggerInterceptor
  64.  
  65. * in SchemaSubentryModifier.[add, addSchemaObject, deleteSchemaObject, delete], add, delete, operation
  66. AuthenticationInterceptor
  67. AciAuthorizationInterceptor
  68. DefaultAuthorizationInterceptor
  69. ExceptionInterceptor
  70. SchemaInterceptor
  71.  
  72. * in KeyDerivationInterceptor.lookupPrincipalAttributes
  73. NormalizationInterceptor
  74. AuthenticationInterceptor
  75. ReferralInterceptor
  76. AciAuthorizationInterceptor
  77. DefaultAuthorizationInterceptor
  78. +AdministrativePointInterceptor
  79. ExceptionInterceptor
  80. OperationalAttributeInterceptor
  81. keyDerivationInterceptor
  82. passwordHashingInterceptor
  83. SchemaInterceptor
  84. CollectiveAttributeInterceptor
  85. SubentryInterceptor
  86. EventInterceptor
  87. TriggerInterceptor
  88.  
  89. * ByPassConstants.LOOKUP_BYPASS
  90. NormalizationInterceptor
  91. AuthenticationInterceptor
  92. referralInterceptor
  93. AciAuthorizationInterceptor
  94. DefaultAuthorizationInterceptor
  95. ReferralInterceptor
  96. ChangeLogInterceptor
  97. OperationalAttributeInterceptor
  98. SchemaInterceptor
  99. SubentryInterceptor
  100. EventInterceptor
  101. TriggerInterceptor
  102. JournalInterceptor
  103.  
  104. * ByPassConstants.HAS_ENTRY_BYPASS
  105. NormalizationInterceptor
  106. AuthenticationInterceptor
  107. referralInterceptor
  108. AciAuthorizationInterceptor
  109. DefaultAuthorizationInterceptor
  110. ExceptionInterceptor
  111. OperationalAttributeInterceptor
  112. keyDerivationInterceptor
  113. passwordHashingInterceptor
  114. SchemaInterceptor
  115. collectiveAttributeInterceptor
  116. SubentryInterceptor
  117. EventInterceptor
  118. triggerInterceptor
  119. +JournalInterceptor
  120.  
  121. * ByPassConstants.LOOKUP_COLLECTIVE_BYPASS
  122. NormalizationInterceptor
  123. AuthenticationInterceptor
  124. referralInterceptor
  125. AciAuthorizationInterceptor
  126. DefaultAuthorizationInterceptor
  127. exceptionInterceptor
  128. OperationalAttributeInterceptor
  129. keyDerivationInterceptor
  130. passwordHashingInterceptor
  131. SchemaInterceptor
  132. CollectiveAttributeInterceptor
  133. SubentryInterceptor
  134. EventInterceptor
  135. +JournalInterceptor
  136.  
  137. * ByPassConstants.GETMATCHEDDN_BYPASS
  138. normalizationInterceptor
  139. AuthenticationInterceptor
  140. referralInterceptor
  141. AciAuthorizationInterceptor
  142. DefaultAuthorizationInterceptor
  143. exceptionInterceptor
  144. OperationalAttributeInterceptor
  145. keyDerivationInterceptor
  146. passwordHashingInterceptor
  147. SchemaInterceptor
  148. collectiveAttributeInterceptor
  149. SubentryInterceptor
  150. EventInterceptor
  151. triggerInterceptor
  152. +JournalInterceptor
  153.  
  154. * ByPassConstants.LOOKUP_EXCLUDING_OPR_ATTRS_BYPASS
  155. NormalizationInterceptor
  156. AuthenticationInterceptor
  157. referralInterceptor
  158. AciAuthorizationInterceptor
  159. DefaultAuthorizationInterceptor
  160. exceptionInterceptor
  161. operationalAttributeInterceptor
  162. keyDerivationInterceptor
  163. passwordHashingInterceptor
  164. SchemaInterceptor
  165. collectiveAttributeInterceptor
  166. SubentryInterceptor
  167. EventInterceptor
  168. TriggerInterceptor
  169. +JournalInterceptor
  170.  
  171. * ByPassConstants.GET_ROOT_DSE_BYPASS
  172. NormalizationInterceptor
  173. authenticationInterceptor
  174. referralInterceptor
  175. +ChangeLogInterceptor
  176. AciAuthorizationInterceptor
  177. DefaultAuthorizationInterceptor
  178. ExceptionInterceptor
  179. OperationalAttributeInterceptor
  180. keyDerivationInterceptor
  181. passwordHashingInterceptor
  182. SchemaInterceptor
  183. CollectiveAttributeInterceptor
  184. SubentryInterceptor
  185. EventInterceptor
  186. TriggerInterceptor
  187. +JournalInterceptor
  188.  
  189. * ByPassConstants.SCHEMA_MODIFICATION_ATTRIBUTES_UPDATE_BYPASS
  190. NormalizationInterceptor
  191. authenticationInterceptor
  192. referralInterceptor
  193. AciAuthorizationInterceptor
  194. DefaultAuthorizationInterceptor
  195. ExceptionInterceptor
  196. operationalAttributeInterceptor
  197. keyDerivationInterceptor
  198. passwordHashingInterceptor
  199. SchemaInterceptor
  200. CollectiveAttributeInterceptor
  201. subentryInterceptor
  202. eventInterceptor
  203. triggerInterceptor
  204. +JournalInterceptor
  205.  
  206. add with bypass :
  207. =================
  208. in SchemaSubentryModifier.add :
  209. AuthenticationInterceptor
  210. AciAuthorizationInterceptor
  211. DefaultAuthorizationInterceptor
  212. ExceptionInterceptor
  213. SchemaInterceptor
  214.  
  215. delete with bypass :
  216. ====================
  217. in SchemaSubentryModifier.delete :
  218. AuthenticationInterceptor
  219. AciAuthorizationInterceptor
  220. DefaultAuthorizationInterceptor
  221. ExceptionInterceptor
  222. SchemaInterceptor
  223.  
  224. hasEntry with bypass :
  225. ======================
  226. never used
  227.  
  228. lookup with bypass :
  229. ====================
  230. in SchemaPartition.move, ByPassConstants.LOOKUP_BYPASS
  231.  
  232. in SchemaPartition.moveAndRename, ByPassConstants.LOOKUP_BYPASS
  233.  
  234. in AciAuthorizationInterceptor :
  235. addPerscriptiveAciTuples, ByPassConstants.LOOKUP_BYPASS
  236. addSubentryAciTuples, ByPassConstants.LOOKUP_BYPASS
  237. hasEntry, ByPassConstants.HAS_ENTRY_BYPASS
  238. modify, ByPassConstants.LOOKUP_BYPASS
  239. move, ByPassConstants.LOOKUP_EXCLUDING_OPR_ATTRS_BYPASS
  240. moveAndRename, ByPassConstants.LOOKUP_EXCLUDING_OPR_ATTRS_BYPASS
  241.  
  242. in ACDFEngine.hasPermission
  243. NormalizationInterceptor
  244. AuthenticationInterceptor
  245. AciAuthorizationInterceptor
  246. DefaultAuthorizationInterceptor
  247. AdministrativePointInterceptor
  248. OperationalAttributeInterceptor
  249. SchemaInterceptor
  250. SubentryInterceptor
  251. EventInterceptor
  252. TriggerInterceptor
  253.  
  254. in ChangeLogInterceptor.getAttributes, ByPassConstants.LOOKUP_BYPASS
  255.  
  256. in CollectiveAttributeInterceptor.addCollectiveAttributes, ByPassConstants.LOOKUP_COLLECTIVE_BYPASS
  257.  
  258. in EventInterceptor :
  259. modify, ByPassConstants.LOOKUP_BYPASS
  260. rename, ByPassConstants.LOOKUP_BYPASS
  261.  
  262. in ExceptionInterceptor.add, ByPassConstants.LOOKUP_BYPASS
  263.  
  264. in SubentryInterceptor.checkAdministrativeRole, ByPassConstants.LOOKUP_BYPASS
  265.  
  266. in AbstractStoredProcedureParameterInjector.$ldapContextInjector, ByPassConstants.LOOKUP_BYPASS
  267.  
  268. in DeleteStoredProcedureParameterInjector.getDeletedEntry, ByPassConstants.LOOKUP_EXCLUDING_OPR_ATTRS_BYPASS
  269.  
  270. in ModifyStoredProcedureParameterInjector.getEntry, ByPassConstants.LOOKUP_EXCLUDING_OPR_ATTRS_BYPASS
  271.  
  272. in TriggerInterceptor :
  273. addPrescriptiveTriggerSpecs, ByPassConstants.LOOKUP_BYPASS
  274. move, ByPassConstants.LOOKUP_EXCLUDING_OPR_ATTRS_BYPASS
  275. moveAndRename, ByPassConstants.LOOKUP_EXCLUDING_OPR_ATTRS_BYPASS
  276.  
  277. modify with bypass :
  278. ====================
  279. in SchemaPartition.updateSchemaModificationAttributes, ByPassConstants.SCHEMA_MODIFICATION_ATTRIBUTES_UPDATE_BYPASS
  280.  
  281.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement