g-Eclipse
Release 1.0.0

eu.geclipse.core.security
Interface ISecurityManager

All Known Subinterfaces:
ICertificateManager
All Known Implementing Classes:
AuthenticationTokenManager, BaseSecurityManager

public interface ISecurityManager

A security manager is a container for security tokens.


Method Summary
 void addListener(ISecurityManagerListener l)
          Add a listener to this manager that is informed whenever the content of the manager changes.
 void removeListener(ISecurityManagerListener l)
          Remove a listener from the manager's internal list of listeners.
 

Method Detail

addListener

void addListener(ISecurityManagerListener l)
Add a listener to this manager that is informed whenever the content of the manager changes.

Parameters:
l - The listener to be added.

removeListener

void removeListener(ISecurityManagerListener l)
Remove a listener from the manager's internal list of listeners.

Parameters:
l - The listener to be removed.

g-Eclipse
Release 1.0.0