g-Eclipse
Release 1.0.0

Uses of Class
eu.geclipse.core.auth.AuthTokenRequest

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

Uses of AuthTokenRequest in eu.geclipse.core.auth
 

Methods in eu.geclipse.core.auth with parameters of type AuthTokenRequest
 IAuthenticationToken IAuthTokenProvider.requestToken(AuthTokenRequest request)
          Request an authentication token of the specified type.
 IAuthenticationToken CoreAuthTokenProvider.requestToken(AuthTokenRequest request)
           
static IAuthenticationToken AbstractAuthTokenProvider.staticRequestToken(AuthTokenRequest request)
          Static access method that calls the corresponding method of the token provider with the highest priority of all currently registered providers.
 

Uses of AuthTokenRequest in eu.geclipse.ui
 

Methods in eu.geclipse.ui with parameters of type AuthTokenRequest
 IAuthenticationToken UIAuthTokenProvider.requestToken(AuthTokenRequest request)
          Request an authentication token that fits the specified description.
 


g-Eclipse
Release 1.0.0