g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.core.auth.IAuthenticationTokenDescription

Packages that use IAuthenticationTokenDescription
eu.geclipse.core   
eu.geclipse.core.auth   
eu.geclipse.ui   
 

Uses of IAuthenticationTokenDescription in eu.geclipse.core
 

Methods in eu.geclipse.core that return types with arguments of type IAuthenticationTokenDescription
static java.util.List<IAuthenticationTokenDescription> Extensions.getRegisteredAuthTokenDescriptions()
          Get a list of all currently registered authentication token description.
 

Uses of IAuthenticationTokenDescription in eu.geclipse.core.auth
 

Methods in eu.geclipse.core.auth that return IAuthenticationTokenDescription
 IAuthenticationTokenDescription AuthTokenRequest.getDescription()
          Get the token description.
 IAuthenticationTokenDescription IAuthenticationToken.getDescription()
          Get the authentication token description that was used to create this token.
 IAuthenticationTokenDescription AbstractAuthenticationToken.getDescription()
           
 

Methods in eu.geclipse.core.auth with parameters of type IAuthenticationTokenDescription
 IAuthenticationToken AuthenticationTokenManager.createToken(IAuthenticationTokenDescription description)
          Create a new authentication token from the specified token description and adds it to the list of managed tokens.
 IAuthenticationToken AuthenticationTokenManager.findToken(IAuthenticationTokenDescription description)
          Searches for an authentication token that matches the specified description.
 boolean IAuthenticationTokenDescription.matches(IAuthenticationTokenDescription otherToken)
          Determine if this token matches the specified one.
 

Constructors in eu.geclipse.core.auth with parameters of type IAuthenticationTokenDescription
AbstractAuthenticationToken(IAuthenticationTokenDescription description)
          Construct a new AbstractAuthenticationToken from the specified IAuthenticationTokenDescription.
AuthTokenRequest(IAuthenticationTokenDescription description, java.lang.String requester, java.lang.String purpose)
          Create a new token request from the specified parameters.
 

Uses of IAuthenticationTokenDescription in eu.geclipse.ui
 

Methods in eu.geclipse.ui that return IAuthenticationTokenDescription
 IAuthenticationTokenDescription IAuthTokenUIFactory.getSupportedDescription()
          Get an IAuthenticationTokenDescription that represents the tokens and descriptions that are supported by this factory.
 

Methods in eu.geclipse.ui with parameters of type IAuthenticationTokenDescription
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.
 boolean UIAuthTokenProvider.showNewTokenWizard(java.lang.String tokenWizardId, boolean forceWizardId, IAuthenticationTokenDescription description)
          Show the new token wizard.
 


g-Eclipse
Release 1.0.0