Class RequiresEncryptionSupportValidatorImpl
java.lang.Object
org.gridgain.internal.encryption.validator.RequiresEncryptionSupportValidatorImpl
- All Implemented Interfaces:
org.apache.ignite.configuration.validation.Validator<RequiresEncryptionSupport,Boolean>
public class RequiresEncryptionSupportValidatorImpl
extends Object
implements org.apache.ignite.configuration.validation.Validator<RequiresEncryptionSupport,Boolean>
Validates if the encryption is supported on the platform when encryption is enabled.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanChecks if the encryption plugin is supported in this OS.voidvalidate(RequiresEncryptionSupport annotation, org.apache.ignite.configuration.validation.ValidationContext<Boolean> ctx) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.ignite.configuration.validation.Validator
canValidate
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
RequiresEncryptionSupportValidatorImpl
public RequiresEncryptionSupportValidatorImpl()
-
-
Method Details
-
validate
public void validate(RequiresEncryptionSupport annotation, org.apache.ignite.configuration.validation.ValidationContext<Boolean> ctx) - Specified by:
validatein interfaceorg.apache.ignite.configuration.validation.Validator<RequiresEncryptionSupport,Boolean>
-
isEncryptionSupported
public static boolean isEncryptionSupported()Checks if the encryption plugin is supported in this OS.
-