|
Seam Core JSF2 2.3.1.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={METHOD,FIELD}) @Documented @Retention(value=RUNTIME) @Inherited public @interface UserPassword
Flags 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
|
Seam Core JSF2 2.3.1.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |