Class that holds the properties to access a XNAT server.
>>> interface = Interface( server='http://central.xnat.org:8080', user='login', password='pwd', datastore='/tmp' )
pyxnat.SearchManager
pyxnat.CacheManager