da3aacf107
SecuredString encapsulates handling of passwords and clearing them when done. This change includes changing everywhere passwords are used. After authentication the authentication service will clear the token - which will clear the password. This avoids using any passwords in String objects. This also adds commentary to BCrypt to show how it changed from the original external resource. It moves utility methods to CharArrays. Original commit: elastic/x-pack-elasticsearch@d0ffbae5c8 |
||
---|---|---|
dev-tools | ||
src | ||
LICENSE.txt | ||
README.asciidoc | ||
all-signatures.txt | ||
core-signatures.txt | ||
pom.xml | ||
test-signatures.txt | ||
tests.policy |
README.asciidoc
= Elasticsearch Security Plugin This plugins adds security features to elasticsearch You can build the plugin with `mvn package`. The documentation is put in the `docs/` directory.