Package de.xima.fc.api.system
Class XfcSessionAPI
- java.lang.Object
 - 
- de.xima.fc.api.ASubAPI
 - 
- de.xima.fc.api.system.XfcSessionAPI
 
 
 
- 
public class XfcSessionAPI extends ASubAPI
 
- 
- 
Constructor Summary
Constructors Constructor Description XfcSessionAPI() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateNew(UserContext uc, String sessionID, Benutzer ben)Method for creating a new session.- 
Methods inherited from class de.xima.fc.api.ASubAPI
getHandlerProvider 
 - 
 
 - 
 
- 
- 
Method Detail
- 
createNew
public void createNew(UserContext uc, String sessionID, Benutzer ben)
Method for creating a new session.- Parameters:
 uc-UserContextthe user context in which the action is to be performed.sessionID-Stringthe session ID for an Xfc-session.ben-Benutzerfor which the session is to be created.- Since:
 - 2.4.3
 
 
 - 
 
 -