Package de.xima.fc.interfaces.auth
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 inIAuthorizers to check the authorization of users to a web endpoint.- Since:
 - 8.0.0
 - Author:
 - XIMA Media GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MandantgetClient()VorganggetFormRecord()ProjektgetProject() 
 - 
 
- 
- 
Method Detail
- 
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. 
 
 - 
 
 -