Package org.alfresco.repo.jscript
Class Session
java.lang.Object
org.alfresco.repo.processor.BaseProcessorExtension
org.alfresco.repo.jscript.Session
- All Implemented Interfaces:
org.alfresco.processor.ProcessorExtension
Support object for session level properties etc.
Provides access to the user's authentication ticket.
- Author:
- Andy Hind
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the user's authentication ticket.voidsetServiceRegistry(ServiceRegistry services) Set the service registryMethods inherited from class org.alfresco.repo.processor.BaseProcessorExtension
getExtensionName, register, setExtensionName, setProcessor
-
Constructor Details
-
Session
public Session()
-
-
Method Details
-
setServiceRegistry
Set the service registry- Parameters:
services- the service registry
-
getTicket
Get the user's authentication ticket.- Returns:
- String
-