g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.core.security.ISecurityManager

Packages that use ISecurityManager
eu.geclipse.core.auth   
eu.geclipse.core.security   
eu.geclipse.ui.views   
 

Uses of ISecurityManager in eu.geclipse.core.auth
 

Classes in eu.geclipse.core.auth that implement ISecurityManager
 class AuthenticationTokenManager
          The AuthenticationTokenManager manages all types of authentication tokens.
 

Uses of ISecurityManager in eu.geclipse.core.security
 

Subinterfaces of ISecurityManager in eu.geclipse.core.security
 interface ICertificateManager
          Central certificate manager definition.
 

Classes in eu.geclipse.core.security that implement ISecurityManager
 class BaseSecurityManager
          Abstract implementation of the ISecurityManager that serves as a common base class for any concrete implementations.
 

Methods in eu.geclipse.core.security with parameters of type ISecurityManager
 void ISecurityManagerListener.contentChanged(ISecurityManager manager)
          If registered as listener to a security manager this method is called by the manager whenever its content changes.
 

Uses of ISecurityManager in eu.geclipse.ui.views
 

Methods in eu.geclipse.ui.views with parameters of type ISecurityManager
 void AuthTokenView.contentChanged(ISecurityManager manager)
           
 


g-Eclipse
Release 1.0.0