Weblogic11g: Servlet Authentication Filters

Overview

* Performs pre- and post-processing for authentication functions, including identity assertion.
* Is a special type of security provider that primarily acts as a “helper” to an Authentication provider.
* Bridges JAAS and servlet container

ServletAuthenticationFilter Interface

* Defines the security service provider interface (SSPI) for authentication filters that can be plugged in to WebLogic Server.
* Implemented as part of Authentication provider (particularly IdP) to signal that the Authentication provider has authentication filters that it wants the servlet container to invoke during the authentication process.

References

* Oracle® Fusion Middleware Developing Security Providers for Oracle WebLogic Server 11g Release 1 (10.3.1): Servlet Authentication Filters

This entry was posted in jaas, weblogic11g and tagged . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *


*

This site uses Akismet to reduce spam. Learn how your comment data is processed.