Class SessionManagement

    • Constructor Detail

      • SessionManagement

        public SessionManagement​(ClientApi api)
    • Method Detail

      • getSessionManagementMethodConfigParams

        public ApiResponse getSessionManagementMethodConfigParams​(java.lang.String methodname)
                                                           throws ClientApiException
        Gets the configuration parameters for the session management method with the given name.
        Throws:
        ClientApiException
      • getSessionManagementMethod

        public ApiResponse getSessionManagementMethod​(java.lang.String contextid)
                                               throws ClientApiException
        Gets the name of the session management method for the context with the given ID.
        Throws:
        ClientApiException
      • setSessionManagementMethod

        public ApiResponse setSessionManagementMethod​(java.lang.String contextid,
                                                      java.lang.String methodname,
                                                      java.lang.String methodconfigparams)
                                               throws ClientApiException
        Sets the session management method for the context with the given ID.
        Throws:
        ClientApiException