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.
|
getAsHTTPAuthorization
public String getAsUrlParameters()
getAsUrlParameters
in interface RemoteAlfrescoTicketInfo
getAsUrlParameters
in class AbstractRemoteAlfrescoTicketImpl
public String getAsEscapedUrlParameters()
getAsEscapedUrlParameters
in interface RemoteAlfrescoTicketInfo
getAsEscapedUrlParameters
in class AbstractRemoteAlfrescoTicketImpl
public org.alfresco.util.Pair<String,String> getAsUsernameAndPassword()
getAsUsernameAndPassword
in interface RemoteAlfrescoTicketInfo
getAsUsernameAndPassword
in class AbstractRemoteAlfrescoTicketImpl
Copyright © 2005–2017 Alfresco Software. All rights reserved.