|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AuthorizationInterceptor
Interceptor which checks authorization for all of the HTTP requests.
| Method Summary | |
|---|---|
void |
addPathBasedPermissionsChecker(java.lang.String path,
RequestPermissionsChecker checker)
Adds new request permissions checker. |
void |
addPathNotRequiringAuth(java.lang.String path)
Adds path that do not require authentication check. |
| Method Detail |
|---|
void addPathNotRequiringAuth(@NotNull
java.lang.String path)
path - a path
void addPathBasedPermissionsChecker(@NotNull
java.lang.String path,
@NotNull
RequestPermissionsChecker checker)
path - request path to which the specified checker is bounded. Note that the path does not include context part.checker - checker to invoke for the specified request path
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||