Uses of Class
com.metamatrix.api.exception.security.LogonException

Packages that use LogonException
com.metamatrix.common.comm.platform.socket.server   
com.metamatrix.console.connections   
com.metamatrix.platform.security.api   
com.metamatrix.platform.security.membership.spi   
com.metamatrix.platform.security.membership.spi.file   
com.metamatrix.platform.security.membership.spi.ldap   
com.metamatrix.soap.util   
 

Uses of LogonException in com.metamatrix.common.comm.platform.socket.server
 

Methods in com.metamatrix.common.comm.platform.socket.server that throw LogonException
 LogonResult LogonImpl.logon(java.util.Properties connProps)
           
 

Uses of LogonException in com.metamatrix.console.connections
 

Methods in com.metamatrix.console.connections that throw LogonException
 ServerConnection ConnectionInfo.login()
          Create a new ServerConnection.
 

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

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

Uses of LogonException in com.metamatrix.platform.security.membership.spi
 

Methods in com.metamatrix.platform.security.membership.spi that throw LogonException
 SuccessfulAuthenticationToken MembershipDomain.authenticateUser(java.lang.String username, Credentials credential, java.io.Serializable trustedPayload, java.lang.String applicationName)
          Authenticate a user with the specified username and credential for use with the specified application.
 

Uses of LogonException in com.metamatrix.platform.security.membership.spi.file
 

Methods in com.metamatrix.platform.security.membership.spi.file that throw LogonException
 SuccessfulAuthenticationToken FileMembershipDomain.authenticateUser(java.lang.String username, Credentials credential, java.io.Serializable trustedPayload, java.lang.String applicationName)
           
 

Uses of LogonException in com.metamatrix.platform.security.membership.spi.ldap
 

Methods in com.metamatrix.platform.security.membership.spi.ldap that throw LogonException
 SuccessfulAuthenticationToken LDAPMembershipDomain.authenticateUser(java.lang.String username, Credentials credential, java.io.Serializable trustedPayload, java.lang.String applicationName)
           
 

Uses of LogonException in com.metamatrix.soap.util
 

Methods in com.metamatrix.soap.util that throw LogonException
static java.util.List WebServiceUtil.getWSDLUrls(java.lang.String webScheme, java.lang.String webHost, java.lang.String webPort, java.lang.String appName, java.lang.String userName, java.lang.String password, MMServerInfo serverList)
          Returns a list of WSDLUrl objects that define WSDL for MetaMatrix Web Service VDBs.
 



Copyright © 2009. All Rights Reserved.