Class SimpleAuthentication

  • All Implemented Interfaces:
    AuthInterface

    public class SimpleAuthentication
    extends java.lang.Object
    implements AuthInterface
    To use if Tasklist is not configured with Identity and Keycloak
    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleAuthentication​(java.lang.String taskListUsername, java.lang.String taskListPassword, java.lang.String taskListUrl)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void authenticate​(com.apollographql.apollo3.ApolloClient client)  
      • Methods inherited from class java.lang.Object

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

      • SimpleAuthentication

        public SimpleAuthentication​(java.lang.String taskListUsername,
                                    java.lang.String taskListPassword,
                                    java.lang.String taskListUrl)