Uses of Interface
org.graylog2.plugin.security.PasswordAlgorithm
Packages that use PasswordAlgorithm
Package
Description
-
Uses of PasswordAlgorithm in org.graylog2.bindings.providers
Methods in org.graylog2.bindings.providers that return PasswordAlgorithmConstructor parameters in org.graylog2.bindings.providers with type arguments of type PasswordAlgorithmModifierConstructorDescriptionDefaultPasswordAlgorithmProvider(String defaultPasswordAlgorithmName, Map<String, PasswordAlgorithm> passwordAlgorithms) -
Uses of PasswordAlgorithm in org.graylog2.plugin
Method parameters in org.graylog2.plugin with type arguments of type PasswordAlgorithmModifier and TypeMethodDescriptionprotected voidPluginModule.addPasswordAlgorithm(String passwordAlgorithmName, Class<? extends PasswordAlgorithm> passwordAlgorithmClass) -
Uses of PasswordAlgorithm in org.graylog2.plugin.inject
Methods in org.graylog2.plugin.inject that return types with arguments of type PasswordAlgorithmModifier and TypeMethodDescriptionprotected com.google.inject.multibindings.MapBinder<String,PasswordAlgorithm> Graylog2Module.passwordAlgorithmBinder() -
Uses of PasswordAlgorithm in org.graylog2.security
Methods in org.graylog2.security that return PasswordAlgorithmModifier and TypeMethodDescriptionPasswordAlgorithmFactory.defaultPasswordAlgorithm()PasswordAlgorithmFactory.forPassword(String hashedPassword) Constructors in org.graylog2.security with parameters of type PasswordAlgorithmModifierConstructorDescriptionPasswordAlgorithmFactory(Map<String, PasswordAlgorithm> passwordAlgorithms, PasswordAlgorithm defaultPasswordAlgorithm) Constructor parameters in org.graylog2.security with type arguments of type PasswordAlgorithmModifierConstructorDescriptionPasswordAlgorithmFactory(Map<String, PasswordAlgorithm> passwordAlgorithms, PasswordAlgorithm defaultPasswordAlgorithm) -
Uses of PasswordAlgorithm in org.graylog2.security.hashing
Classes in org.graylog2.security.hashing that implement PasswordAlgorithm