Uses of Class
com.metamatrix.platform.security.api.LogonResult

Packages that use LogonResult
com.metamatrix.common.comm.api   
com.metamatrix.common.comm.platform.socket.client   
com.metamatrix.platform.security.api   
org.teiid.transport   
 

Uses of LogonResult in com.metamatrix.common.comm.api
 

Methods in com.metamatrix.common.comm.api that return LogonResult
 LogonResult ServerConnection.getLogonResult()
           
 

Uses of LogonResult in com.metamatrix.common.comm.platform.socket.client
 

Methods in com.metamatrix.common.comm.platform.socket.client that return LogonResult
 LogonResult SocketServerConnection.getLogonResult()
           
 

Methods in com.metamatrix.common.comm.platform.socket.client with parameters of type LogonResult
 java.util.List<HostInfo> ServerDiscovery.getKnownHosts(LogonResult result, SocketServerInstance instance)
          Get the currently known hosts.
 java.util.List<HostInfo> UrlServerDiscovery.getKnownHosts(LogonResult result, SocketServerInstance instance)
           
 java.util.List<HostInfo> AdminApiServerDiscovery.getKnownHosts(LogonResult result, SocketServerInstance instance)
           
 

Uses of LogonResult in com.metamatrix.platform.security.api
 

Methods in com.metamatrix.platform.security.api that return LogonResult
 LogonResult ILogon.logon(java.util.Properties connectionProperties)
           
 

Uses of LogonResult in org.teiid.transport
 

Methods in org.teiid.transport that return LogonResult
 LogonResult LocalServerConnection.authenticate(java.util.Properties connProps)
           
 LogonResult LocalServerConnection.getLogonResult()
           
 LogonResult LogonImpl.logon(java.util.Properties connProps)
           
 



Copyright © 2009. All Rights Reserved.