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

Packages that use LogonException
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   
org.teiid.transport   
 

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 org.teiid.transport
 

Methods in org.teiid.transport that throw LogonException
 LogonResult LogonImpl.logon(java.util.Properties connProps)
           
 



Copyright © 2009. All Rights Reserved.