public abstract class AbstractRemoteAlfrescoTicketImpl extends Object implements RemoteAlfrescoTicketInfo
RemoteAlfrescoTicketInfo
,
which provides common helpers for working with ticketsConstructor 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 RemoteAlfrescoTicketInfo
public String getAsEscapedUrlParameters()
getAsEscapedUrlParameters
in interface RemoteAlfrescoTicketInfo
public String getAsHTTPAuthorization()
getAsHTTPAuthorization
in interface RemoteAlfrescoTicketInfo
public abstract org.alfresco.util.Pair<String,String> getAsUsernameAndPassword()
getAsUsernameAndPassword
in interface RemoteAlfrescoTicketInfo
Copyright © 2005–2017 Alfresco Software. All rights reserved.