Class PasswordTypeHandler
java.lang.Object
ch.tocco.nice2.types.spi.AbstractTypeHandler<EncodedPassword>
ch.tocco.nice2.security.impl.auth.PasswordTypeHandler
- All Implemented Interfaces:
TypeHandler<EncodedPassword>
-
Field Summary
Fields inherited from class ch.tocco.nice2.types.spi.AbstractTypeHandler
baseHandler, type
-
Constructor Summary
-
Method Summary
Methods inherited from class ch.tocco.nice2.types.spi.AbstractTypeHandler
asString, compare, contains, init, isBoolean, isEqual, isolate, matches, shouldBeUnique, validate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.types.spi.TypeHandler
getGenerationType
-
Constructor Details
-
PasswordTypeHandler
public PasswordTypeHandler()
-
-
Method Details
-
asObject
- Throws:
StringConversionException
-
isNumeric
public boolean isNumeric()- See Also:
-
isChronological
public boolean isChronological()- See Also:
-
getEmptyValue
- See Also:
-