Package | Description |
---|---|
org.alfresco.repo.remoteticket | |
org.alfresco.service.cmr.remoteticket |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRemoteAlfrescoTicketImpl
Parent class for implementations of
RemoteAlfrescoTicketInfo ,
which provides common helpers for working with tickets |
class |
AlfTicketRemoteAlfrescoTicketImpl
An implementation of
RemoteAlfrescoTicketInfo which works
with the regular Alfresco alf_ticket ticket system |
class |
GuestRemoteAlfrescoTicketImpl
An implementation of
RemoteAlfrescoTicketInfo which authenticates
as the Guest user |
Modifier and Type | Method and Description |
---|---|
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.
|
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
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.