Package org.elasticsearch.xpack.security
Class FIPS140PasswordHashingAlgorithmBootstrapCheck
- java.lang.Object
-
- org.elasticsearch.xpack.security.FIPS140PasswordHashingAlgorithmBootstrapCheck
-
- All Implemented Interfaces:
BootstrapCheck
public class FIPS140PasswordHashingAlgorithmBootstrapCheck extends java.lang.Object implements BootstrapCheck
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.elasticsearch.bootstrap.BootstrapCheck
BootstrapCheck.BootstrapCheckResult
-
-
Constructor Summary
Constructors Constructor Description FIPS140PasswordHashingAlgorithmBootstrapCheck()
-
Method Summary
Modifier and Type Method Description BootstrapCheck.BootstrapCheckResult
check(BootstrapContext context)
Test if the node fails the check.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.bootstrap.BootstrapCheck
alwaysEnforce
-
-
-
-
Method Detail
-
check
public BootstrapCheck.BootstrapCheckResult check(BootstrapContext context)
Test if the node fails the check.- Specified by:
check
in interfaceBootstrapCheck
- Parameters:
context
- the bootstrap context- Returns:
- the result of the bootstrap check
-
-