Class RequestAuthorizationContext
- java.lang.Object
 - 
- de.xima.fc.security.context.request.RequestAuthorizationContext
 
 
- 
- All Implemented Interfaces:
 IAuthorizationContext,IRequestAuthorizationContext,Serializable
@Named @RequestScoped public class RequestAuthorizationContext extends Object implements IRequestAuthorizationContext
CDI model bean for accessing authorization context information of the current request.- Since:
 - 8.0.0
 - Author:
 - XIMA Media GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description RequestAuthorizationContext() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MandantgetClient()VorganggetFormRecord()ProjektgetProject()org.pac4j.core.context.WebContextgetWebContext() 
 - 
 
- 
- 
Method Detail
- 
getFormRecord
public Vorgang getFormRecord()
- Specified by:
 getFormRecordin interfaceIAuthorizationContext- Returns:
 - form record to check authorization for. May be 
null. 
 
- 
getProject
public Projekt getProject()
- Specified by:
 getProjectin interfaceIAuthorizationContext- Returns:
 - project to check authorization for. May be 
null. 
 
- 
getClient
public Mandant getClient()
- Specified by:
 getClientin interfaceIAuthorizationContext- Returns:
 - client to check authorization for. May be 
null. 
 
- 
getWebContext
public org.pac4j.core.context.WebContext getWebContext()
- Specified by:
 getWebContextin interfaceIRequestAuthorizationContext- Returns:
 - the 
web contextfor which an authorization check is performed. 
 
 - 
 
 -