Class Authentication

    • Constructor Detail

      • Authentication

        public Authentication​(ClientApi api)
    • Method Detail

      • getAuthenticationMethodConfigParams

        public ApiResponse getAuthenticationMethodConfigParams​(java.lang.String authmethodname)
                                                        throws ClientApiException
        Gets the configuration parameters for the authentication method with the given name.
        Throws:
        ClientApiException
      • setAuthenticationMethod

        public ApiResponse setAuthenticationMethod​(java.lang.String contextid,
                                                   java.lang.String authmethodname,
                                                   java.lang.String authmethodconfigparams)
                                            throws ClientApiException
        Sets the authentication method for the context with the given ID.
        Throws:
        ClientApiException
      • setLoggedInIndicator

        public ApiResponse setLoggedInIndicator​(java.lang.String contextid,
                                                java.lang.String loggedinindicatorregex)
                                         throws ClientApiException
        Sets the logged in indicator for the context with the given ID.
        Throws:
        ClientApiException
      • setLoggedOutIndicator

        public ApiResponse setLoggedOutIndicator​(java.lang.String contextid,
                                                 java.lang.String loggedoutindicatorregex)
                                          throws ClientApiException
        Sets the logged out indicator for the context with the given ID.
        Throws:
        ClientApiException