public class GuestRemoteAlfrescoTicketImpl extends AbstractRemoteAlfrescoTicketImpl
RemoteAlfrescoTicketInfo which authenticates
as the Guest userutf8| Constructor and Description |
|---|
GuestRemoteAlfrescoTicketImpl() |
| 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
"guest=true"
|
org.alfresco.util.Pair<String,String> |
getAsUsernameAndPassword()
Returns the Ticket in the form of a pseudo username and password.
|
getAsHTTPAuthorizationpublic String getAsUrlParameters()
getAsUrlParameters in interface RemoteAlfrescoTicketInfogetAsUrlParameters in class AbstractRemoteAlfrescoTicketImplpublic String getAsEscapedUrlParameters()
getAsEscapedUrlParameters in interface RemoteAlfrescoTicketInfogetAsEscapedUrlParameters in class AbstractRemoteAlfrescoTicketImplpublic org.alfresco.util.Pair<String,String> getAsUsernameAndPassword()
getAsUsernameAndPassword in interface RemoteAlfrescoTicketInfogetAsUsernameAndPassword in class AbstractRemoteAlfrescoTicketImplCopyright © 2005–2018 Alfresco Software. All rights reserved.