Interface IAuthorizationContext

All Superinterfaces:
Serializable
All Known Subinterfaces:
IRequestAuthorizationContext
All Known Implementing Classes:
AuthorizationContext, RequestAuthorizationContext

public interface IAuthorizationContext extends Serializable
Common interface for context data needed in IAuthorizers to check the authorization of users to a web endpoint.
Since:
8.0.0
Author:
XIMA Media GmbH
  • Method Details

    • getClient

      @Nullable Mandant getClient()
      Returns:
      client to check authorization for. May be null.
    • getProject

      @Nullable Projekt getProject()
      Returns:
      project to check authorization for. May be null.
    • getFormRecord

      @Nullable Vorgang getFormRecord()
      Returns:
      form record to check authorization for. May be null.