g-Eclipse
Release 1.0.0

eu.geclipse.ui.wizards
Class GenericConnectionTokenValidator

java.lang.Object
  extended by eu.geclipse.ui.wizards.GenericConnectionTokenValidator
All Implemented Interfaces:
IConnectionTokenValidator

public class GenericConnectionTokenValidator
extends java.lang.Object
implements IConnectionTokenValidator


Field Summary
 
Fields inherited from interface eu.geclipse.ui.wizards.IConnectionTokenValidator
AUTHORITY_TOKEN, FRAGMENT_TOKEN, HOST_TOKEN, PATH_TOKEN, PORT_TOKEN, QUERY_TOKEN, SCHEME_SPEC_TOKEN, URI_TOKEN, USER_INFO_TOKEN
 
Constructor Summary
GenericConnectionTokenValidator()
           
 
Method Summary
 java.lang.String validateToken(java.lang.String tokenID, java.lang.String tokenValue)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericConnectionTokenValidator

public GenericConnectionTokenValidator()
Method Detail

validateToken

public java.lang.String validateToken(java.lang.String tokenID,
                                      java.lang.String tokenValue)
Specified by:
validateToken in interface IConnectionTokenValidator

g-Eclipse
Release 1.0.0