Interface ClientServiceRegistry

    • Method Detail

      • getClientService

        <T> T getClientService​(Class<T> iface)
                        throws org.teiid.core.ComponentNotFoundException
        Throws:
        org.teiid.core.ComponentNotFoundException
      • getSecurityHelper

        org.teiid.security.SecurityHelper getSecurityHelper()
      • getAuthenticationType

        @Deprecated
        org.teiid.net.socket.AuthenticationType getAuthenticationType()
        Deprecated.
        Provides the authentication type for pre-8.7 JDBC clients.
        Returns:
      • waitForFinished

        void waitForFinished​(org.teiid.vdb.runtime.VDBKey vdbKey,
                             int timeOutMillis)
                      throws org.teiid.net.ConnectionException
        Throws:
        org.teiid.net.ConnectionException
      • getCallerClassloader

        ClassLoader getCallerClassloader()