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