public class SessionManagement extends SessionManagementDeprecated
Constructor and Description |
---|
SessionManagement(ClientApi api) |
Modifier and Type | Method and Description |
---|---|
ApiResponse |
getSessionManagementMethod(java.lang.String contextid)
Gets the name of the session management method for the context with the given ID.
|
ApiResponse |
getSessionManagementMethodConfigParams(java.lang.String methodname)
Gets the configuration parameters for the session management method with the given name.
|
ApiResponse |
getSupportedSessionManagementMethods()
Gets the name of the session management methods.
|
ApiResponse |
setSessionManagementMethod(java.lang.String contextid,
java.lang.String methodname,
java.lang.String methodconfigparams)
Sets the session management method for the context with the given ID.
|
setSessionManagementMethod
public SessionManagement(ClientApi api)
public ApiResponse getSupportedSessionManagementMethods() throws ClientApiException
ClientApiException
public ApiResponse getSessionManagementMethodConfigParams(java.lang.String methodname) throws ClientApiException
ClientApiException
public ApiResponse getSessionManagementMethod(java.lang.String contextid) throws ClientApiException
ClientApiException
public ApiResponse setSessionManagementMethod(java.lang.String contextid, java.lang.String methodname, java.lang.String methodconfigparams) throws ClientApiException
ClientApiException