edu.mayo.informatics.lexgrid.convert.formats.inputFormats
Class LexGridLDAP
java.lang.Object
edu.mayo.informatics.lexgrid.convert.formats.baseFormats.CommonBase
edu.mayo.informatics.lexgrid.convert.formats.baseFormats.LDAPBase
edu.mayo.informatics.lexgrid.convert.formats.inputFormats.LexGridLDAP
- All Implemented Interfaces:
- InputFormatInterface
- Direct Known Subclasses:
- LexGridLDAPSWT
public class LexGridLDAP
- extends LDAPBase
- implements InputFormatInterface
Details for connecting to LDAP.
- Version:
- subversion $Revision: 7198 $ checked in on $Date: 2008-02-15
18:08:36 +0000 (Fri, 15 Feb 2008) $
- Author:
- Dan Armbrust
Constructor Summary |
LexGridLDAP()
|
LexGridLDAP(java.lang.String username,
java.lang.String password,
java.lang.String host,
int port,
java.lang.String service)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LexGridLDAP
public LexGridLDAP(java.lang.String username,
java.lang.String password,
java.lang.String host,
int port,
java.lang.String service)
LexGridLDAP
public LexGridLDAP()
getSupportedOutputFormats
public java.lang.String[] getSupportedOutputFormats()
- Description copied from interface:
InputFormatInterface
- Get the supported Output formats for this input format.
- Specified by:
getSupportedOutputFormats
in interface InputFormatInterface
- Returns:
getOptions
public Option[] getOptions()
- Description copied from interface:
InputFormatInterface
- Get the additional options that must be supplied before the reading can
happen.
- Specified by:
getOptions
in interface InputFormatInterface
- Returns:
getAvailableTerminologies
public java.lang.String[] getAvailableTerminologies()
throws ConnectionFailure,
UnexpectedError
- Specified by:
getAvailableTerminologies
in interface InputFormatInterface
- Throws:
ConnectionFailure
UnexpectedError