Package de.xima.fc.api.system
Class XfcSessionAPI
- java.lang.Object
 - 
- de.xima.fc.api.ASubAPI
 - 
- de.xima.fc.api.system.XfcSessionAPI
 
 
 
- 
@Deprecated public class XfcSessionAPI extends ASubAPI
Deprecated. 
- 
- 
Constructor Summary
Constructors Constructor Description XfcSessionAPI()Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidcreateNew(UserContext uc, String sessionID, Benutzer ben)Deprecated.This method does not do anything anymore.- 
Methods inherited from class de.xima.fc.api.ASubAPI
getHandlerProvider 
 - 
 
 - 
 
- 
- 
Method Detail
- 
createNew
@Deprecated public void createNew(UserContext uc, String sessionID, Benutzer ben)
Deprecated.This method does not do anything anymore.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
 
 
 - 
 
 -