Uses of Class
org.alfresco.service.cmr.remoteticket.NoSuchSystemException
-
-
Uses of NoSuchSystemException in org.alfresco.repo.oauth1
Methods in org.alfresco.repo.oauth1 that throw NoSuchSystemException Modifier and Type Method Description booleanOAuth1CredentialsStoreServiceImpl. deletePersonalOAuth1Credentials(java.lang.String remoteSystemId)Delete the current users OAuth1 Credentials for the remote systembooleanOAuth1CredentialsStoreServiceImpl. deleteSharedOAuth1Credentials(java.lang.String remoteSystemId, OAuth1CredentialsInfo credentials)OAuth1CredentialsInfoOAuth1CredentialsStoreServiceImpl. getPersonalOAuth1Credentials(java.lang.String remoteSystemId)Get the current users OAuth1Credentials for the remote systemsjava.util.List<OAuth1CredentialsInfo>OAuth1CredentialsStoreServiceImpl. listSharedOAuth1Credentials(java.lang.String remoteSystemId)OAuth1CredentialsInfoOAuth1CredentialsStoreServiceImpl. storePersonalOAuth1Credentials(java.lang.String remoteSystemId, java.lang.String token, java.lang.String secret)Add or Update OAuth1 Credentials for the current user to the OAuth1 Credential StoreOAuth1CredentialsInfoOAuth1CredentialsStoreServiceImpl. storeSharedOAuth1Credentials(java.lang.String remoteSystemId, java.lang.String token, java.lang.String secret)Add Shared OAuth1 Credentials to the OAuth1 Credential StoreOAuth1CredentialsInfoOAuth1CredentialsStoreServiceImpl. updateSharedOAuth1Credentials(OAuth1CredentialsInfo exisitingCredentials, java.lang.String remoteSystemId, java.lang.String token, java.lang.String secret) -
Uses of NoSuchSystemException in org.alfresco.repo.oauth2
Methods in org.alfresco.repo.oauth2 that throw NoSuchSystemException Modifier and Type Method Description booleanOAuth2CredentialsStoreServiceImpl. deletePersonalOAuth2Credentials(java.lang.String remoteSystemId)Delete the current users OAuth2 Credentials for the remote systembooleanOAuth2CredentialsStoreServiceImpl. deleteSharedOAuth2Credentials(java.lang.String remoteSystemId, OAuth2CredentialsInfo credentials)OAuth2CredentialsInfoOAuth2CredentialsStoreServiceImpl. getPersonalOAuth2Credentials(java.lang.String remoteSystemId)Get the current users OAuth2Credentials for the remote systemsjava.util.List<OAuth2CredentialsInfo>OAuth2CredentialsStoreServiceImpl. listSharedOAuth2Credentials(java.lang.String remoteSystemId)OAuth2CredentialsInfoOAuth2CredentialsStoreServiceImpl. storePersonalOAuth2Credentials(java.lang.String remoteSystemId, java.lang.String accessToken, java.lang.String refreshToken, java.util.Date expiresAt, java.util.Date issuedAt)Add or Update OAuth2 Credentials for the current user to the OAuth2 Credential StoreOAuth2CredentialsInfoOAuth2CredentialsStoreServiceImpl. storeSharedOAuth2Credentials(java.lang.String remoteSystemId, java.lang.String accessToken, java.lang.String refreshToken, java.util.Date expiresAt, java.util.Date issuedAt)Add Shared OAuth2 Credentials to the OAuth2 Credential StoreOAuth2CredentialsInfoOAuth2CredentialsStoreServiceImpl. updateSharedOAuth2Credentials(OAuth2CredentialsInfo exisitingCredentials, java.lang.String remoteSystemId, java.lang.String accessToken, java.lang.String refreshToken, java.util.Date expiresAt, java.util.Date issuedAt) -
Uses of NoSuchSystemException in org.alfresco.repo.remoteticket
Methods in org.alfresco.repo.remoteticket that throw NoSuchSystemException Modifier and Type Method Description booleanRemoteAlfrescoTicketServiceImpl. deleteRemoteCredentials(java.lang.String remoteSystemId)Deletes the remote credentials (if any) for the current userprotected voidRemoteAlfrescoTicketServiceImpl. ensureRemoteSystemKnown(java.lang.String remoteSystemId)RemoteAlfrescoTicketInfoRemoteAlfrescoTicketServiceImpl. getAlfrescoTicket(java.lang.String remoteSystemId)Returns the current Alfresco Ticket for the current user on the remote system, fetching if it isn't already cached.BaseCredentialsInfoRemoteAlfrescoTicketServiceImpl. getRemoteCredentials(java.lang.String remoteSystemId)Retrieves the remote credentials (if any) for the current userRemoteAlfrescoTicketInfoRemoteAlfrescoTicketServiceImpl. refetchAlfrescoTicket(java.lang.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(java.lang.String remoteSystemId, PasswordCredentialsInfo credentials)Fetches a new ticket for the given user, and caches itBaseCredentialsInfoRemoteAlfrescoTicketServiceImpl. storeRemoteCredentials(java.lang.String remoteSystemId, java.lang.String username, java.lang.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 NoSuchSystemException Modifier and Type Method Description booleanOAuth1CredentialsStoreService. deletePersonalOAuth1Credentials(java.lang.String remoteSystemId)booleanOAuth1CredentialsStoreService. deleteSharedOAuth1Credentials(java.lang.String remoteSystemId, OAuth1CredentialsInfo credentials)OAuth1CredentialsInfoOAuth1CredentialsStoreService. getPersonalOAuth1Credentials(java.lang.String remoteSystemId)java.util.List<OAuth1CredentialsInfo>OAuth1CredentialsStoreService. listSharedOAuth1Credentials(java.lang.String remoteSystemId)OAuth1CredentialsInfoOAuth1CredentialsStoreService. storePersonalOAuth1Credentials(java.lang.String remoteSystemId, java.lang.String token, java.lang.String secret)OAuth1CredentialsInfoOAuth1CredentialsStoreService. storeSharedOAuth1Credentials(java.lang.String remoteSystemId, java.lang.String token, java.lang.String secret)OAuth1CredentialsInfoOAuth1CredentialsStoreService. updateSharedOAuth1Credentials(OAuth1CredentialsInfo exisitingCredentials, java.lang.String remoteSystemId, java.lang.String token, java.lang.String secret) -
Uses of NoSuchSystemException in org.alfresco.service.cmr.oauth2
Methods in org.alfresco.service.cmr.oauth2 that throw NoSuchSystemException Modifier and Type Method Description booleanOAuth2CredentialsStoreService. deletePersonalOAuth2Credentials(java.lang.String remoteSystemId)booleanOAuth2CredentialsStoreService. deleteSharedOAuth2Credentials(java.lang.String remoteSystemId, OAuth2CredentialsInfo credentials)OAuth2CredentialsInfoOAuth2CredentialsStoreService. getPersonalOAuth2Credentials(java.lang.String remoteSystemId)java.util.List<OAuth2CredentialsInfo>OAuth2CredentialsStoreService. listSharedOAuth2Credentials(java.lang.String remoteSystemId)OAuth2CredentialsInfoOAuth2CredentialsStoreService. storePersonalOAuth2Credentials(java.lang.String remoteSystemId, java.lang.String accessToken, java.lang.String refreshToken, java.util.Date expiresAt, java.util.Date issuedAt)OAuth2CredentialsInfoOAuth2CredentialsStoreService. storeSharedOAuth2Credentials(java.lang.String remoteSystemId, java.lang.String accessToken, java.lang.String refreshToken, java.util.Date expiresAt, java.util.Date issuedAt)OAuth2CredentialsInfoOAuth2CredentialsStoreService. updateSharedOAuth2Credentials(OAuth2CredentialsInfo exisitingCredentials, java.lang.String remoteSystemId, java.lang.String accessToken, java.lang.String refreshToken, java.util.Date expiresAt, java.util.Date issuedAt) -
Uses of NoSuchSystemException in org.alfresco.service.cmr.remoteticket
Methods in org.alfresco.service.cmr.remoteticket that throw NoSuchSystemException Modifier and Type Method Description booleanRemoteAlfrescoTicketService. deleteRemoteCredentials(java.lang.String remoteSystemId)Deletes the remote credentials (if any) for the current userRemoteAlfrescoTicketInfoRemoteAlfrescoTicketService. getAlfrescoTicket(java.lang.String remoteSystemId)Returns the current Alfresco Ticket for the current user on the remote system, fetching if it isn't already cached.BaseCredentialsInfoRemoteAlfrescoTicketService. getRemoteCredentials(java.lang.String remoteSystemId)Retrieves the remote credentials (if any) for the current userRemoteAlfrescoTicketInfoRemoteAlfrescoTicketService. refetchAlfrescoTicket(java.lang.String remoteSystemId)Forces a re-fetch of the Alfresco Ticket for the current user, if possible, and marks the credentials as failing if not.BaseCredentialsInfoRemoteAlfrescoTicketService. storeRemoteCredentials(java.lang.String remoteSystemId, java.lang.String username, java.lang.String password)Validates and stores the remote credentials for the current user
-