public interface CatalogPermissionsChecker
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasAccessToCatalog(Authentication authentication,
HttpServletRequest request,
java.lang.String catalog,
java.lang.String catalogVersion)
Checks if given authentication has access to catalog/version with given request.
|
boolean hasAccessToCatalog(Authentication authentication,
HttpServletRequest request,
java.lang.String catalog,
java.lang.String catalogVersion)
authentication - principal trying to gain accessrequest - request made to access catalogVersioncatalog - name of catalogcatalogVersion - name of catalog versionCopyright © 2018 SAP SE. All Rights Reserved.