g-Eclipse
Release 1.0.0

eu.geclipse.core.security
Class BaseSecurityManager

java.lang.Object
  extended by eu.geclipse.core.security.BaseSecurityManager
All Implemented Interfaces:
ISecurityManager
Direct Known Subclasses:
AuthenticationTokenManager

public abstract class BaseSecurityManager
extends java.lang.Object
implements ISecurityManager

Abstract implementation of the ISecurityManager that serves as a common base class for any concrete implementations.


Constructor Summary
BaseSecurityManager()
           
 
Method Summary
 void addListener(ISecurityManagerListener l)
          Add a listener to this manager that is informed whenever the content of the manager changes.
 void fireContentChanged()
          Notify all registered listeners that the content of this manager has changed.
 void removeListener(ISecurityManagerListener l)
          Remove a listener from the manager's internal list of listeners.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseSecurityManager

public BaseSecurityManager()
Method Detail

addListener

public void addListener(ISecurityManagerListener l)
Description copied from interface: ISecurityManager
Add a listener to this manager that is informed whenever the content of the manager changes.

Specified by:
addListener in interface ISecurityManager
Parameters:
l - The listener to be added.

removeListener

public void removeListener(ISecurityManagerListener l)
Description copied from interface: ISecurityManager
Remove a listener from the manager's internal list of listeners.

Specified by:
removeListener in interface ISecurityManager
Parameters:
l - The listener to be removed.

fireContentChanged

public void fireContentChanged()
Notify all registered listeners that the content of this manager has changed.


g-Eclipse
Release 1.0.0