Interface contracts of the web UI framework - authentication
The interface contracts for authentication defines the behavior expected in any implementation of 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 |
---|---|---|
ISCUIAuthenticationProvider | Defines the behavior expected in any implementation of authentication in an application. AuthenticationProvider
is plugged in to an application using the context parameter in web.xml:
The ISCUIAuthenticationProvider class extends the ISCUISessionAware class, which is a marker class that helps the ISCUIAuthenticationProvider class register itself to the HttpSessionListener implementation class. |
|