Class JDBCLoginService

    • Constructor Detail

      • JDBCLoginService

        public JDBCLoginService()
                         throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • JDBCLoginService

        public JDBCLoginService​(java.lang.String name)
                         throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • JDBCLoginService

        public JDBCLoginService​(java.lang.String name,
                                java.lang.String config)
                         throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • JDBCLoginService

        public JDBCLoginService​(java.lang.String name,
                                IdentityService identityService,
                                java.lang.String config)
                         throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
    • Method Detail

      • getConfig

        public java.lang.String getConfig()
        Deprecated.
      • setConfig

        public void setConfig​(java.lang.String config)
        Deprecated.
        Load JDBC connection configuration from properties file.
        Parameters:
        config - Filename or url of user properties file.
      • connectDatabase

        public void connectDatabase()
        Deprecated.
        (re)Connect to database with parameters setup by loadConfig()