org.jboss.seam.annotations.security.management
@Target(value={METHOD,FIELD}) @Documented @Retention(value=RUNTIME) @Inherited public @interface UserPassword
Modifier and Type | Optional Element and Description |
---|---|
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
Copyright © 2015 Seam Framework. All Rights Reserved.