Uses of Class
org.alfresco.service.cmr.remoteticket.RemoteSystemUnavailableException
Packages that use RemoteSystemUnavailableException
-
Uses of RemoteSystemUnavailableException in org.alfresco.repo.remoteticket
Methods in org.alfresco.repo.remoteticket that throw RemoteSystemUnavailableExceptionModifier and TypeMethodDescriptionRemoteAlfrescoTicketServiceImpl.getAlfrescoTicket(String remoteSystemId) Returns the current Alfresco Ticket for the current user on the remote system, fetching if it isn't already cached.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 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 RemoteSystemUnavailableException in org.alfresco.service.cmr.remoteticket
Methods in org.alfresco.service.cmr.remoteticket that throw RemoteSystemUnavailableExceptionModifier and TypeMethodDescriptionRemoteAlfrescoTicketService.getAlfrescoTicket(String remoteSystemId) Returns the current Alfresco Ticket for the current user on the remote system, fetching if it isn't already cached.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.RemoteAlfrescoTicketService.storeRemoteCredentials(String remoteSystemId, String username, String password) Validates and stores the remote credentials for the current user