1 00:00:00,090 --> 00:00:05,610 So now let's try to revise what we are discussing this and that filter section, firstly, we discussed 2 00:00:05,610 --> 00:00:12,060 about the importance of filters in spring security, how spring security framework, it's all built 3 00:00:12,060 --> 00:00:18,930 on filters and chain of filters and the scenarios where we should write our own custom filters like 4 00:00:18,930 --> 00:00:27,090 to handle input, validation, logging, auditing, tracing and posting the data into the database that 5 00:00:27,240 --> 00:00:35,160 we also discussed on how to implement our own custom filter by implementing filter interface from Java 6 00:00:35,160 --> 00:00:42,470 extorts our package, followed by how to inject our own custom filters into spring security filter chain 7 00:00:42,660 --> 00:00:47,570 by leveraging three methods, add filters before our filter after add filter. 8 00:00:47,580 --> 00:00:54,900 And lastly, we also discussed the importance of generic filtering and once particular, filter abstract 9 00:00:54,900 --> 00:01:01,290 classes inside the spring security framework and how to leverage them while we are building our own 10 00:01:01,290 --> 00:01:02,280 custom filters. 11 00:01:02,370 --> 00:01:09,750 With this, we have discussed a lot about filters in spring security, assuming you also got expertize 12 00:01:09,750 --> 00:01:16,980 of implementing your own custom filters as per your application needs and how to inject them into spring 13 00:01:16,980 --> 00:01:18,000 security filter. 14 00:01:18,040 --> 00:01:23,880 Jane, I'm also attaching the source code that we have discussed in this section to this. 15 00:01:24,150 --> 00:01:28,680 Will you please download it and compare with the changes that we have done? 16 00:01:28,680 --> 00:01:33,850 And for any questions or issues, please post them in the Q&A section. 17 00:01:33,870 --> 00:01:34,350 Thank you. 18 00:01:34,350 --> 00:01:36,330 And see you in that next section by.