## ## Velocity Template for expiring password view ## ## 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 ## rpUIContext - the context with 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 ## #set ($rpContext = $profileRequestContext.getSubcontext('net.shibboleth.idp.profile.context.RelyingPartyContext')) #springMessageText("idp.title", "Web Login Service")
#springMessageText(

#springMessageText("idp.impersonate.header", "Account Impersonation")

#set ($serviceName = $rpUIContext.serviceName) #if ($serviceName && !$rpContext.getRelyingPartyId().contains($serviceName)) $encoder.encodeForHTML($serviceName) #end #springMessageText("idp.impersonate.text", "Enter an account name to impersonate to this service or continue normally.")