Package de.xima.fc.interfaces.auth
Interface IRequestAuthorizationContext
- All Superinterfaces:
IAuthorizationContext
,Serializable
- All Known Implementing Classes:
RequestAuthorizationContext
Extended
authorization context
with parameters needed in IAuthorizer
s to check
the authorization of users to a web endpoint. Hold the web context of the request as well.- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
-
Method Summary
Methods inherited from interface de.xima.fc.interfaces.auth.IAuthorizationContext
getClient, getFormRecord, getProject
-
Method Details
-
getWebContext
@NotNull @NotNull org.pac4j.core.context.WebContext getWebContext()- Returns:
- the
web context
for which an authorization check is performed.
-