public class GuestRemoteAlfrescoTicketImpl extends AbstractRemoteAlfrescoTicketImpl
RemoteAlfrescoTicketInfo which authenticates
as the Guest userutf8| Constructor and Description |
|---|
GuestRemoteAlfrescoTicketImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.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
|
java.lang.String |
getAsUrlParameters()
Returns the Ticket as a URL Parameter fragment, of the form
"guest=true"
|
org.alfresco.util.Pair |
getAsUsernameAndPassword()
Returns the Ticket in the form of a pseudo username and password.
|
getAsHTTPAuthorizationpublic java.lang.String getAsUrlParameters()
getAsUrlParameters in interface RemoteAlfrescoTicketInfogetAsUrlParameters in class AbstractRemoteAlfrescoTicketImplpublic java.lang.String getAsEscapedUrlParameters()
getAsEscapedUrlParameters in interface RemoteAlfrescoTicketInfogetAsEscapedUrlParameters in class AbstractRemoteAlfrescoTicketImplpublic org.alfresco.util.Pair getAsUsernameAndPassword()
getAsUsernameAndPassword in interface RemoteAlfrescoTicketInfogetAsUsernameAndPassword in class AbstractRemoteAlfrescoTicketImplCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.