|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface ServletAuthenticationFilter
An Authentication provider implements this interface to signal that it has authentication filters that it wants the Servlet container to include during the authentication process.
| Method Summary | |
|---|---|
abstract Filter[] |
getServletAuthenticationFilters()Returns an ordered list of javax.servlet.Filters that will be executed during the authentication process of the Servlet container. |
| Method Detail |
|---|
Filter[] getServletAuthenticationFilters()
javax.servlet.Filters that will be executed during the authentication process of the Servlet container. The container may call this method multiple times to get multiple instances of the ServletAuthenticationFilter. On each call, this method should return a list of new instances of the filters.
|
Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||