Interface IRequestAuthorizationContext

All Superinterfaces:
IAuthorizationContext, Serializable
All Known Implementing Classes:
RequestAuthorizationContext

public interface IRequestAuthorizationContext extends IAuthorizationContext
Extended authorization context with parameters needed in IAuthorizers 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 Details

    • getWebContext

      @NotNull @NotNull org.pac4j.core.context.WebContext getWebContext()
      Returns:
      the web context for which an authorization check is performed.