Uses of Interface
com.metamatrix.platform.security.membership.service.AuthenticationToken

Packages that use AuthenticationToken
com.metamatrix.platform.security.api.service   
com.metamatrix.platform.security.membership.service   
 

Uses of AuthenticationToken in com.metamatrix.platform.security.api.service
 

Methods in com.metamatrix.platform.security.api.service that return AuthenticationToken
 AuthenticationToken MembershipServiceInterface.authenticateUser(java.lang.String username, Credentials credential, java.io.Serializable trustePayload, java.lang.String applicationName)
          Authenticate a user with the specified username and credential for use with the specified application.
 

Uses of AuthenticationToken in com.metamatrix.platform.security.membership.service
 

Classes in com.metamatrix.platform.security.membership.service that implement AuthenticationToken
 class FailedAuthenticationToken
          FailedAuthenticationToken
 class SuccessfulAuthenticationToken
          SuccessfulAuthenticationToken.
 

Methods in com.metamatrix.platform.security.membership.service that return AuthenticationToken
 AuthenticationToken MembershipServiceImpl.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.
 



Copyright © 2009. All Rights Reserved.