public class SessionManagement extends SessionManagementDeprecated
Constructor and Description |
---|
SessionManagement(ClientApi api) |
Modifier and Type | Method and Description |
---|---|
ApiResponse |
getSessionManagementMethod(java.lang.String contextid) |
ApiResponse |
getSessionManagementMethodConfigParams(java.lang.String methodname) |
ApiResponse |
getSupportedSessionManagementMethods() |
ApiResponse |
setSessionManagementMethod(java.lang.String contextid,
java.lang.String methodname,
java.lang.String methodconfigparams) |
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