Package de.xima.fc.interfaces.auth
Interface IAuthorizationContext
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
IRequestAuthorizationContext
- All Known Implementing Classes:
AuthorizationContext
,RequestAuthorizationContext
Common interface for context data needed in
IAuthorizer
s to check the authorization of users to a web
endpoint.- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getClient
- Returns:
- client to check authorization for. May be
null
.
-
getProject
- Returns:
- project to check authorization for. May be
null
.
-
getFormRecord
- Returns:
- form record to check authorization for. May be
null
.
-