|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={METHOD,FIELD})
@Documented
@Retention(value=RUNTIME)
@Inherited
public @interface UserPasswordFlags an entity field or method as representing the password for a user
| Optional Element Summary | |
|---|---|
String |
hash
The hash algorithm, only used if there is no @PasswordSalt property specified |
int |
iterations
Number of iterations for generating the password hash |
public abstract String hash
public abstract int iterations
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||