|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object vishnu.model.operations.users.AbstractUserCreationConstraint
public abstract class AbstractUserCreationConstraint
Constructor Summary | |
---|---|
AbstractUserCreationConstraint()
|
Method Summary | |
---|---|
void |
attach(UserCreationConstraint c)
|
void |
perform(UserContext c,
User user,
java.lang.String password,
java.util.List<ConstraintViolation> constraintViolations)
Contract: -subclasses must call this method after performing its own validation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractUserCreationConstraint()
Method Detail |
---|
public void perform(UserContext c, User user, java.lang.String password, java.util.List<ConstraintViolation> constraintViolations)
perform
in interface UserCreationConstraint
public void attach(UserCreationConstraint c)
attach
in interface UserCreationConstraint
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |