org.teiid.transport
Interface ClientServiceRegistry

All Known Implementing Classes:
ClientServiceRegistryImpl, RuntimeEngineDeployer

public interface ClientServiceRegistry


Nested Class Summary
static class ClientServiceRegistry.Type
           
 
Method Summary
 AuthenticationType getAuthenticationType()
           
<T> T
getClientService(Class<T> iface)
           
 SecurityHelper getSecurityHelper()
           
 

Method Detail

getClientService

<T> T getClientService(Class<T> iface)
                   throws ComponentNotFoundException
Throws:
ComponentNotFoundException

getSecurityHelper

SecurityHelper getSecurityHelper()

getAuthenticationType

AuthenticationType getAuthenticationType()


Copyright © 2011. All Rights Reserved.