Uses of Class
com.metamatrix.platform.security.api.service.SuccessfulAuthenticationToken

Packages that use SuccessfulAuthenticationToken
com.metamatrix.platform.security.membership.spi   
com.metamatrix.platform.security.membership.spi.file   
com.metamatrix.platform.security.membership.spi.ldap   
 

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

Methods in com.metamatrix.platform.security.membership.spi that return SuccessfulAuthenticationToken
 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 SuccessfulAuthenticationToken in com.metamatrix.platform.security.membership.spi.file
 

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

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

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



Copyright © 2009. All Rights Reserved.