public interface RemoteAlfrescoTicketInfo
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.
|
String |
getAsUrlParameters()
Returns the Ticket as a URL Parameter fragment, such as
"ticket=123&sig=13".
|
org.alfresco.util.Pair<String,String> |
getAsUsernameAndPassword()
Returns the Ticket in the form of a pseudo username and password.
|
String getAsUrlParameters()
String getAsEscapedUrlParameters()
String getAsHTTPAuthorization()
Copyright © 2005–2017 Alfresco Software. All rights reserved.