Package | Description |
---|---|
org.alfresco.repo.remoteticket | |
org.alfresco.service.cmr.remoteticket |
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
|
BaseCredentialsInfo |
RemoteAlfrescoTicketServiceImpl.storeRemoteCredentials(String remoteSystemId,
String username,
String password)
Validates and stores the remote credentials for the current user
|
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.
|
BaseCredentialsInfo |
RemoteAlfrescoTicketService.storeRemoteCredentials(String remoteSystemId,
String username,
String password)
Validates and stores the remote credentials for the current user
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.