public interface AccessRefuser
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
refuse(AuthConstraint constraint,
CurrentUser user)
Return a Throwable (should either be an Error or a RuntimeException) to be raised when the provided user fails the
authentication constraint
|
java.lang.Throwable refuse(AuthConstraint constraint, CurrentUser user)
constraint - the constraint the user faileduser - the userCopyright © 2014. All Rights Reserved.