Class AuthenticationDeprecated

  • Direct Known Subclasses:
    Authentication

    public class AuthenticationDeprecated
    extends java.lang.Object
    API implementation with deprecated methods, (re)moved from generated class.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      ApiResponse setAuthenticationMethod​(java.lang.String apikey, java.lang.String contextid, java.lang.String authmethodname, java.lang.String authmethodconfigparams)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      ApiResponse setLoggedInIndicator​(java.lang.String apikey, java.lang.String contextid, java.lang.String loggedinindicatorregex)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      ApiResponse setLoggedOutIndicator​(java.lang.String apikey, java.lang.String contextid, java.lang.String loggedoutindicatorregex)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AuthenticationDeprecated

        public AuthenticationDeprecated​(ClientApi api)
    • Method Detail

      • setAuthenticationMethod

        @Deprecated
        public ApiResponse setAuthenticationMethod​(java.lang.String apikey,
                                                   java.lang.String contextid,
                                                   java.lang.String authmethodname,
                                                   java.lang.String authmethodconfigparams)
                                            throws ClientApiException
        Deprecated.
        (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
        Throws:
        ClientApiException
      • setLoggedInIndicator

        @Deprecated
        public ApiResponse setLoggedInIndicator​(java.lang.String apikey,
                                                java.lang.String contextid,
                                                java.lang.String loggedinindicatorregex)
                                         throws ClientApiException
        Deprecated.
        (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
        Throws:
        ClientApiException
      • setLoggedOutIndicator

        @Deprecated
        public ApiResponse setLoggedOutIndicator​(java.lang.String apikey,
                                                 java.lang.String contextid,
                                                 java.lang.String loggedoutindicatorregex)
                                          throws ClientApiException
        Deprecated.
        (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
        Throws:
        ClientApiException