Class HashedStringDomainType

  • All Implemented Interfaces:
    DomainType, PrimitiveDomainType

    public class HashedStringDomainType
    extends StringDomainType
    The type for storing passwords. Only a hash-code of the value is stored in the database so the cleartext value cannot be recovered.
    Author:
    shuehner
    See Also:
    PasswordHash
    • Constructor Detail

      • HashedStringDomainType

        public HashedStringDomainType()