| 1. |
How Authentication Is Handled In Filenet P8? |
|
Answer» Authentication is a process of checking if the user entered credentials are correct. FileNet P8 uses two different standards for authentication:
When the Content Engine server receives a web service request, the Content Engine Web Service Listener extracts the WS-Security header and performs a JAAS login based on its CONTENTS. If this JAAS login is SUCCESSFUL, then the Web service listener passes the request onto the Content Engine EJB layer within the EJB container. Authentication is a process of checking if the user entered credentials are correct. FileNet P8 uses two different standards for authentication: When the Content Engine server receives a web service request, the Content Engine Web Service Listener extracts the WS-Security header and performs a JAAS login based on its contents. If this JAAS login is successful, then the Web service listener passes the request onto the Content Engine EJB layer within the EJB container. |
|