public class AlfTicketRemoteAlfrescoTicketImpl extends AbstractRemoteAlfrescoTicketImpl
RemoteAlfrescoTicketInfo which works
with the regular Alfresco alf_ticket ticket systemutf8| Constructor and Description |
|---|
AlfTicketRemoteAlfrescoTicketImpl(String ticket) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAsEscapedUrlParameters()
Returns the Ticket as a URL Escaped Parameter fragment, which is the
same as the un-escaped due to the format of Alfresco Tickets
|
String |
getAsUrlParameters()
Returns the Ticket as a URL Parameter fragment, of the form
"alf_ticket=XXXX"
|
org.alfresco.util.Pair<String,String> |
getAsUsernameAndPassword()
Returns the Ticket in the form of a pseudo username and password.
|
String |
toString() |
getAsHTTPAuthorizationpublic AlfTicketRemoteAlfrescoTicketImpl(String ticket)
public String getAsUrlParameters()
getAsUrlParameters in interface RemoteAlfrescoTicketInfogetAsUrlParameters in class AbstractRemoteAlfrescoTicketImplpublic String getAsEscapedUrlParameters()
getAsEscapedUrlParameters in interface RemoteAlfrescoTicketInfogetAsEscapedUrlParameters in class AbstractRemoteAlfrescoTicketImplpublic org.alfresco.util.Pair<String,String> getAsUsernameAndPassword()
getAsUsernameAndPassword in interface RemoteAlfrescoTicketInfogetAsUsernameAndPassword in class AbstractRemoteAlfrescoTicketImplCopyright © 2005–2018 Alfresco Software. All rights reserved.