org.sakaiproject.delegatedaccess.logic
Class DelegatedAccessObserver
java.lang.Object
org.sakaiproject.delegatedaccess.logic.DelegatedAccessObserver
- All Implemented Interfaces:
- Observer
public class DelegatedAccessObserver
- extends Object
- implements Observer
This is an Observer for Delegated Access. It listens for a user to login and checks
if they have any delegated access. If so, then it populates the user's session with
the access information.
- Author:
- Bryan Holladay (holladay@longsight.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DelegatedAccessObserver
public DelegatedAccessObserver()
init
public void init()
update
public void update(Observable arg0,
Object arg)
- Specified by:
update in interface Observer
Copyright © 2003-2012 Sakai Project. All Rights Reserved.