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() |
getAsHTTPAuthorization
public AlfTicketRemoteAlfrescoTicketImpl(String ticket)
public String getAsUrlParameters()
getAsUrlParameters
in interface RemoteAlfrescoTicketInfo
getAsUrlParameters
in class AbstractRemoteAlfrescoTicketImpl
public String getAsEscapedUrlParameters()
getAsEscapedUrlParameters
in interface RemoteAlfrescoTicketInfo
getAsEscapedUrlParameters
in class AbstractRemoteAlfrescoTicketImpl
public org.alfresco.util.Pair<String,String> getAsUsernameAndPassword()
getAsUsernameAndPassword
in interface RemoteAlfrescoTicketInfo
getAsUsernameAndPassword
in class AbstractRemoteAlfrescoTicketImpl
Copyright © 2005–2017 Alfresco Software. All rights reserved.