Uses of Interface
org.alfresco.service.cmr.remoteticket.RemoteAlfrescoTicketInfo
Packages that use RemoteAlfrescoTicketInfo
-
Uses of RemoteAlfrescoTicketInfo in org.alfresco.repo.remoteticket
Classes in org.alfresco.repo.remoteticket that implement RemoteAlfrescoTicketInfoModifier and TypeClassDescriptionclassParent class for implementations ofRemoteAlfrescoTicketInfo, which provides common helpers for working with ticketsclassAn implementation ofRemoteAlfrescoTicketInfowhich works with the regular Alfresco alf_ticket ticket systemclassAn implementation ofRemoteAlfrescoTicketInfowhich authenticates as the Guest userMethods in org.alfresco.repo.remoteticket that return RemoteAlfrescoTicketInfoModifier 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 it -
Uses of RemoteAlfrescoTicketInfo in org.alfresco.service.cmr.remoteticket
Methods in org.alfresco.service.cmr.remoteticket that return RemoteAlfrescoTicketInfoModifier 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.