Package de.xima.fc.interfaces.auth
Interface IRequestAuthorizationContext
- 
- All Superinterfaces:
 IAuthorizationContext,Serializable
- All Known Implementing Classes:
 RequestAuthorizationContext
public interface IRequestAuthorizationContext extends IAuthorizationContext
Extendedauthorization contextwith parameters needed inIAuthorizers 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.WebContextgetWebContext()- 
Methods inherited from interface de.xima.fc.interfaces.auth.IAuthorizationContext
getClient, getFormRecord, getProject 
 - 
 
 -