g-Eclipse
Release 1.0.0

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

Packages that use AuthenticationException
eu.geclipse.core.auth   
 

Uses of AuthenticationException in eu.geclipse.core.auth
 

Methods in eu.geclipse.core.auth that throw AuthenticationException
 IAuthenticationToken IAuthenticationTokenDescription.createToken()
          Create a token from this 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.
 void AuthenticationTokenManager.destroyToken(IAuthenticationToken token)
          Destroy the specified IAuthenticationToken.
 void IAuthenticationToken.setActive(boolean active)
          Either activates or deactivates this token.
 void AbstractAuthenticationToken.setActive(boolean active)
           
 void IAuthenticationToken.setActive(boolean active, IProgressMonitor progress)
          Either activates or deactivates this token.
 void IAuthenticationToken.validate()
          Tries to validate this token, i.e. reads the underlying files or tries to connect to specified authentication authorities in order to verify the settings that are needed to use/activate this token.
 void AbstractAuthenticationToken.validate()
           
 void IAuthenticationToken.validate(IProgressMonitor progress)
          Tries to validate this token, i.e. reads the underlying files or tries to connect to specified authentication authorities in order to verify the settings that are needed to use/activate this token.
 


g-Eclipse
Release 1.0.0