Interface MendixHashString

All Superinterfaces:
IMendixObjectMember<String>

public interface MendixHashString extends IMendixObjectMember<String>
  • Method Details

    • setHash

      @Deprecated void setHash(IContext context, String hashedValue)
      Deprecated.
      setValue(IContext, String) should be used instead.
      Sets the hash value of this hash-string object.
    • setValue

      void setValue(IContext context, String plainTextPassword)
      Hashes the provided plain-text password and sets the value of this instance of MendixHashString to the hashed password.
      Specified by:
      setValue in interface IMendixObjectMember<String>
      Parameters:
      context - IContext instance to be used
      plainTextPassword - the plain-text password to be hashed
    • verifyValue

      boolean verifyValue(IContext context, String unhashedValue)
    • getUnhashedValue

      String getUnhashedValue(IContext context)
    • isEmpty

      boolean isEmpty()