WebContext

!include includes/skins.iuml
skinparam backgroundColor #FFFFFF
skinparam componentStyle uml2
!include target/rst/in/group___web_context.iuml

This component extends the general context for the entire system in an HTTP context based on a web session. When the system is a web application, it provides an HTTP context (Terradue.Portal.IfyWebContext with session, request, content-type). For instance, it allows the general context to provide with the authentication of the user based on HTTP request information (e.g. SSO headers).

“”

Dependencies

  • Context is extended by WebContext for HTTP based system