## ## Velocity Template for Attended Startup Unlock Utility ## ## Velocity context will contain the following properties: ## flowRequestContext - the Spring Web Flow RequestContext ## request - HttpServletRequest ## response - HttpServletResponse ## profileRequestContext ## environment - Spring Environment object for property resolution ## custom - arbitrary object injected by deployer ## #set ($title = $springMacroRequestContext.getMessage("idp.title", "Web Login Service")) #set ($titleSuffix = $springMacroRequestContext.getMessage("idp.unlock-keys.title", "Attended Restart Key Unlock")) #set ($eventId = $profileRequestContext.getSubcontext("org.opensaml.profile.context.EventContext").getEvent()) #set ($state = $flowRequestContext.getCurrentState().getId()) $title - $titleSuffix
#springMessageText(

$title - $titleSuffix

#if ($state == "end") #springMessageText("idp.unlock-keys.complete", "The system is unlocked and ready for use.")

Validation Link

#else #if ($eventId == "InvalidMessage")

#springMessageText("idp.unlock-keys.error", "Unlock failed; check log for specific message.")



#end
#end