Hello guys, I am currently using interprolog - which is basically java with a prolog backend, allowing both java and prolog calls from each other respectively.
Now If i had say a frontend GUI coded in java swing, say a login dialog, which requested a username and password, instead of using java code to authenticate and store passwords, could I somehow use prolog to check the passwords instead? I've searched the term "access control prolog" and found nothing.
Sorry, i understand this question is a big vague and foggy but any help would be appreciated.