Class EncryptedStringDomainType
- java.lang.Object
-
- org.openbravo.base.model.domaintype.BaseDomainType
-
- org.openbravo.base.model.domaintype.BasePrimitiveDomainType
-
- org.openbravo.base.model.domaintype.StringDomainType
-
- org.openbravo.base.model.domaintype.EncryptedStringDomainType
-
- All Implemented Interfaces:
DomainType
,PrimitiveDomainType
public class EncryptedStringDomainType extends StringDomainType
The type for storing passwords. The value is encrypted before being saved in the database. The cleartext value can be recovered by calling thedecrypt
function.- Author:
- shuehner
- See Also:
CryptoUtility.encrypt(java.lang.String)
-
-
Field Summary
-
Fields inherited from interface org.openbravo.base.model.domaintype.PrimitiveDomainType
EMPTY_STRING
-
-
Constructor Summary
Constructors Constructor Description EncryptedStringDomainType()
-
Method Summary
-
Methods inherited from class org.openbravo.base.model.domaintype.StringDomainType
createFromString, getPrimitiveType, getXMLSchemaType
-
Methods inherited from class org.openbravo.base.model.domaintype.BasePrimitiveDomainType
checkIsValidValue, convertToString, getFormatId, getHibernateType
-
Methods inherited from class org.openbravo.base.model.domaintype.BaseDomainType
checkObjectIsValid, getClasses, getModelProvider, getReference, initialize, setModelProvider, setReference
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openbravo.base.model.domaintype.DomainType
checkObjectIsValid, getModelProvider, getReference, initialize, setModelProvider, setReference
-
-