## ## Velocity Template for logout flow's starting view-state ## ## Velocity context will contain the following properties ## flowExecutionUrl - the form action location ## flowRequestContext - the Spring Web Flow RequestContext ## flowExecutionKey - the SWF execution key (this is built into the flowExecutionUrl) ## profileRequestContext - root of context tree ## logoutContext - context with SPSession details for logout operation ## multiRPContext - context with RelyingPartyContexts and possibly SP UI information from the metadata ## encoder - HTMLEncoder class ## request - HttpServletRequest ## response - HttpServletResponse ## environment - Spring Environment object for property resolution ## custom - arbitrary object injected by deployer ## #if ( $logoutContext and !$logoutContext.getSessionMap().isEmpty() ) #end #springMessageText("idp.title", "Web Login Service") ## #set ($referer = $request.getHeader("Referer")) #if ($referer.contains("openaire.eu/")) #elseif ($referer.contains("madgik.di.uoa.gr/")) #elseif ($referer.contains("scoobydoo.di.uoa.gr")) #else #end

You have been succesfully logged out