at.gv.egiz.moodle.eidconnector.webapp.util
Class WebAppUtil

java.lang.Object
  extended by at.gv.egiz.moodle.eidconnector.webapp.util.WebAppUtil

public final class WebAppUtil
extends Object

Author:
AT-TUG (Thomas Knall)

Method Summary
static void addServiceHeader(HttpServletResponse response)
           
static String calculateDigestFromEIdentifier(String eIdentifier)
           
static void cleanUpSession(HttpSession httpSession)
           
static String replaceI18N(String text, HttpServletRequest request)
           
static String saveGetMessage(String key, ResourceBundle bundle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

cleanUpSession

public static void cleanUpSession(HttpSession httpSession)

calculateDigestFromEIdentifier

public static String calculateDigestFromEIdentifier(String eIdentifier)
                                             throws NoSuchAlgorithmException,
                                                    UnsupportedEncodingException
Throws:
NoSuchAlgorithmException
UnsupportedEncodingException

saveGetMessage

public static String saveGetMessage(String key,
                                    ResourceBundle bundle)

replaceI18N

public static String replaceI18N(String text,
                                 HttpServletRequest request)

addServiceHeader

public static void addServiceHeader(HttpServletResponse response)


Copyright 2009 EGIZ. All Rights Reserved.