public abstract class AbstractRemoteAlfrescoTicketImpl extends Object implements RemoteAlfrescoTicketInfo
RemoteAlfrescoTicketInfo,
which provides common helpers for working with tickets| Constructor and Description |
|---|
AbstractRemoteAlfrescoTicketImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAsEscapedUrlParameters()
Returns the Ticket as a URL Escaped Parameter fragment, such as
"ticket=12%20xx&sig=2".
|
String |
getAsHTTPAuthorization()
Returns the Ticket in the form used for HTTP Basic Authentication.
|
abstract String |
getAsUrlParameters()
Returns the Ticket as a URL Parameter fragment, such as
"ticket=123&sig=13".
|
abstract org.alfresco.util.Pair<String,String> |
getAsUsernameAndPassword()
Returns the Ticket in the form of a pseudo username and password.
|
protected static final Charset utf8
public abstract String getAsUrlParameters()
getAsUrlParameters in interface RemoteAlfrescoTicketInfopublic String getAsEscapedUrlParameters()
getAsEscapedUrlParameters in interface RemoteAlfrescoTicketInfopublic String getAsHTTPAuthorization()
getAsHTTPAuthorization in interface RemoteAlfrescoTicketInfopublic abstract org.alfresco.util.Pair<String,String> getAsUsernameAndPassword()
getAsUsernameAndPassword in interface RemoteAlfrescoTicketInfoCopyright © 2005–2018 Alfresco Software. All rights reserved.