g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.ui.IAuthTokenUIFactory

Packages that use IAuthTokenUIFactory
eu.geclipse.ui   
 

Uses of IAuthTokenUIFactory in eu.geclipse.ui
 

Classes in eu.geclipse.ui that implement IAuthTokenUIFactory
 class AbstractAuthTokenUIFactory
          Abstract implementation of the IAuthTokenUIFactory that provides methods for finding extensions of the authentication ui factory mechanism.
 

Methods in eu.geclipse.ui that return IAuthTokenUIFactory
static IAuthTokenUIFactory AbstractAuthTokenUIFactory.findFactory(IAuthenticationToken token)
          Find an IAuthTokenUIFactory that is able to provide UI elements for the specified authentication token.
static IAuthTokenUIFactory AbstractAuthTokenUIFactory.findFactory(IAuthenticationTokenDescription description)
          Find an IAuthTokenUIFactory that is able to provide UI elements for tokens described by the specified authentication token description.
 

Methods in eu.geclipse.ui that return types with arguments of type IAuthTokenUIFactory
static java.util.List<IAuthTokenUIFactory> Extensions.getRegisteredAuthTokenUIFactories()
          Get a list of all currently registered authentication token ui factories.
 


g-Eclipse
Release 1.0.0