| Package | Description |
|---|---|
| org.graylog2.bindings.providers | |
| org.graylog2.plugin | |
| org.graylog2.plugin.inject | |
| org.graylog2.security | |
| org.graylog2.security.hashing |
| Modifier and Type | Method and Description |
|---|---|
PasswordAlgorithm |
DefaultPasswordAlgorithmProvider.get() |
| Constructor and Description |
|---|
DefaultPasswordAlgorithmProvider(String defaultPasswordAlgorithmName,
Map<String,PasswordAlgorithm> passwordAlgorithms) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PluginModule.addPasswordAlgorithm(String passwordAlgorithmName,
Class<? extends PasswordAlgorithm> passwordAlgorithmClass) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.inject.multibindings.MapBinder<String,PasswordAlgorithm> |
Graylog2Module.passwordAlgorithmBinder() |
| Modifier and Type | Method and Description |
|---|---|
PasswordAlgorithm |
PasswordAlgorithmFactory.defaultPasswordAlgorithm() |
PasswordAlgorithm |
PasswordAlgorithmFactory.forName(String name) |
PasswordAlgorithm |
PasswordAlgorithmFactory.forPassword(String hashedPassword) |
| Constructor and Description |
|---|
PasswordAlgorithmFactory(Map<String,PasswordAlgorithm> passwordAlgorithms,
PasswordAlgorithm defaultPasswordAlgorithm) |
| Constructor and Description |
|---|
PasswordAlgorithmFactory(Map<String,PasswordAlgorithm> passwordAlgorithms,
PasswordAlgorithm defaultPasswordAlgorithm) |
| Modifier and Type | Class and Description |
|---|---|
class |
BCryptPasswordAlgorithm |
class |
SHA1HashPasswordAlgorithm |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.