Package de.xima.fc.interfaces.auth
Interface IRequestAuthorizationContext
-
- All Superinterfaces:
IAuthorizationContext
,Serializable
- All Known Implementing Classes:
RequestAuthorizationContext
public interface IRequestAuthorizationContext extends IAuthorizationContext
Extendedauthorization context
with parameters needed inIAuthorizer
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull org.pac4j.core.context.WebContext
getWebContext()
-
Methods inherited from interface de.xima.fc.interfaces.auth.IAuthorizationContext
getClient, getFormRecord, getProject
-
-