org.alfresco.repo.jscript
Class Session

java.lang.Object
  extended by org.alfresco.repo.processor.BaseProcessorExtension
      extended by org.alfresco.repo.jscript.Session
All Implemented Interfaces:
org.alfresco.processor.ProcessorExtension

public class Session
extends BaseProcessorExtension

Support object for session level properties etc.

Provides access to the user's authentication ticket.


Constructor Summary
Session()
           
 
Method Summary
 java.lang.String getTicket()
          Get the user's authentication ticket.
 void setServiceRegistry(ServiceRegistry services)
          Set the service registry
 
Methods inherited from class org.alfresco.repo.processor.BaseProcessorExtension
getExtensionName, register, setExtensionName, setProcessor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Session

public Session()
Method Detail

setServiceRegistry

public void setServiceRegistry(ServiceRegistry services)
Set the service registry

Parameters:
services - the service registry

getTicket

public java.lang.String getTicket()
Get the user's authentication ticket.

Returns:


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.