Uses of Class
org.alfresco.service.cmr.remoteticket.NoCredentialsFoundException
Packages that use NoCredentialsFoundException
-
Uses of NoCredentialsFoundException in org.alfresco.repo.remoteticket
Methods in org.alfresco.repo.remoteticket that throw NoCredentialsFoundExceptionModifier 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. -
Uses of NoCredentialsFoundException in org.alfresco.service.cmr.remoteticket
Methods in org.alfresco.service.cmr.remoteticket that throw NoCredentialsFoundExceptionModifier 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.