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.
|
setSessionManagementMethodpublic SessionManagement(ClientApi api)
public ApiResponse getSupportedSessionManagementMethods() throws ClientApiException
ClientApiExceptionpublic ApiResponse getSessionManagementMethodConfigParams(java.lang.String methodname) throws ClientApiException
ClientApiExceptionpublic ApiResponse getSessionManagementMethod(java.lang.String contextid) throws ClientApiException
ClientApiExceptionpublic ApiResponse setSessionManagementMethod(java.lang.String contextid, java.lang.String methodname, java.lang.String methodconfigparams) throws ClientApiException
ClientApiException