Interface contracts of the underlying UI framework - post authentication
The interface contracts of the underlying UI framework define behavior for post-authentication in an application.
For more information, refer to the Java™ API documentation in your installation directory (<INSTALL_DIR>/xapidocs/core_javadocs).
Interface Contract | Description | Methods |
---|---|---|
ISCUIPostAuthenticationProvider | Defines the behavior expected in any implementation of authentication in an application. AuthenticationProvider
is plugged in to an application using the context parameter in the
web.xml file:
Multiple PostAuthenticationProviders can be set using the web.xml file. No order is maintained but if one PostAuthentication fails, the request is redirected to the URL in the forwarded page with the error. Multiple PostAuthenticationProviders are set using the web.xml param-name scui-post-authentication-provider. |
|