Package de.xima.fc.api.system
Class XfcSessionAPI
java.lang.Object
de.xima.fc.api.ASubAPI
de.xima.fc.api.system.XfcSessionAPI
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
createNew
(UserContext uc, String sessionID, Benutzer ben) Deprecated.This method does not do anything anymore.Methods inherited from class de.xima.fc.api.ASubAPI
getHandlerProvider
-
Constructor Details
-
XfcSessionAPI
public XfcSessionAPI()Deprecated.
-
-
Method Details
-
createNew
Deprecated.This method does not do anything anymore.Method for creating a new session.- Parameters:
uc
-UserContext
the user context in which the action is to be performed.sessionID
-String
the session ID for an Xfc-session.ben
-Benutzer
for which the session is to be created.- Since:
- 2.4.3
-