org.olat.login
Class AfterLoginInterceptionManager

java.lang.Object
  extended by org.olat.login.AfterLoginInterceptionManager

public class AfterLoginInterceptionManager
extends java.lang.Object

Used to manage a list of all Controllers to be presented afterLogin. Initial Date: 02.10.2009

Author:
Roman Haag, roman.haag@frentix.com, www.frentix.com

Constructor Summary
AfterLoginInterceptionManager()
           
 
Method Summary
 void addAfterLoginControllerConfig(AfterLoginConfig aLConf)
          appends one or more controllers to the list.
 boolean containsAnyController()
           
static AfterLoginInterceptionManager getInstance()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AfterLoginInterceptionManager

public AfterLoginInterceptionManager()
Method Detail

getInstance

public static AfterLoginInterceptionManager getInstance()

addAfterLoginControllerConfig

public void addAfterLoginControllerConfig(AfterLoginConfig aLConf)
appends one or more controllers to the list. Config should look like: true 10 org.olat.user:runonce.profile.intro

Parameters:
aLConf -

containsAnyController

public boolean containsAnyController()