Class EncryptorPropertyValidator

java.lang.Object
com.atlassian.jira.crowd.embedded.encryptors.EncryptorPropertyValidator
All Implemented Interfaces:
Validator

public class EncryptorPropertyValidator extends Object implements Validator
  • Constructor Details

    • EncryptorPropertyValidator

      public EncryptorPropertyValidator()
    • EncryptorPropertyValidator

      public EncryptorPropertyValidator(ConcreteEncryptorsFactory encryptorsFactory)
  • Method Details

    • validate

      public Validator.Result validate(String value)
      Description copied from interface: Validator
      Validate the given string to see if it passes and if not, why not.
      Specified by:
      validate in interface Validator
      Parameters:
      value - all validation input is a String.
      Returns:
      A result that contains access to the details of the validation outcome.