de.iai.ilcd.webgui.controller.admin
Class ActivationHandler

java.lang.Object
  extended by de.iai.ilcd.webgui.controller.admin.ActivationHandler

public class ActivationHandler
extends java.lang.Object


Constructor Summary
ActivationHandler()
          Create the handler
 
Method Summary
 java.lang.String getActivationKey()
          Get the current activation key
 java.lang.String getUserName()
          Get the user name of the current user
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivationHandler

public ActivationHandler()
Create the handler

Method Detail

getActivationKey

public java.lang.String getActivationKey()
Get the current activation key

Returns:
current activation key

getUserName

public java.lang.String getUserName()
Get the user name of the current user

Returns:
user name of the current user