@Override
 protected void initialize(String serviceName) {
   HttpServletRequest req = RequestManager.getRequestContext().getRequest();
   String location = req.getParameter("Location");
   if (isNotBlank(location)) {
     setPageSessionAttribute(CURRENT_REALM, hexToString(location));
   }
   super.initialize(serviceName);
 }
Esempio n. 2
0
 protected void initialize() {
   super.initialize();
   createPropertyModel();
   createPageTitleModel();
   registerChildren();
 }