|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use AuthenticationResult | |
|---|---|
| com.evernote.clients | |
| com.evernote.edam.notestore | |
| com.evernote.edam.userstore | |
| Uses of AuthenticationResult in com.evernote.clients |
|---|
| Methods in com.evernote.clients that return AuthenticationResult | |
|---|---|
AuthenticationResult |
UserStoreClient.authenticate(String username,
String password,
String consumerKey,
String consumerSecret,
boolean supportsTwoFactor)
|
AuthenticationResult |
UserStoreClient.authenticateLongSession(String username,
String password,
String consumerKey,
String consumerSecret,
String deviceIdentifier,
String deviceDescription,
boolean supportsTwoFactor)
|
AuthenticationResult |
UserStoreClient.authenticateToBusiness()
|
AuthenticationResult |
NoteStoreClient.authenticateToSharedNote(String guid,
String noteKey,
String authenticationToken)
|
AuthenticationResult |
NoteStoreClient.authenticateToSharedNotebook(String shareKey)
|
AuthenticationResult |
UserStoreClient.refreshAuthentication()
|
| Uses of AuthenticationResult in com.evernote.edam.notestore |
|---|
| Methods in com.evernote.edam.notestore that return AuthenticationResult | |
|---|---|
AuthenticationResult |
NoteStoreIface.authenticateToSharedNote(String guid,
String noteKey,
String authenticationToken)
Asks the service to produce an authentication token that can be used to access the contents of a single Note which was individually shared from someone's account. |
AuthenticationResult |
NoteStore.Client.authenticateToSharedNote(String guid,
String noteKey,
String authenticationToken)
|
AuthenticationResult |
NoteStoreIface.authenticateToSharedNotebook(String shareKey,
String authenticationToken)
Asks the service to produce an authentication token that can be used to access the contents of a shared notebook from someone else's account. |
AuthenticationResult |
NoteStore.Client.authenticateToSharedNotebook(String shareKey,
String authenticationToken)
|
AuthenticationResult |
NoteStore.Client.recv_authenticateToSharedNote()
|
AuthenticationResult |
NoteStore.Client.recv_authenticateToSharedNotebook()
|
| Uses of AuthenticationResult in com.evernote.edam.userstore |
|---|
| Methods in com.evernote.edam.userstore that return AuthenticationResult | |
|---|---|
AuthenticationResult |
UserStoreIface.authenticate(String username,
String password,
String consumerKey,
String consumerSecret,
boolean supportsTwoFactor)
This is used to check a username and password in order to create a short-lived authentication session that can be used for further actions. |
AuthenticationResult |
UserStore.Client.authenticate(String username,
String password,
String consumerKey,
String consumerSecret,
boolean supportsTwoFactor)
|
AuthenticationResult |
UserStoreIface.authenticateLongSession(String username,
String password,
String consumerKey,
String consumerSecret,
String deviceIdentifier,
String deviceDescription,
boolean supportsTwoFactor)
This is used to check a username and password in order to create a long-lived authentication token that can be used for further actions. |
AuthenticationResult |
UserStore.Client.authenticateLongSession(String username,
String password,
String consumerKey,
String consumerSecret,
String deviceIdentifier,
String deviceDescription,
boolean supportsTwoFactor)
|
AuthenticationResult |
UserStoreIface.authenticateToBusiness(String authenticationToken)
This is used to take an existing authentication token that grants access to an individual user account (returned from 'authenticate', 'authenticateLongSession' or an OAuth authorization) and obtain an additional authentication token that may be used to access business notebooks if the user is a member of an Evernote Business account. |
AuthenticationResult |
UserStore.Client.authenticateToBusiness(String authenticationToken)
|
AuthenticationResult |
UserStoreIface.completeTwoFactorAuthentication(String authenticationToken,
String oneTimeCode,
String deviceIdentifier,
String deviceDescription)
Complete the authentication process when a second factor is required. |
AuthenticationResult |
UserStore.Client.completeTwoFactorAuthentication(String authenticationToken,
String oneTimeCode,
String deviceIdentifier,
String deviceDescription)
|
AuthenticationResult |
AuthenticationResult.deepCopy()
|
AuthenticationResult |
UserStore.Client.recv_authenticate()
|
AuthenticationResult |
UserStore.Client.recv_authenticateLongSession()
|
AuthenticationResult |
UserStore.Client.recv_authenticateToBusiness()
|
AuthenticationResult |
UserStore.Client.recv_completeTwoFactorAuthentication()
|
AuthenticationResult |
UserStore.Client.recv_refreshAuthentication()
|
AuthenticationResult |
UserStoreIface.refreshAuthentication(String authenticationToken)
This is used to take an existing authentication token (returned from 'authenticate') and exchange it for a newer token which will not expire as soon. |
AuthenticationResult |
UserStore.Client.refreshAuthentication(String authenticationToken)
|
| Methods in com.evernote.edam.userstore with parameters of type AuthenticationResult | |
|---|---|
int |
AuthenticationResult.compareTo(AuthenticationResult other)
|
boolean |
AuthenticationResult.equals(AuthenticationResult that)
|
| Constructors in com.evernote.edam.userstore with parameters of type AuthenticationResult | |
|---|---|
AuthenticationResult(AuthenticationResult other)
Performs a deep copy on other. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||