Modifier and Type | Method and Description |
---|---|
boolean |
OAuth1CredentialsStoreServiceImpl.deletePersonalOAuth1Credentials(String remoteSystemId)
Delete the current users OAuth1 Credentials for the remote system
|
boolean |
OAuth1CredentialsStoreServiceImpl.deleteSharedOAuth1Credentials(String remoteSystemId,
OAuth1CredentialsInfo credentials) |
OAuth1CredentialsInfo |
OAuth1CredentialsStoreServiceImpl.getPersonalOAuth1Credentials(String remoteSystemId)
Get the current users OAuth1Credentials for the remote systems
|
List<OAuth1CredentialsInfo> |
OAuth1CredentialsStoreServiceImpl.listSharedOAuth1Credentials(String remoteSystemId) |
OAuth1CredentialsInfo |
OAuth1CredentialsStoreServiceImpl.storePersonalOAuth1Credentials(String remoteSystemId,
String token,
String secret)
Add or Update OAuth1 Credentials for the current user to the OAuth1
Credential Store
|
OAuth1CredentialsInfo |
OAuth1CredentialsStoreServiceImpl.storeSharedOAuth1Credentials(String remoteSystemId,
String token,
String secret)
Add Shared OAuth1 Credentials to the OAuth1 Credential Store
|
OAuth1CredentialsInfo |
OAuth1CredentialsStoreServiceImpl.updateSharedOAuth1Credentials(OAuth1CredentialsInfo exisitingCredentials,
String remoteSystemId,
String token,
String secret) |
Modifier and Type | Method and Description |
---|---|
boolean |
OAuth2CredentialsStoreServiceImpl.deletePersonalOAuth2Credentials(String remoteSystemId)
Delete the current users OAuth2 Credentials for the remote system
|
boolean |
OAuth2CredentialsStoreServiceImpl.deleteSharedOAuth2Credentials(String remoteSystemId,
OAuth2CredentialsInfo credentials) |
OAuth2CredentialsInfo |
OAuth2CredentialsStoreServiceImpl.getPersonalOAuth2Credentials(String remoteSystemId)
Get the current users OAuth2Credentials for the remote systems
|
List<OAuth2CredentialsInfo> |
OAuth2CredentialsStoreServiceImpl.listSharedOAuth2Credentials(String remoteSystemId) |
OAuth2CredentialsInfo |
OAuth2CredentialsStoreServiceImpl.storePersonalOAuth2Credentials(String remoteSystemId,
String accessToken,
String refreshToken,
Date expiresAt,
Date issuedAt)
Add or Update OAuth2 Credentials for the current user to the OAuth2
Credential Store
|
OAuth2CredentialsInfo |
OAuth2CredentialsStoreServiceImpl.storeSharedOAuth2Credentials(String remoteSystemId,
String accessToken,
String refreshToken,
Date expiresAt,
Date issuedAt)
Add Shared OAuth2 Credentials to the OAuth2 Credential Store
|
OAuth2CredentialsInfo |
OAuth2CredentialsStoreServiceImpl.updateSharedOAuth2Credentials(OAuth2CredentialsInfo exisitingCredentials,
String remoteSystemId,
String accessToken,
String refreshToken,
Date expiresAt,
Date issuedAt) |
Modifier and Type | Method and Description |
---|---|
boolean |
RemoteAlfrescoTicketServiceImpl.deleteRemoteCredentials(String remoteSystemId)
Deletes the remote credentials (if any) for the current user
|
protected void |
RemoteAlfrescoTicketServiceImpl.ensureRemoteSystemKnown(String remoteSystemId) |
RemoteAlfrescoTicketInfo |
RemoteAlfrescoTicketServiceImpl.getAlfrescoTicket(String remoteSystemId)
Returns the current Alfresco Ticket for the current user on
the remote system, fetching if it isn't already cached.
|
BaseCredentialsInfo |
RemoteAlfrescoTicketServiceImpl.getRemoteCredentials(String remoteSystemId)
Retrieves the remote credentials (if any) for the current user
|
RemoteAlfrescoTicketInfo |
RemoteAlfrescoTicketServiceImpl.refetchAlfrescoTicket(String remoteSystemId)
Forces a re-fetch of the Alfresco Ticket for the current user,
if possible, and marks the credentials as failing if not.
|
protected RemoteAlfrescoTicketInfo |
RemoteAlfrescoTicketServiceImpl.refreshTicket(String remoteSystemId,
PasswordCredentialsInfo credentials)
Fetches a new ticket for the given user, and caches it
|
BaseCredentialsInfo |
RemoteAlfrescoTicketServiceImpl.storeRemoteCredentials(String remoteSystemId,
String username,
String password)
Validates and stores the remote credentials for the current user
|
Modifier and Type | Method and Description |
---|---|
boolean |
OAuth1CredentialsStoreService.deletePersonalOAuth1Credentials(String remoteSystemId) |
boolean |
OAuth1CredentialsStoreService.deleteSharedOAuth1Credentials(String remoteSystemId,
OAuth1CredentialsInfo credentials) |
OAuth1CredentialsInfo |
OAuth1CredentialsStoreService.getPersonalOAuth1Credentials(String remoteSystemId) |
List<OAuth1CredentialsInfo> |
OAuth1CredentialsStoreService.listSharedOAuth1Credentials(String remoteSystemId) |
OAuth1CredentialsInfo |
OAuth1CredentialsStoreService.storePersonalOAuth1Credentials(String remoteSystemId,
String token,
String secret) |
OAuth1CredentialsInfo |
OAuth1CredentialsStoreService.storeSharedOAuth1Credentials(String remoteSystemId,
String token,
String secret) |
OAuth1CredentialsInfo |
OAuth1CredentialsStoreService.updateSharedOAuth1Credentials(OAuth1CredentialsInfo exisitingCredentials,
String remoteSystemId,
String token,
String secret) |
Modifier and Type | Method and Description |
---|---|
boolean |
OAuth2CredentialsStoreService.deletePersonalOAuth2Credentials(String remoteSystemId) |
boolean |
OAuth2CredentialsStoreService.deleteSharedOAuth2Credentials(String remoteSystemId,
OAuth2CredentialsInfo credentials) |
OAuth2CredentialsInfo |
OAuth2CredentialsStoreService.getPersonalOAuth2Credentials(String remoteSystemId) |
List<OAuth2CredentialsInfo> |
OAuth2CredentialsStoreService.listSharedOAuth2Credentials(String remoteSystemId) |
OAuth2CredentialsInfo |
OAuth2CredentialsStoreService.storePersonalOAuth2Credentials(String remoteSystemId,
String accessToken,
String refreshToken,
Date expiresAt,
Date issuedAt) |
OAuth2CredentialsInfo |
OAuth2CredentialsStoreService.storeSharedOAuth2Credentials(String remoteSystemId,
String accessToken,
String refreshToken,
Date expiresAt,
Date issuedAt) |
OAuth2CredentialsInfo |
OAuth2CredentialsStoreService.updateSharedOAuth2Credentials(OAuth2CredentialsInfo exisitingCredentials,
String remoteSystemId,
String accessToken,
String refreshToken,
Date expiresAt,
Date issuedAt) |
Modifier and Type | Method and Description |
---|---|
boolean |
RemoteAlfrescoTicketService.deleteRemoteCredentials(String remoteSystemId)
Deletes the remote credentials (if any) for the current user
|
RemoteAlfrescoTicketInfo |
RemoteAlfrescoTicketService.getAlfrescoTicket(String remoteSystemId)
Returns the current Alfresco Ticket for the current user on
the remote system, fetching if it isn't already cached.
|
BaseCredentialsInfo |
RemoteAlfrescoTicketService.getRemoteCredentials(String remoteSystemId)
Retrieves the remote credentials (if any) for the current user
|
RemoteAlfrescoTicketInfo |
RemoteAlfrescoTicketService.refetchAlfrescoTicket(String remoteSystemId)
Forces a re-fetch of the Alfresco Ticket for the current user,
if possible, and marks the credentials as failing if not.
|
BaseCredentialsInfo |
RemoteAlfrescoTicketService.storeRemoteCredentials(String remoteSystemId,
String username,
String password)
Validates and stores the remote credentials for the current user
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.