Uses of Class
org.alfresco.service.cmr.remoteticket.NoSuchSystemException
Packages that use NoSuchSystemException
Package
Description
-
Uses of NoSuchSystemException in org.alfresco.repo.oauth1
Methods in org.alfresco.repo.oauth1 that throw NoSuchSystemExceptionModifier and TypeMethodDescriptionbooleanOAuth1CredentialsStoreServiceImpl.deletePersonalOAuth1Credentials(String remoteSystemId) Delete the current users OAuth1 Credentials for the remote systembooleanOAuth1CredentialsStoreServiceImpl.deleteSharedOAuth1Credentials(String remoteSystemId, OAuth1CredentialsInfo credentials) OAuth1CredentialsStoreServiceImpl.getPersonalOAuth1Credentials(String remoteSystemId) Get the current users OAuth1Credentials for the remote systemsOAuth1CredentialsStoreServiceImpl.listSharedOAuth1Credentials(String remoteSystemId) OAuth1CredentialsStoreServiceImpl.storePersonalOAuth1Credentials(String remoteSystemId, String token, String secret) Add or Update OAuth1 Credentials for the current user to the OAuth1 Credential StoreOAuth1CredentialsStoreServiceImpl.storeSharedOAuth1Credentials(String remoteSystemId, String token, String secret) Add Shared OAuth1 Credentials to the OAuth1 Credential StoreOAuth1CredentialsStoreServiceImpl.updateSharedOAuth1Credentials(OAuth1CredentialsInfo exisitingCredentials, String remoteSystemId, String token, String secret) -
Uses of NoSuchSystemException in org.alfresco.repo.oauth2
Methods in org.alfresco.repo.oauth2 that throw NoSuchSystemExceptionModifier and TypeMethodDescriptionbooleanOAuth2CredentialsStoreServiceImpl.deletePersonalOAuth2Credentials(String remoteSystemId) Delete the current users OAuth2 Credentials for the remote systembooleanOAuth2CredentialsStoreServiceImpl.deleteSharedOAuth2Credentials(String remoteSystemId, OAuth2CredentialsInfo credentials) OAuth2CredentialsStoreServiceImpl.getPersonalOAuth2Credentials(String remoteSystemId) Get the current users OAuth2Credentials for the remote systemsOAuth2CredentialsStoreServiceImpl.listSharedOAuth2Credentials(String remoteSystemId) 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 StoreOAuth2CredentialsStoreServiceImpl.storeSharedOAuth2Credentials(String remoteSystemId, String accessToken, String refreshToken, Date expiresAt, Date issuedAt) Add Shared OAuth2 Credentials to the OAuth2 Credential StoreOAuth2CredentialsStoreServiceImpl.updateSharedOAuth2Credentials(OAuth2CredentialsInfo exisitingCredentials, String remoteSystemId, String accessToken, String refreshToken, Date expiresAt, Date issuedAt) -
Uses of NoSuchSystemException in org.alfresco.repo.remoteticket
Methods in org.alfresco.repo.remoteticket that throw NoSuchSystemExceptionModifier and TypeMethodDescriptionbooleanRemoteAlfrescoTicketServiceImpl.deleteRemoteCredentials(String remoteSystemId) Deletes the remote credentials (if any) for the current userprotected voidRemoteAlfrescoTicketServiceImpl.ensureRemoteSystemKnown(String remoteSystemId) RemoteAlfrescoTicketServiceImpl.getAlfrescoTicket(String remoteSystemId) Returns the current Alfresco Ticket for the current user on the remote system, fetching if it isn't already cached.RemoteAlfrescoTicketServiceImpl.getRemoteCredentials(String remoteSystemId) Retrieves the remote credentials (if any) for the current userRemoteAlfrescoTicketServiceImpl.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 RemoteAlfrescoTicketInfoRemoteAlfrescoTicketServiceImpl.refreshTicket(String remoteSystemId, PasswordCredentialsInfo credentials) Fetches a new ticket for the given user, and caches itRemoteAlfrescoTicketServiceImpl.storeRemoteCredentials(String remoteSystemId, String username, String password) Validates and stores the remote credentials for the current user -
Uses of NoSuchSystemException in org.alfresco.service.cmr.oauth1
Methods in org.alfresco.service.cmr.oauth1 that throw NoSuchSystemExceptionModifier and TypeMethodDescriptionbooleanOAuth1CredentialsStoreService.deletePersonalOAuth1Credentials(String remoteSystemId) booleanOAuth1CredentialsStoreService.deleteSharedOAuth1Credentials(String remoteSystemId, OAuth1CredentialsInfo credentials) OAuth1CredentialsStoreService.getPersonalOAuth1Credentials(String remoteSystemId) OAuth1CredentialsStoreService.listSharedOAuth1Credentials(String remoteSystemId) OAuth1CredentialsStoreService.storePersonalOAuth1Credentials(String remoteSystemId, String token, String secret) OAuth1CredentialsStoreService.storeSharedOAuth1Credentials(String remoteSystemId, String token, String secret) OAuth1CredentialsStoreService.updateSharedOAuth1Credentials(OAuth1CredentialsInfo exisitingCredentials, String remoteSystemId, String token, String secret) -
Uses of NoSuchSystemException in org.alfresco.service.cmr.oauth2
Methods in org.alfresco.service.cmr.oauth2 that throw NoSuchSystemExceptionModifier and TypeMethodDescriptionbooleanOAuth2CredentialsStoreService.deletePersonalOAuth2Credentials(String remoteSystemId) booleanOAuth2CredentialsStoreService.deleteSharedOAuth2Credentials(String remoteSystemId, OAuth2CredentialsInfo credentials) OAuth2CredentialsStoreService.getPersonalOAuth2Credentials(String remoteSystemId) OAuth2CredentialsStoreService.listSharedOAuth2Credentials(String remoteSystemId) OAuth2CredentialsStoreService.storePersonalOAuth2Credentials(String remoteSystemId, String accessToken, String refreshToken, Date expiresAt, Date issuedAt) OAuth2CredentialsStoreService.storeSharedOAuth2Credentials(String remoteSystemId, String accessToken, String refreshToken, Date expiresAt, Date issuedAt) OAuth2CredentialsStoreService.updateSharedOAuth2Credentials(OAuth2CredentialsInfo exisitingCredentials, String remoteSystemId, String accessToken, String refreshToken, Date expiresAt, Date issuedAt) -
Uses of NoSuchSystemException in org.alfresco.service.cmr.remoteticket
Methods in org.alfresco.service.cmr.remoteticket that throw NoSuchSystemExceptionModifier and TypeMethodDescriptionbooleanRemoteAlfrescoTicketService.deleteRemoteCredentials(String remoteSystemId) Deletes the remote credentials (if any) for the current userRemoteAlfrescoTicketService.getAlfrescoTicket(String remoteSystemId) Returns the current Alfresco Ticket for the current user on the remote system, fetching if it isn't already cached.RemoteAlfrescoTicketService.getRemoteCredentials(String remoteSystemId) Retrieves the remote credentials (if any) for the current userRemoteAlfrescoTicketService.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.RemoteAlfrescoTicketService.storeRemoteCredentials(String remoteSystemId, String username, String password) Validates and stores the remote credentials for the current user