I would like to devise a way to implement existing authentication
services. Ideas on how this can be done?
I was thinking of a interface which has only one of method
: public boolean authenticate(). This interface must then be implemented by an authentication class which does the rest...
LDAP/Database/OS etc. which in turn will be defined as
the authentication service in the Server properties and initialized with reflection... :O)
Any Ideas will be welcome...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I would like to devise a way to implement existing authentication
services. Ideas on how this can be done?
I was thinking of a interface which has only one of method
: public boolean authenticate(). This interface must then be implemented by an authentication class which does the rest...
LDAP/Database/OS etc. which in turn will be defined as
the authentication service in the Server properties and initialized with reflection... :O)
Any Ideas will be welcome...