Annotation Interface PasswordMaker


@Retention(RUNTIME) @Target(FIELD) public @interface PasswordMaker
Annotation to specify the encoding type for a password. The default encoding type is BCRYPT.
Since:
2024. 6. 3.
Author:
yongjunhong
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Specifies the encoding type for a password.
  • Element Details

    • encodingType

      EncodingId encodingType
      Specifies the encoding type for a password.
      Returns:
      the encoding type
      Default:
      BCRYPT