All Downloads are FREE. Search and download functionalities are using the official Maven repository.

libraries.Login.pec Maven / Gradle / Ivy

There is a newer version: 0.1.57
Show newest version
define LoginFactory as native category with bindings:
	
	define category bindings as:
		Java: prompto.security.auth.source.IAuthenticationSource
		
and methods:

	define createLogin as method receiving login and password doing:
		Java: this.createLogin(login, password);

	define updateLogin as method receiving login and password doing:
		Java: this.updateLogin(login, password);

	define checkLogin as method receiving login and password returning Boolean doing:
		Java: return this.checkLogin(login, password);

	define hasLogin as method receiving login returning Boolean doing:
		Java: return this.hasLogin(login);

	define close as method doing:
		Java: this.close();





© 2015 - 2024 Weber Informatics LLC | Privacy Policy