Uses of Class
org.eclipse.higgins.sync.to.AuthCredentialTO

Packages that use AuthCredentialTO
org.eclipse.higgins.sync.bean   
org.eclipse.higgins.sync.to   
org.eclipse.higgins.sync.utilities   
 

Uses of AuthCredentialTO in org.eclipse.higgins.sync.bean
 

Methods in org.eclipse.higgins.sync.bean with parameters of type AuthCredentialTO
 org.eclipse.higgins.user.login.UserAccount CardSyncFacadeBean.authenticate(AuthCredentialTO authCredentialTO)
          Authenticate user by AuthCredentialTO.
 AccessTokenTO CardSyncFacadeBean.createAccessToken(AuthCredentialTO authCredentialTO)
          Authenticate user and build AccessTokenEntity.
 

Uses of AuthCredentialTO in org.eclipse.higgins.sync.to
 

Subclasses of AuthCredentialTO in org.eclipse.higgins.sync.to
 class SelectorAuthCredentialTO
           
 class UsernamePasswordAuthCredentialTO
          UsernamePasswordAuthCredential transfer object.
 

Methods in org.eclipse.higgins.sync.to that return AuthCredentialTO
 AuthCredentialTO UserProfileTO.getAuthCredentialTO()
           
 

Methods in org.eclipse.higgins.sync.to with parameters of type AuthCredentialTO
 UserProfileTO UserProfileTO.setAuthCredentialTO(AuthCredentialTO authCredentialTO)
           
 

Uses of AuthCredentialTO in org.eclipse.higgins.sync.utilities
 

Methods in org.eclipse.higgins.sync.utilities with parameters of type AuthCredentialTO
static CallbackHandler SecureUtil.getCallbackHandler(AuthCredentialTO authCredentialTO)
          Create CallbackHandler depends on AuthCredentialTO.