|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.atlassian.security.auth.trustedapps.DefaultRequestValidator
DefaultRequestValidor aggregates IP and URL matchers and throws an exception if they do not match.
| Constructor Summary | |
DefaultRequestValidator(IPMatcher ipMatcher,
URLMatcher urlMatcher)
|
|
| Method Summary | |
void |
validate(javax.servlet.http.HttpServletRequest request)
Check if this URL is allowed to be accessed by trusted calls |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultRequestValidator(IPMatcher ipMatcher,
URLMatcher urlMatcher)
| Method Detail |
public void validate(javax.servlet.http.HttpServletRequest request)
throws InvalidRequestException
RequestValidator
validate in interface RequestValidatorInvalidRequestException - if the requested url does not match the allowed ones.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||