Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for reading account credential from an xml configuration file. #7

Open
DevAlves1993 opened this issue Feb 11, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@DevAlves1993
Copy link
Member

Credential to an account can be in an XML file that can be located in a particular directory or in the same directory as the application's JAR file.

An example of the contents of the credential.xml file :

<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE properties SYSTEM 'http://java.sun.com/dtd/properties.dtd'>
<properties>
  <entry key='username'>akiko</entry>
  <entry key='password'>AIzaSyDKXF9GdXgdboWs3W0hFokBmFF4Fxkyjco</entry>
</properties>

The class that should handle this case will have to implement the basic CredentialAccess interface.

@DevAlves1993 DevAlves1993 added the enhancement New feature or request label Feb 12, 2021
@abdelgeek
Copy link

abdelgeek commented Feb 16, 2021

I support the development of this enhancement

@DevAlves1993
Copy link
Member Author

DevAlves1993 commented Feb 17, 2021

Ok, your contribution will be welcome. So I'll assign you the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants