public interface UserStoreOperations extends StoreOperations
UserStoreClient operations.| Modifier and Type | Method and Description |
|---|---|
com.evernote.edam.userstore.AuthenticationResult |
authenticate(String username,
String password,
String consumerKey,
String consumerSecret,
boolean supportsTwoFactor)
Equivalent to
UserStoreClient.authenticate(String, String, String, String, boolean). |
com.evernote.edam.userstore.AuthenticationResult |
authenticateLongSession(String username,
String password,
String consumerKey,
String consumerSecret,
String deviceIdentifier,
String deviceDescription,
boolean supportsTwoFactor)
Equivalent to
UserStoreClient.authenticateLongSession(String, String, String, String, String, String, boolean). |
com.evernote.edam.userstore.AuthenticationResult |
authenticateToBusiness()
Equivalent to
UserStoreClient.authenticateToBusiness(). |
boolean |
checkVersion(String clientName,
short edamVersionMajor,
short edamVersionMinor)
Equivalent to
UserStoreClient.checkVersion(String, short, short). |
void |
completeTwoFactorAuthentication(String authenticationToken,
String oneTimeCode,
String deviceIdentifier,
String deviceDescription)
Equivalent to
UserStoreClient.completeTwoFactorAuthentication(String, String, String, String). |
com.evernote.edam.userstore.BootstrapInfo |
getBootstrapInfo(String locale)
Equivalent to
UserStoreClient.getBootstrapInfo(String). |
String |
getNoteStoreUrl()
Equivalent to
UserStoreClient.getNoteStoreUrl(). |
com.evernote.edam.type.PremiumInfo |
getPremiumInfo()
Equivalent to
UserStoreClient.getPremiumInfo(). |
com.evernote.edam.userstore.PublicUserInfo |
getPublicUserInfo(String username)
Equivalent to
UserStoreClient.getPublicUserInfo(String). |
com.evernote.edam.type.User |
getUser()
Equivalent to
UserStoreClient.getUser(). |
boolean |
isBusinessUser()
Equivalent to
UserStoreClient.isBusinessUser(). |
com.evernote.edam.userstore.AuthenticationResult |
refreshAuthentication()
Equivalent to
UserStoreClient.refreshAuthentication(). |
void |
revokeLongSession()
Equivalent to
UserStoreClient.revokeLongSession(). |
boolean isBusinessUser()
throws EvernoteException
UserStoreClient.isBusinessUser().EvernoteException - converted unchecked exceptionUserStoreClient.isBusinessUser()boolean checkVersion(String clientName, short edamVersionMajor, short edamVersionMinor) throws EvernoteException
UserStoreClient.checkVersion(String, short, short).EvernoteException - converted unchecked exceptionUserStoreClient.checkVersion(String, short, short),
UserStore.Client.checkVersion(String, short, short)com.evernote.edam.userstore.BootstrapInfo getBootstrapInfo(String locale) throws EvernoteException
UserStoreClient.getBootstrapInfo(String).EvernoteException - converted unchecked exceptionUserStoreClient.getBootstrapInfo(String),
UserStore.Client.getBootstrapInfo(String)com.evernote.edam.userstore.AuthenticationResult authenticate(String username, String password, String consumerKey, String consumerSecret, boolean supportsTwoFactor) throws EvernoteException
UserStoreClient.authenticate(String, String, String, String, boolean).EvernoteException - converted unchecked exceptionUserStoreClient.authenticate(String, String, String, String, boolean),
UserStore.Client.authenticate(String, String, String, String, boolean)com.evernote.edam.userstore.AuthenticationResult authenticateLongSession(String username, String password, String consumerKey, String consumerSecret, String deviceIdentifier, String deviceDescription, boolean supportsTwoFactor) throws EvernoteException
UserStoreClient.authenticateLongSession(String, String, String, String, String, String, boolean).EvernoteException - converted unchecked exceptionUserStoreClient.authenticateLongSession(String, String, String, String, String, String, boolean),
UserStore.Client.authenticateLongSession(String, String, String,
String, String, String, boolean)com.evernote.edam.userstore.AuthenticationResult authenticateToBusiness()
throws EvernoteException
UserStoreClient.authenticateToBusiness().EvernoteException - converted unchecked exceptionUserStoreClient.authenticateToBusiness(),
UserStore.Client.authenticateToBusiness(String)com.evernote.edam.userstore.AuthenticationResult refreshAuthentication()
throws EvernoteException
UserStoreClient.refreshAuthentication().EvernoteException - converted unchecked exceptionUserStoreClient.refreshAuthentication(),
UserStore.Client.refreshAuthentication(String)com.evernote.edam.type.User getUser()
throws EvernoteException
UserStoreClient.getUser().EvernoteException - converted unchecked exceptionUserStoreClient.getUser(),
UserStore.Client.getUser(String)com.evernote.edam.userstore.PublicUserInfo getPublicUserInfo(String username) throws EvernoteException
UserStoreClient.getPublicUserInfo(String).EvernoteException - converted unchecked exceptionUserStoreClient.getPublicUserInfo(String),
UserStore.Client.getPublicUserInfo(String)com.evernote.edam.type.PremiumInfo getPremiumInfo()
throws EvernoteException
UserStoreClient.getPremiumInfo().EvernoteException - converted unchecked exceptionUserStoreClient.getPremiumInfo(),
UserStore.Client.getPremiumInfo(String)String getNoteStoreUrl() throws EvernoteException
UserStoreClient.getNoteStoreUrl().EvernoteException - converted unchecked exceptionUserStoreClient.getNoteStoreUrl(),
UserStore.Client.getNoteStoreUrl(String)void revokeLongSession()
throws EvernoteException
UserStoreClient.revokeLongSession().EvernoteException - converted unchecked exceptionUserStoreClient.revokeLongSession(),
UserStore.Client.revokeLongSession(String)void completeTwoFactorAuthentication(String authenticationToken, String oneTimeCode, String deviceIdentifier, String deviceDescription) throws EvernoteException
UserStoreClient.completeTwoFactorAuthentication(String, String, String, String).EvernoteException - converted unchecked exceptionUserStoreClient.completeTwoFactorAuthentication(String, String, String, String),
UserStore.Client.completeTwoFactorAuthentication(String, String, String, String)Copyright © 2014. All rights reserved.